Lines Matching defs:qid
529 queue->qid = i;
957 enetc_disable_txq(struct enetc_softc *sc, int qid)
963 pidx = ENETC_TXQ_RD4(sc, qid, ENETC_TBPIR);
964 cidx = ENETC_TXQ_RD4(sc, qid, ENETC_TBCIR);
968 cidx = ENETC_TXQ_RD4(sc, qid, ENETC_TBCIR);
974 qid);
976 ENETC_TXQ_WR4(sc, qid, ENETC_TBMR, 0);
1042 enetc_tx_queue_intr_enable(if_ctx_t ctx, uint16_t qid)
1047 ENETC_TXQ_RD4(sc, qid, ENETC_TBIDR);
1052 enetc_rx_queue_intr_enable(if_ctx_t ctx, uint16_t qid)
1057 ENETC_RXQ_RD4(sc, qid, ENETC_RBIDR);
1150 enetc_isc_txd_flush(void *data, uint16_t qid, qidx_t pidx)
1154 ENETC_TXQ_WR4(sc, qid, ENETC_TBPIR, pidx);
1158 enetc_isc_txd_credits_update(void *data, uint16_t qid, bool clear)
1164 queue = &sc->tx_queues[qid];
1165 hw_cidx = ENETC_TXQ_RD4(sc, qid, ENETC_TBCIR) & ENETC_TBCIR_IDX_MASK;
1194 enetc_isc_rxd_available(void *data, uint16_t qid, qidx_t pidx, qidx_t budget)
1202 queue = &sc->rx_queues[qid];
1212 hw_pidx = ENETC_RXQ_RD4(sc, qid, ENETC_RBPIR);
1326 enetc_isc_rxd_flush(void *data, uint16_t qid, uint8_t flid, qidx_t pidx)
1330 ENETC_RXQ_WR4(sc, qid, ENETC_RBCIR, pidx);
1390 enetc_timer(if_ctx_t ctx, uint16_t qid)
1393 * Poll PHY status. Do this only for qid 0 to save
1396 if (qid == 0)