Searched refs:snd_queue (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/cavium/thunder/ |
| H A D | nicvf_queues.h | 264 struct snd_queue { struct 301 struct snd_queue sq[MAX_SND_QUEUES_PER_QS]; argument 328 void nicvf_unmap_sndq_buffers(struct nicvf *nic, struct snd_queue *sq, 338 void nicvf_sq_enable(struct nicvf *nic, struct snd_queue *sq, int qidx); 340 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt); 342 struct snd_queue *sq, int qidx); 343 int nicvf_sq_append_skb(struct nicvf *nic, struct snd_queue *sq, 345 int nicvf_xdp_sq_append_pkt(struct nicvf *nic, struct snd_queue *sq, 347 void nicvf_xdp_sq_doorbell(struct nicvf *nic, struct snd_queue *sq, int sq_num);
|