Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c161 if (type & ST_RING_TCP) { in mac_soft_ring_create_i()
664 VERIFY((sr->s_ring_state & (ST_RING_TCP | ST_RING_TCP6)) != 0); in mac_soft_ring_poll_enable()
698 VERIFY((sr->s_ring_state & (ST_RING_TCP | ST_RING_TCP6)) != 0); in mac_soft_ring_poll_disable()
H A Dmac_stat.c1128 if (ringp->s_ring_state & ST_RING_TCP) { in mac_soft_ring_stat_create()
H A Dmac_datapath_setup.c1796 if (softring->s_ring_state & ST_RING_TCP) { in mac_srs_update_fanout_list()
1831 ST_RING_TCP, pri, mcip, mac_srs, cpuid, rx_func, x_arg1); in mac_srs_create_proto_softrings()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h92 ST_RING_TCP = 1 << 2, enumerator