Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.h320 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt);
Dnicvf_queues.c851 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt) in nicvf_put_sq_desc() function
898 nicvf_put_sq_desc(sq, 1); in nicvf_sq_free_used_descs()
907 nicvf_put_sq_desc(sq, hdr->subdesc_cnt + 1); in nicvf_sq_free_used_descs()
Dnicvf_main.c528 nicvf_put_sq_desc(sq, hdr->subdesc_cnt + 1); in nicvf_snd_pkt_handler()