Home
last modified time | relevance | path

Searched refs:nicvf_put_sq_desc (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.h343 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt);
Dnicvf_queues.c1145 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt) in nicvf_put_sq_desc() function
1195 nicvf_put_sq_desc(sq, 1); in nicvf_sq_free_used_descs()
1204 nicvf_put_sq_desc(sq, hdr->subdesc_cnt + 1); in nicvf_sq_free_used_descs()
Dnicvf_main.c901 nicvf_put_sq_desc(sq, subdesc_cnt); in nicvf_cq_intr_handler()