Searched refs:nicvf_put_sq_desc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.h | 340 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt);
|
H A D | nicvf_queues.c | 1142 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt) in nicvf_put_sq_desc() function 1191 nicvf_put_sq_desc(sq, 1); in nicvf_sq_free_used_descs() 1200 nicvf_put_sq_desc(sq, hdr->subdesc_cnt + 1); in nicvf_sq_free_used_descs()
|
H A D | nicvf_main.c | 922 nicvf_put_sq_desc(sq, subdesc_cnt); in nicvf_cq_intr_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.h | 340 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt);
|
H A D | nicvf_queues.c | 1143 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 D | nicvf_main.c | 919 nicvf_put_sq_desc(sq, subdesc_cnt); in nicvf_cq_intr_handler()
|
Completed in 12 milliseconds