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.c438 ASSERT3P(stpp->stp_next, ==, NULL); in sfxge_tx_qfpp_put()
450 stpp->stp_next = stfp->stf_stpp; in sfxge_tx_qfpp_put()
476 stfp->stf_stpp = stpp->stp_next; in sfxge_tx_qfpp_get()
477 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()
2032 ASSERT3P(stpp->stp_next, ==, NULL); in sfxge_tx_qdpl_add()
[all …]
H A Dsfxge.h506 sfxge_tx_packet_t *stp_next; member