Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c293 if ((stp->st_eb = kmem_zalloc(sizeof (efx_buffer_t) * in sfxge_tx_qctor()
343 kmem_free(stp->st_eb, sizeof (efx_buffer_t) * in sfxge_tx_qctor()
345 stp->st_eb = NULL; in sfxge_tx_qctor()
399 kmem_free(stp->st_eb, sizeof (efx_buffer_t) * in sfxge_tx_qdtor()
401 stp->st_eb = NULL; in sfxge_tx_qdtor()
897 if ((rc = efx_tx_qpost(stp->st_etp, stp->st_eb, stp->st_n, in sfxge_tx_qlist_post()
1286 ebp = &(stp->st_eb[stp->st_n++]); in sfxge_tx_qmapping_add()
1331 ebp = &(stp->st_eb[stp->st_n++]); in sfxge_tx_qbuffer_add()
H A Dsfxge.h665 #define st_eb __st_u3.__st_s3.__st_eb macro