Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c335 kmem_free(stp->st_stmp, in sfxge_tx_qctor()
337 stp->st_stmp = NULL; in sfxge_tx_qctor()
394 kmem_free(stp->st_stmp, in sfxge_tx_qdtor()
396 stp->st_stmp = NULL; in sfxge_tx_qdtor()
774 stp->st_stmp[id] = NULL; in sfxge_tx_qreap()
824 stmp = stp->st_stmp[id]; in sfxge_tx_qlist_abort()
825 stp->st_stmp[id] = NULL; in sfxge_tx_qlist_abort()
911 stmp = stp->st_stmp[id]; in sfxge_tx_qlist_post()
912 stp->st_stmp[id] = NULL; in sfxge_tx_qlist_post()
923 stp->st_stmp[id] = stmp; in sfxge_tx_qlist_post()
[all …]
H A Dsfxge.h668 #define st_stmp __st_u3.__st_s3.__st_stmp macro