Lines Matching refs:rx_count
81 unsigned long rx_count; member
239 info->rx_count = 0; in bt3c_receive()
257 info->rx_count = HCI_EVENT_HDR_SIZE; in bt3c_receive()
262 info->rx_count = HCI_ACL_HDR_SIZE; in bt3c_receive()
267 info->rx_count = HCI_SCO_HDR_SIZE; in bt3c_receive()
288 info->rx_count--; in bt3c_receive()
290 if (info->rx_count == 0) { in bt3c_receive()
302 info->rx_count = eh->plen; in bt3c_receive()
309 info->rx_count = dlen; in bt3c_receive()
315 info->rx_count = sh->dlen; in bt3c_receive()
548 info->rx_count = 0; in bt3c_open()