OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txr_intrq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_iavf.c
239
pcq_t *
txr_intrq
;
member in struct:iavf_tx_ring
2245
txr->
txr_intrq
= pcq_create(sc->sc_tx_ring_ndescs, KM_NOSLEEP);
2246
if (txr->
txr_intrq
== NULL)
2282
pcq_destroy(txr->
txr_intrq
);
2326
pcq_destroy(txr->
txr_intrq
);
3019
m = pcq_get(txr->
txr_intrq
);
3158
if (__predict_false(!pcq_put(txr->
txr_intrq
, m))) {
3191
if (pcq_peek(txr->
txr_intrq
) != NULL)
if_ixl.c
395
pcq_t *
txr_intrq
;
member in struct:ixl_tx_ring
2387
txr->
txr_intrq
= pcq_create(sc->sc_tx_ring_ndescs, KM_NOSLEEP);
2388
if (txr->
txr_intrq
== NULL)
2404
pcq_destroy(txr->
txr_intrq
);
2554
while ((m = pcq_get(txr->
txr_intrq
)) != NULL)
2556
pcq_destroy(txr->
txr_intrq
);
2706
m = pcq_get(txr->
txr_intrq
);
2895
if (__predict_false(!pcq_put(txr->
txr_intrq
, m))) {
2931
if (pcq_peek(txr->
txr_intrq
) != NULL)
Completed in 92 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025