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 - 1
of
1
) 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
);
Completed in 35 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025