Searched refs:ENETC_TXQ_WR4 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/enetc/ |
H A D | if_enetc.c | 747 ENETC_TXQ_WR4(sc, i, ENETC_TBBAR0, in enetc_init_tx() 749 ENETC_TXQ_WR4(sc, i, ENETC_TBBAR1, in enetc_init_tx() 751 ENETC_TXQ_WR4(sc, i, ENETC_TBLENR, sc->tx_queue_size); in enetc_init_tx() 760 ENETC_TXQ_WR4(sc, i, ENETC_TBPIR, 0); in enetc_init_tx() 761 ENETC_TXQ_WR4(sc, i, ENETC_TBCIR, 0); in enetc_init_tx() 763 ENETC_TXQ_WR4(sc, i, ENETC_TBMR, ENETC_TBMR_EN); in enetc_init_tx() 976 ENETC_TXQ_WR4(sc, qid, ENETC_TBMR, 0); in enetc_disable_txq() 1072 ENETC_TXQ_WR4(sc, i, ENETC_TBIER, ENETC_TBIER_TXF); in enetc_intr_enable() 1087 ENETC_TXQ_WR4(sc, i, ENETC_TBIER, 0); in enetc_intr_disable() 1154 ENETC_TXQ_WR4(sc, qid, ENETC_TBPIR, pidx); in enetc_isc_txd_flush()
|
H A D | enetc.h | 121 #define ENETC_TXQ_WR4(sc, q, reg, value) \ macro
|