Lines Matching refs:rx_count
76 unsigned long rx_count; member
395 info->rx_count = 0; in bluecard_receive()
424 info->rx_count = HCI_EVENT_HDR_SIZE; in bluecard_receive()
429 info->rx_count = HCI_ACL_HDR_SIZE; in bluecard_receive()
434 info->rx_count = HCI_SCO_HDR_SIZE; in bluecard_receive()
451 info->rx_count--; in bluecard_receive()
453 if (info->rx_count == 0) { in bluecard_receive()
465 info->rx_count = eh->plen; in bluecard_receive()
472 info->rx_count = dlen; in bluecard_receive()
478 info->rx_count = sh->dlen; in bluecard_receive()
704 info->rx_count = 0; in bluecard_open()