OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txc_intrq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_vioif.c
270
pcq_t *
txc_intrq
;
member in struct:vioif_tx_context
843
if (__predict_false(!pcq_put(txc->
txc_intrq
, m))) {
1521
txc->
txc_intrq
= pcq_create(vq->vq_num, KM_SLEEP);
1537
if (txc->
txc_intrq
!= NULL)
1538
pcq_destroy(txc->
txc_intrq
);
1581
pcq_destroy(txc->
txc_intrq
);
2013
m = pcq_get(txc->
txc_intrq
);
if_vioif.c
270
pcq_t *
txc_intrq
;
member in struct:vioif_tx_context
843
if (__predict_false(!pcq_put(txc->
txc_intrq
, m))) {
1521
txc->
txc_intrq
= pcq_create(vq->vq_num, KM_SLEEP);
1537
if (txc->
txc_intrq
!= NULL)
1538
pcq_destroy(txc->
txc_intrq
);
1581
pcq_destroy(txc->
txc_intrq
);
2013
m = pcq_get(txc->
txc_intrq
);
Completed in 24 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025