OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txq_interq
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_wm.c
374
pcq_t *
txq_interq
;
member in struct:wm_txqueue
7728
/* Drain
txq_interq
*/
7729
while ((m = pcq_get(txq->
txq_interq
)) != NULL)
8145
txq->
txq_interq
= pcq_create(WM_TXINTERQSIZE, KM_SLEEP);
8146
if (txq->
txq_interq
== NULL) {
8242
pcq_destroy(txq->
txq_interq
);
8312
/* Drain
txq_interq
*/
8313
while ((m = pcq_get(txq->
txq_interq
)) != NULL)
8315
pcq_destroy(txq->
txq_interq
);
8906
if (__predict_false(!pcq_put(txq->
txq_interq
, m)))
[
all
...]
Completed in 19 milliseconds
Indexes created Sun Oct 12 20:09:57 GMT 2025