Home
last modified time | relevance | path

Searched refs:pkt_count (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_isoch_util.h49 size_t pkt_count);
67 size_t pkt_count);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c445 uint32_t pkt_count; in e1000g_receive() local
460 pkt_count = 0; in e1000g_receive()
495 (pkt_count < Adapter->rx_limit_onintr) && in e1000g_receive()
823 pkt_count++; in e1000g_receive()
862 Adapter->rx_pkt_cnt = pkt_count; in e1000g_receive()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c59 size_t pkt_count);
85 size_t pkt_count);
299 size_t pkt_count) in ehci_allocate_itw_resources() argument
310 itd_count = ehci_calc_num_itds(itw, pkt_count); in ehci_allocate_itw_resources()
733 size_t pkt_count) in ehci_calc_num_itds() argument
741 itd_count = pkt_count / multiplier; in ehci_calc_num_itds()
742 if (pkt_count % multiplier) { in ehci_calc_num_itds()
746 itd_count = (uint_t)pkt_count; in ehci_calc_num_itds()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwusba.h75 uint8_t pkt_count; member
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rdc_hw.h765 uint32_t pkt_count:32; member
767 uint32_t pkt_count:32;
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c325 ushort_t pkt_count,
6998 ushort_t pkt_count, in ohci_create_isoc_transfer_wrapper() argument
7069 residue = pkt_count % OHCI_ISOC_PKTS_PER_TD; in ohci_create_isoc_transfer_wrapper()