Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.h78 #define SLOT(dp, n) ((n) % (dp)->ugc.usbgc_tx_list_max)
262 int usbgc_tx_list_max; member
H A Dusbgem.c471 for (i = 0; i < dp->ugc.usbgc_tx_list_max; i++) { in usbgem_alloc_memory()
557 ASSERT(dp->tx_busy_cnt == dp->ugc.usbgc_tx_list_max); in usbgem_send_common()
967 min(dp->tx_max_packets + 1, dp->ugc.usbgc_tx_list_max); in usbgem_bulkout_cb()
2184 dp->tx_max_packets = dp->ugc.usbgc_tx_list_max; in usbgem_mac_init()
/illumos-gate/usr/src/uts/common/io/urf/
H A Durf_usbgem.c800 ugcp->usbgc_tx_list_max = 16; in urfattach()
/illumos-gate/usr/src/uts/common/io/udmf/
H A Dudmf_usbgem.c791 ugcp->usbgc_tx_list_max = 64; in udmfattach()
/illumos-gate/usr/src/uts/common/io/upf/
H A Dupf_usbgem.c972 ugcp->usbgc_tx_list_max = 16; in upfattach()
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c1301 ugcp->usbgc_tx_list_max = 64; in axfattach()