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_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()
466 if (!(softring->s_ring_type & (ST_RING_UDP | ST_RING_TCP))) in mac_srs_client_poll_disable()
469 if ((softring->s_ring_type & ST_RING_TCP) && in mac_srs_client_poll_disable()
1685 if (softring->s_ring_type & ST_RING_TCP) { in mac_srs_update_fanout_list()
1723 (type|ST_RING_TCP), pri, mcip, mac_srs, in mac_srs_create_proto_softrings()
H A Dmac_soft_ring.c161 if (type & ST_RING_TCP) { in mac_soft_ring_create()
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.h391 #define ST_RING_TCP 0x0004 macro