HomeSort by: relevance | last modified time | path
    Searched refs:hl_txqlen (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netbt/
hci_link.c 595 link->hl_txqlen += num;
640 if (link->hl_txqlen == 0 || unit->hci_num_acl_pkts == 0)
675 link->hl_txqlen--;
hci_event.c 438 if (unit->hci_num_acl_pkts > 0 && link->hl_txqlen > 0)
441 if (unit->hci_num_sco_pkts > 0 && link->hl_txqlen > 0)
hci.h 2460 int hl_txqlen; /* number of fragments */ member in struct:hci_link

Completed in 17 milliseconds