Home | History | Annotate | Download | only in l2cap

Lines Matching refs:ertm_byte_counts

269                 p_ccb->fcrb.ertm_pkt_counts[0], p_ccb->fcrb.ertm_byte_counts[0],
270 (dur >= 10 ? (p_ccb->fcrb.ertm_byte_counts[0] * 100) / (dur / 10) : 0),
276 p_ccb->fcrb.ertm_pkt_counts[1], p_ccb->fcrb.ertm_byte_counts[1],
277 (dur >= 10 ? (p_ccb->fcrb.ertm_byte_counts[1] * 100) / (dur / 10) : 0),
1122 p_ccb->fcrb.ertm_byte_counts[1] += p_buf->len;
1658 p_ccb->fcrb.ertm_byte_counts[0] += (p_buf->len - 8);
1802 p_ccb->fcrb.ertm_byte_counts[0] += (p_xmit->len - 8);