Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.h340 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt);
H A Dnicvf_queues.c1143 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt) in nicvf_put_sq_desc() function
1192 nicvf_put_sq_desc(sq, 1); in nicvf_sq_free_used_descs()
1201 nicvf_put_sq_desc(sq, hdr->subdesc_cnt + 1); in nicvf_sq_free_used_descs()
H A Dnicvf_main.c919 nicvf_put_sq_desc(sq, subdesc_cnt); in nicvf_cq_intr_handler()