Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/vnic/
H A Dnicvf_queues.h310 struct snd_queue { struct
311 boolean_t enable;
314 uint16_t thresh;
315 volatile int free_cnt;
316 uint32_t head;
317 uint32_t tail;
318 uint64_t *skbuff;
319 void *desc;
321 struct nicvf *nic;
325 struct snd_buff *snd_buff;
[all …]
/freebsd-14.2/sys/netgraph/
H A Dng_source.c87 struct mbufq snd_queue; /* packets to send */ member