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