Home
last modified time | relevance | path

Searched refs:pkts (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw_eth.h588 uint32_t pkts; member
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c1603 uint32_t pkts = 0; in hxge_scan_for_last_eop() local
1612 pkts++; in hxge_scan_for_last_eop()
1620 return (pkts); in hxge_scan_for_last_eop()
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c821 int pkts = 0; in usbgem_bulkin_cb() local
856 pkts++; in usbgem_bulkin_cb()
881 dp->stats.rpackets += pkts; in usbgem_bulkin_cb()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c490 uint16_t pkts) in nxge_rxdma_cfg_rcr_threshold() argument
498 rs = npi_rxdma_cfg_rdc_rcr_threshold(handle, channel, pkts); in nxge_rxdma_cfg_rcr_threshold()