Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_sched.c1263 (mac_srs)->srs_tid == NULL) { \
1268 (mac_srs)->srs_tid = \
1416 if (mac_srs->srs_tid == NULL) { in mac_srs_fire()
1421 mac_srs->srs_tid = NULL; in mac_srs_fire()
2386 (mac_srs->srs_tid == NULL)) { in mac_rx_srs_poll_ring()
2387 mac_srs->srs_tid = in mac_rx_srs_poll_ring()
2616 if ((tid = mac_srs->srs_tid) != NULL) in mac_rx_srs_drain()
2617 mac_srs->srs_tid = NULL; in mac_rx_srs_drain()
2894 if ((tid = mac_srs->srs_tid) != NULL) in mac_rx_srs_drain_bw()
2895 mac_srs->srs_tid = NULL; in mac_rx_srs_drain_bw()
[all …]
H A Dmac_datapath_setup.c3423 (void) untimeout(mac_srs->srs_tid); in mac_srs_soft_rings_quiesce()
3424 mac_srs->srs_tid = NULL; in mac_srs_soft_rings_quiesce()
/titanic_44/usr/src/uts/common/sys/
H A Dmac_soft_ring.h312 timeout_id_t srs_tid; /* timeout id for pending timeout */ member