Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c897 if ((rc = efx_tx_qpost(stp->st_etp, stp->st_eb, stp->st_n, in sfxge_tx_qlist_post()
1005 efx_tx_qstats_update(stp->st_etp, stp->st_stat); in sfxge_tx_kstat_update()
1210 &(stp->st_etp), &desc_index)) != 0) in sfxge_tx_qstart()
1220 efx_tx_qenable(stp->st_etp); in sfxge_tx_qstart()
2095 prefetch_read_many(stp->st_etp); in sfxge_tx_qdpl_drain()
2166 efx_tx_qpush(stp->st_etp, stp->st_added, pushed); in sfxge_tx_qdpl_drain()
2227 efx_tx_qpush(stp->st_etp, stp->st_added, pushed); in sfxge_tx_qdpl_drain()
2471 if ((rc = efx_tx_qflush(stp->st_etp)) == EALREADY) { in sfxge_tx_qflush()
2518 efx_tx_qdestroy(stp->st_etp); in sfxge_tx_qstop()
2519 stp->st_etp = NULL; in sfxge_tx_qstop()
H A Dsfxge.h667 #define st_etp __st_u3.__st_s3.__st_etp macro