Home
last modified time | relevance | path

Searched refs:txq_idx (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c2464 int iwl_trans_pcie_wait_txq_empty(struct iwl_trans *trans, int txq_idx) in iwl_trans_pcie_wait_txq_empty()
2476 if (!test_bit(txq_idx, trans_pcie->txqs.queue_used)) in iwl_trans_pcie_wait_txq_empty()
2479 IWL_DEBUG_TX_QUEUES(trans, "Emptying queue %d...\n", txq_idx); in iwl_trans_pcie_wait_txq_empty()
2480 txq = trans_pcie->txqs.txq[txq_idx]; in iwl_trans_pcie_wait_txq_empty()
2516 "fail to flush all tx fifo queues Q %d\n", txq_idx); in iwl_trans_pcie_set_bits_mask()
2521 IWL_DEBUG_TX_QUEUES(trans, "Queue %d is now empty.\n", txq_idx); in get_csr_string()
2422 iwl_trans_pcie_wait_txq_empty(struct iwl_trans * trans,int txq_idx) iwl_trans_pcie_wait_txq_empty() argument
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.h116 int16_t txq_idx; /* ofld_txq = &sc->sge.ofld_txq[txq_idx] */ member
H A Dt4_listen.c495 ofld_txq = &sc->sge.ofld_txq[synqe->params.txq_idx]; in send_flowc_wr_synqe()
548 &sc->sge.ofld_txq[synqe->params.txq_idx].wrq); in send_abort_rpl_synqe()
1049 ofld_txq = &sc->sge.ofld_txq[synqe->params.txq_idx]; in do_abort_req_synqe()
H A Dt4_tom.c183 toep->ofld_txq = &sc->sge.ofld_txq[cp->txq_idx]; in init_toepcb()
1334 cp->txq_idx = vi->first_ofld_txq + q_idx % vi->nofldtxq; in init_conn_params()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h869 u16 txq_idx; member
/freebsd/sys/dev/mana/
H A Dmana_en.c1434 int txq_idx = txq->idx; in mana_poll_tx_cq() local
1488 txq_idx, cqe_oob->cqe_hdr.cqe_type, in mana_poll_tx_cq()
1517 txq_idx, next_to_complete, txq->next_to_use, in mana_poll_tx_cq()