Home
last modified time | relevance | path

Searched refs:MAC_COUNT_CHAIN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c3466 MAC_COUNT_CHAIN(mac_srs, mp_chain, tail, cnt, sz); in mac_tx_srs_no_desc()
3522 MAC_COUNT_CHAIN(mac_srs, mp_chain, tail, cnt, sz); in mac_tx_srs_enqueue()
3911 MAC_COUNT_CHAIN(mac_srs, mp_chain, tail, cnt, sz); in mac_tx_bw_mode()
3961 MAC_COUNT_CHAIN(mac_srs, mp_chain, tail, cnt, sz); in mac_tx_bw_mode()
4802 MAC_COUNT_CHAIN(mac_srs, mp_chain, tail, cnt, sz); in mac_tx_sring_enqueue()
4907 MAC_COUNT_CHAIN(mac_srs, mp_chain, tail, cnt, sz); in mac_tx_soft_ring_process()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h542 #define MAC_COUNT_CHAIN(mac_srs, head, tail, cnt, sz) { \ macro