Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c528 stbp->stb_next = stfp->stf_stbp; in sfxge_tx_qfbp_put()
529 stfp->stf_stbp = stbp; in sfxge_tx_qfbp_put()
540 stbp = stfp->stf_stbp; in sfxge_tx_qfbp_get()
546 stfp->stf_stbp = stbp->stb_next; in sfxge_tx_qfbp_get()
553 ASSERT(stfp->stf_stbp != NULL); in sfxge_tx_qfbp_get()
554 prefetch_read_many(stfp->stf_stbp); in sfxge_tx_qfbp_get()
569 stbp = stfp->stf_stbp; in sfxge_tx_qfbp_empty()
570 stfp->stf_stbp = NULL; in sfxge_tx_qfbp_empty()
H A Dsfxge.h557 sfxge_tx_buffer_t *stf_stbp; member