Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmac_soft_ring.h455 #define SRS_PROC 0x00000010 macro
584 (SRS_POLLING|SRS_PROC|SRS_GET_PKTS)) == SRS_POLLING)) \
586 (mac_srs)->srs_state |= (SRS_PROC|SRS_GET_PKTS); \
629 #define SRS_POLL_THR_OWNER (SRS_PROC | SRS_POLLING | SRS_GET_PKTS)
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_sched.c1262 if (!((mac_srs)->srs_state & SRS_PROC) && \
1422 if (!(mac_srs->srs_state & SRS_PROC)) in mac_srs_fire()
2376 mac_srs->srs_state &= ~(SRS_PROC|SRS_GET_PKTS); in mac_rx_srs_poll_ring()
2396 mac_srs->srs_state &= ~(SRS_PROC|SRS_GET_PKTS); in mac_rx_srs_poll_ring()
2410 ~(SRS_PROC|SRS_GET_PKTS); in mac_rx_srs_poll_ring()
2619 mac_srs->srs_state |= (SRS_PROC|proc_type); in mac_rx_srs_drain()
2774 mac_srs->srs_state &= ~(SRS_PROC|proc_type); in mac_rx_srs_drain()
2784 mac_srs->srs_state &= ~(SRS_PROC|proc_type); in mac_rx_srs_drain()
2897 mac_srs->srs_state |= (SRS_PROC|proc_type); in mac_rx_srs_drain_bw()
3047 mac_srs->srs_state &= ~(SRS_PROC|proc_type); in mac_rx_srs_drain_bw()
[all …]
H A Dmac_datapath_setup.c3386 SRS_PROC | SRS_PROC_FAST)) == (SRS_CONDEMNED | SRS_CONDEMNED_DONE)); in mac_srs_free()