Lines Matching refs:rx_count
81 unsigned long rx_count; member
238 info->rx_count = 0; in bt3c_receive()
256 info->rx_count = HCI_EVENT_HDR_SIZE; in bt3c_receive()
261 info->rx_count = HCI_ACL_HDR_SIZE; in bt3c_receive()
266 info->rx_count = HCI_SCO_HDR_SIZE; in bt3c_receive()
286 info->rx_count--; in bt3c_receive()
288 if (info->rx_count == 0) { in bt3c_receive()
300 info->rx_count = eh->plen; in bt3c_receive()
307 info->rx_count = dlen; in bt3c_receive()
313 info->rx_count = sh->dlen; in bt3c_receive()
545 info->rx_count = 0; in bt3c_open()