Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_isoch_util.h49 size_t pkt_count);
67 size_t pkt_count);
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c444 uint32_t pkt_count; in e1000g_receive() local
459 pkt_count = 0; in e1000g_receive()
494 (pkt_count < Adapter->rx_limit_onintr) && in e1000g_receive()
832 pkt_count++; in e1000g_receive()
871 Adapter->rx_pkt_cnt = pkt_count; in e1000g_receive()
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c58 size_t pkt_count);
84 size_t pkt_count);
298 size_t pkt_count) in ehci_allocate_itw_resources() argument
309 itd_count = ehci_calc_num_itds(itw, pkt_count); in ehci_allocate_itw_resources()
732 size_t pkt_count) in ehci_calc_num_itds() argument
740 itd_count = pkt_count / multiplier; in ehci_calc_num_itds()
741 if (pkt_count % multiplier) { in ehci_calc_num_itds()
745 itd_count = (uint_t)pkt_count; in ehci_calc_num_itds()
/titanic_41/usr/src/uts/common/sys/usb/usba/
H A Dwusba.h75 uint8_t pkt_count; member
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_rdc_hw.h767 uint32_t pkt_count:32; member
769 uint32_t pkt_count:32;
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c1647 wvp->ixl_cur_xfer_stp, tnf_int, pkt_count, pktcnt, tnf_int, in hci1394_bld_recv_buf_ppb_desc()
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c325 ushort_t pkt_count,
7018 ushort_t pkt_count, in ohci_create_isoc_transfer_wrapper() argument
7089 residue = pkt_count % OHCI_ISOC_PKTS_PER_TD; in ohci_create_isoc_transfer_wrapper()