Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/vnic/
H A Dnicvf_queues.h312 struct snd_queue { struct
313 boolean_t enable;
316 uint16_t thresh;
317 volatile int free_cnt;
318 uint32_t head;
319 uint32_t tail;
320 uint64_t *skbuff;
321 void *desc;
323 struct nicvf *nic;
327 struct snd_buff *snd_buff;
[all …]
/freebsd-13.1/sys/netgraph/
H A Dng_source.c88 struct mbufq snd_queue; /* packets to send */ member