Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_sched.c3800 mblk_t *last_mp, *cur_mp, *sub_chain; in mac_tx_fanout_mode() local
3821 sub_chain = NULL; in mac_tx_fanout_mode()
3835 MAC_TX_SOFT_RING_PROCESS(sub_chain); in mac_tx_fanout_mode()
3836 sub_chain = NULL; in mac_tx_fanout_mode()
3840 if (sub_chain == NULL) in mac_tx_fanout_mode()
3841 sub_chain = cur_mp; in mac_tx_fanout_mode()
3846 if (sub_chain != NULL) { in mac_tx_fanout_mode()
3850 MAC_TX_SOFT_RING_PROCESS(sub_chain); in mac_tx_fanout_mode()