Searched refs:txqs (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/dev/pci/cxgb/ |
| D | cxgb_sge.c | 874 txq_prod(struct sge_txq *txq, unsigned int ndesc, struct txq_state *txqs) in txq_prod() argument 881 txqs->gen = txq->gen; in txq_prod() 883 txqs->compl = (txq->unacked & 8) << (S_WR_COMPL - 3); in txq_prod() 885 txqs->pidx = txq->pidx; in txq_prod() 1082 write_wr_hdr_sgl(unsigned int ndesc, struct tx_desc *txd, struct txq_state *txqs, in write_wr_hdr_sgl() argument 1088 struct tx_sw_desc *txsd = &txq->sdesc[txqs->pidx]; in write_wr_hdr_sgl() 1095 V_WR_GEN(txqs->gen)) | wr_lo; in write_wr_hdr_sgl() 1097 wr_gen2(txd, txqs->gen); in write_wr_hdr_sgl() 1099 unsigned int ogen = txqs->gen; in write_wr_hdr_sgl() 1120 if (++txqs->pidx == txq->size) { in write_wr_hdr_sgl() [all …]
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/ |
| D | ar5212_xmit.c | 920 ar5212GetTxIntrQueue(struct ath_hal *ah, uint32_t *txqs) in ar5212GetTxIntrQueue() argument 923 *txqs &= ahp->ah_intrTxqs; in ar5212GetTxIntrQueue() 924 ahp->ah_intrTxqs &= ~(*txqs); in ar5212GetTxIntrQueue()
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ar5210/ |
| D | ar5210_xmit.c | 620 ar5210GetTxIntrQueue(struct ath_hal *ah, uint32_t *txqs) in ar5210GetTxIntrQueue() argument
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ar5211/ |
| D | ar5211_xmit.c | 659 ar5211GetTxIntrQueue(struct ath_hal *ah, uint32_t *txqs) in ar5211GetTxIntrQueue() argument
|
| /netbsd/src/sys/dev/ic/ |
| D | ath.c | 4218 u_int32_t txqs = 1<<qnum; in txqactive() local 4219 ath_hal_gettxintrtxqs(ah, &txqs); in txqactive() 4220 return (txqs & (1<<qnum)); in txqactive()
|