Lines Matching refs:rx_count
76 unsigned long rx_count; member
390 info->rx_count = 0; in bluecard_receive()
419 info->rx_count = HCI_EVENT_HDR_SIZE; in bluecard_receive()
424 info->rx_count = HCI_ACL_HDR_SIZE; in bluecard_receive()
429 info->rx_count = HCI_SCO_HDR_SIZE; in bluecard_receive()
447 info->rx_count--; in bluecard_receive()
449 if (info->rx_count == 0) { in bluecard_receive()
461 info->rx_count = eh->plen; in bluecard_receive()
468 info->rx_count = dlen; in bluecard_receive()
474 info->rx_count = sh->dlen; in bluecard_receive()
695 info->rx_count = 0; in bluecard_open()