Home
last modified time | relevance | path

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

/freebsd/sys/dev/enetc/
H A Denetc.h119 #define ENETC_TXQ_RD4(sc, q, reg) \ macro
H A Dif_enetc.c963 pidx = ENETC_TXQ_RD4(sc, qid, ENETC_TBPIR); in enetc_disable_txq()
964 cidx = ENETC_TXQ_RD4(sc, qid, ENETC_TBCIR); in enetc_disable_txq()
968 cidx = ENETC_TXQ_RD4(sc, qid, ENETC_TBCIR); in enetc_disable_txq()
1047 ENETC_TXQ_RD4(sc, qid, ENETC_TBIDR); in enetc_tx_queue_intr_enable()
1165 hw_cidx = ENETC_TXQ_RD4(sc, qid, ENETC_TBCIR) & ENETC_TBCIR_IDX_MASK; in enetc_isc_txd_credits_update()