Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.h340 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt);
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()
Dnicvf_main.c919 nicvf_put_sq_desc(sq, subdesc_cnt); in nicvf_cq_intr_handler()