Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1263 (mac_srs)->srs_tid == NULL) { \
1268 (mac_srs)->srs_tid = \
1409 if (mac_srs->srs_tid == NULL) { in mac_srs_fire()
1414 mac_srs->srs_tid = NULL; in mac_srs_fire()
2391 (mac_srs->srs_tid == NULL)) { in mac_rx_srs_poll_ring()
2392 mac_srs->srs_tid = in mac_rx_srs_poll_ring()
2621 if ((tid = mac_srs->srs_tid) != NULL) in mac_rx_srs_drain()
2622 mac_srs->srs_tid = NULL; in mac_rx_srs_drain()
2896 if ((tid = mac_srs->srs_tid) != NULL) in mac_rx_srs_drain_bw()
2897 mac_srs->srs_tid = NULL; in mac_rx_srs_drain_bw()
[all …]
H A Dmac_datapath_setup.c3531 (void) untimeout(mac_srs->srs_tid); in mac_srs_soft_rings_quiesce()
3532 mac_srs->srs_tid = NULL; in mac_srs_soft_rings_quiesce()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h312 timeout_id_t srs_tid; /* timeout id for pending timeout */ member