Home
last modified time | relevance | path

Searched refs:EFX_TXQ_LIMIT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_tx.c374 if (added - completed + 1 > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qpio_post()
425 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qpost()
517 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qdesc_post()
H A Defx_tx.c739 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) in siena_tx_qpost()
971 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in siena_tx_qdesc_post()
H A Defx.h1952 #define EFX_TXQ_LIMIT(_ndescs) ((_ndescs) - 16) macro
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c294 EFX_TXQ_LIMIT(SFXGE_TX_NDESCS), kmflags)) == NULL) { in sfxge_tx_qctor()
344 EFX_TXQ_LIMIT(SFXGE_TX_NDESCS)); in sfxge_tx_qctor()
400 EFX_TXQ_LIMIT(SFXGE_TX_NDESCS)); in sfxge_tx_qdtor()
885 available = EFX_TXQ_LIMIT(SFXGE_TX_NDESCS) - level; in sfxge_tx_qlist_post()
946 available = EFX_TXQ_LIMIT(SFXGE_TX_NDESCS) - level; in sfxge_tx_qlist_post()
1279 EFX_TXQ_LIMIT(SFXGE_TX_NDESCS)); in sfxge_tx_qmapping_add()
1281 EFX_TXQ_LIMIT(SFXGE_TX_NDESCS)) { in sfxge_tx_qmapping_add()
1325 EFX_TXQ_LIMIT(SFXGE_TX_NDESCS)); in sfxge_tx_qbuffer_add()
1326 if (stp->st_n == EFX_TXQ_LIMIT(SFXGE_TX_NDESCS)) { in sfxge_tx_qbuffer_add()
1658 if ((lss / mss) >= (EFX_TXQ_LIMIT(SFXGE_TX_NDESCS) / 2)) { in sfxge_tx_qlso_fragment()
H A Dsfxge.h588 #define SFXGE_TXQ_UNBLOCK_LEVEL1 (EFX_TXQ_LIMIT(SFXGE_TX_NDESCS) / 4)