Home
last modified time | relevance | path

Searched defs:snd_queue (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/vnic/
H A Dnicvf_queues.h310 struct snd_queue { struct
311 boolean_t enable;
312 uint8_t cq_qs; /* CQ's QS to which this SQ is pointing */
313 uint8_t cq_idx; /* CQ index (0 to 7) in the above QS */
314 uint16_t thresh;
315 volatile int free_cnt;
316 uint32_t head;
317 uint32_t tail;
318 uint64_t *skbuff;
319 void *desc;
[all …]
/freebsd/sys/netgraph/
H A Dng_source.c87 struct mbufq snd_queue; /* packets to send */ member