OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txqs
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/pci/cxgb/
cxgb_sge.c
874
txq_prod(struct sge_txq *txq, unsigned int ndesc, struct txq_state *
txqs
)
881
txqs
->gen = txq->gen;
883
txqs
->compl = (txq->unacked & 8) << (S_WR_COMPL - 3);
885
txqs
->pidx = txq->pidx;
1067
* @
txqs
: txq state (generation and producer index)
1082
write_wr_hdr_sgl(unsigned int ndesc, struct tx_desc *txd, struct txq_state *
txqs
,
1088
struct tx_sw_desc *txsd = &txq->sdesc[
txqs
->pidx];
1095
V_WR_GEN(
txqs
->gen)) | wr_lo;
1097
wr_gen2(txd,
txqs
->gen);
1099
unsigned int ogen =
txqs
->gen
1161
struct txq_state
txqs
;
local
1724
struct txq_state
txqs
;
local
[
all
...]
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_xmit.c
920
ar5212GetTxIntrQueue(struct ath_hal *ah, uint32_t *
txqs
)
923
*
txqs
&= ahp->ah_intrTxqs;
924
ahp->ah_intrTxqs &= ~(*
txqs
);
/src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_xmit.c
620
ar5210GetTxIntrQueue(struct ath_hal *ah, uint32_t *
txqs
)
/src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_xmit.c
659
ar5211GetTxIntrQueue(struct ath_hal *ah, uint32_t *
txqs
)
/src/sys/dev/ic/
ath.c
4217
u_int32_t
txqs
= 1<<qnum;
local
4218
ath_hal_gettxintrtxqs(ah, &
txqs
);
4219
return (
txqs
& (1<<qnum));
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026