Home
last modified time | relevance | path

Searched refs:s_ring_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c331 if ((softring->s_ring_type & ST_RING_TCP) && in mac_srs_client_poll_quiesce()
354 if ((softring->s_ring_type & ST_RING_TCP) && in mac_srs_client_poll_restart()
398 if (softring->s_ring_type & (ST_RING_TCP | ST_RING_UDP)) { in mac_srs_client_poll_enable()
411 if (!(softring->s_ring_type & ST_RING_TCP)) { in mac_srs_client_poll_enable()
469 if ((softring->s_ring_type & ST_RING_TCP) && in mac_srs_client_poll_disable()
1495 softring->s_ring_type &= ~ST_RING_BW_CTL; in mac_rx_srs_update_bwlimit()
1513 softring->s_ring_type |= ST_RING_BW_CTL; in mac_rx_srs_update_bwlimit()
1685 if (softring->s_ring_type & ST_RING_TCP) { in mac_srs_update_fanout_list()
1687 } else if (softring->s_ring_type & ST_RING_UDP) { in mac_srs_update_fanout_list()
1689 } else if (softring->s_ring_type & ST_RING_OTH) { in mac_srs_update_fanout_list()
[all …]
H A Dmac_soft_ring.c182 ringp->s_ring_type = type; in mac_soft_ring_create()
224 ringp->s_ring_type |= ST_RING_WORKER_ONLY; in mac_soft_ring_create()
H A Dmac_sched.c4610 if ((ringp)->s_ring_type & ST_RING_BW_CTL) { \
4677 !(ringp->s_ring_type & ST_RING_WORKER_ONLY)) { in mac_rx_soft_ring_process()
4897 if (ringp->s_ring_type & ST_RING_WORKER_ONLY) { in mac_tx_soft_ring_process()
H A Dmac_stat.c1115 if (ringp->s_ring_type & ST_RING_TCP) { in mac_soft_ring_stat_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h70 uint16_t s_ring_type; /* processing model of the sq */ member