Searched refs:st_stbp (Results 1 – 2 of 2) sorted by relevance
306 if ((stp->st_stbp = kmem_zalloc(sizeof (sfxge_tx_buffer_t *) * in sfxge_tx_qctor()329 kmem_free(stp->st_stbp, sizeof (sfxge_tx_buffer_t *) * SFXGE_TX_NDESCS); in sfxge_tx_qctor()330 stp->st_stbp = NULL; in sfxge_tx_qctor()391 kmem_free(stp->st_stbp, sizeof (sfxge_tx_buffer_t *) * SFXGE_TX_NDESCS); in sfxge_tx_qdtor()392 stp->st_stbp = NULL; in sfxge_tx_qdtor()789 if ((stbp = stp->st_stbp[id]) != NULL) { in sfxge_tx_qreap()790 stp->st_stbp[id] = NULL; in sfxge_tx_qreap()842 stbp = stp->st_stbp[id]; in sfxge_tx_qlist_abort()843 stp->st_stbp[id] = NULL; in sfxge_tx_qlist_abort()914 stbp = stp->st_stbp[id]; in sfxge_tx_qlist_post()[all …]
669 #define st_stbp __st_u3.__st_s3.__st_stbp macro