Home
last modified time | relevance | path

Searched refs:rx_pkt_per_intr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h228 uint32_t rx_pkt_per_intr; /* Rx pkts processed per intr */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_main.c628 dev->rx_pkt_per_intr = oce_get_prop(dev, (char *)rx_pkt_per_intr_name, in oce_get_params()
H A Doce_rx.c559 if (num_cqe > dev->rx_pkt_per_intr) { in oce_drain_rq_cq()