OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txq_stopped
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/cxgb/
cxgb_sge.c
1367
setbit(&qs->
txq_stopped
, qid);
1371
test_and_clear_bit(qid, &qs->
txq_stopped
))
1486
setbit(&qs->
txq_stopped
, TXQ_CTRL);
1490
test_and_clear_bit(TXQ_CTRL, &qs->
txq_stopped
))
1864
setbit(&qs->
txq_stopped
, TXQ_OFLD);
1868
test_and_clear_bit(TXQ_OFLD, &qs->
txq_stopped
))
1953
if (isset(&qs->
txq_stopped
, TXQ_OFLD) &&
1955
test_and_clear_bit(TXQ_OFLD, &qs->
txq_stopped
)) {
1959
if (isset(&qs->
txq_stopped
, TXQ_CTRL) &&
1961
test_and_clear_bit(TXQ_CTRL, &qs->
txq_stopped
)) {
[
all
...]
cxgb_adapter.h
298
uint32_t
txq_stopped
; /* which Tx queues are stopped */
member in struct:sge_qset
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026