Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c477 stpp->stp_next = NULL; in sfxge_tx_qfpp_get()
504 next = stpp->stp_next; in sfxge_tx_qfpp_empty()
505 stpp->stp_next = NULL; in sfxge_tx_qfpp_empty()
1988 pp = &(stpp->stp_next); in sfxge_tx_qdpl_swizzle()
1995 next = stpp->stp_next; in sfxge_tx_qdpl_swizzle()
1997 stpp->stp_next = p; in sfxge_tx_qdpl_swizzle()
2069 stpp->stp_next = 0; in sfxge_tx_qdpl_add()
2108 next = stpp->stp_next; in sfxge_tx_qdpl_drain()
2109 stpp->stp_next = NULL; in sfxge_tx_qdpl_drain()
2272 next = stpp->stp_next; in sfxge_tx_qdpl_flush_locked()
[all …]
H A Dsfxge.h506 sfxge_tx_packet_t *stp_next; member