Searched refs:snd_queue (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.h | 257 struct snd_queue { struct 291 struct snd_queue sq[MAX_SND_QUEUES_PER_QS]; argument 318 void nicvf_sq_enable(struct nicvf *nic, struct snd_queue *sq, int qidx); 320 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt); 322 struct snd_queue *sq, int qidx);
|
D | nicvf_queues.c | 351 struct snd_queue *sq, int q_len) in nicvf_init_snd_queue() 379 static void nicvf_free_snd_queue(struct nicvf *nic, struct snd_queue *sq) in nicvf_free_snd_queue() 605 struct snd_queue *sq; in nicvf_snd_queue_config() 838 static inline int nicvf_get_sq_desc(struct snd_queue *sq, int desc_cnt) in nicvf_get_sq_desc() 851 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt) in nicvf_put_sq_desc() 858 static inline int nicvf_get_nxt_sqentry(struct snd_queue *sq, int qentry) in nicvf_get_nxt_sqentry() 865 void nicvf_sq_enable(struct nicvf *nic, struct snd_queue *sq, int qidx) in nicvf_sq_enable() 885 void nicvf_sq_free_used_descs(struct net_device *netdev, struct snd_queue *sq, in nicvf_sq_free_used_descs() 978 nicvf_sq_add_hdr_subdesc(struct snd_queue *sq, int qentry, in nicvf_sq_add_hdr_subdesc() 1019 static inline void nicvf_sq_add_gather_subdesc(struct snd_queue *sq, int qentry, in nicvf_sq_add_gather_subdesc() [all …]
|
D | nicvf_main.c | 514 struct snd_queue *sq; in nicvf_snd_pkt_handler()
|