Searched defs:snd_queue (Results 1 – 2 of 2) sorted by relevance
312 struct snd_queue { struct313 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 …]
88 struct mbufq snd_queue; /* packets to send */ member