Home
last modified time | relevance | path

Searched refs:subdesc_cnt (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/cavium/thunder/
A Dnicvf_queues.c554 int hdr_sqe, u8 subdesc_cnt) in nicvf_unmap_sndq_buffers() argument
610 tso_sqe->subdesc_cnt); in nicvf_free_snd_queue()
613 hdr->subdesc_cnt); in nicvf_free_snd_queue()
1229 hdr->subdesc_cnt = subdesc_cnt; in nicvf_xdp_sq_add_hdr_subdesc()
1241 if (subdesc_cnt > sq->xdp_free_cnt) in nicvf_xdp_sq_append_pkt()
1251 sq->xdp_desc_cnt += subdesc_cnt; in nicvf_xdp_sq_append_pkt()
1312 return subdesc_cnt; in nicvf_sq_subdesc_required()
1322 return subdesc_cnt; in nicvf_sq_subdesc_required()
1349 hdr->subdesc_cnt = subdesc_cnt - POST_CQE_DESC_COUNT; in nicvf_sq_add_hdr_subdesc()
1355 hdr->subdesc_cnt = subdesc_cnt; in nicvf_sq_add_hdr_subdesc()
[all …]
A Dnicvf_main.c657 int budget, int *subdesc_cnt, in nicvf_snd_pkt_handler() argument
683 hdr->subdesc_cnt); in nicvf_snd_pkt_handler()
689 *subdesc_cnt += hdr->subdesc_cnt + 1; in nicvf_snd_pkt_handler()
701 tso_sqe->subdesc_cnt); in nicvf_snd_pkt_handler()
702 *subdesc_cnt += tso_sqe->subdesc_cnt + 1; in nicvf_snd_pkt_handler()
705 hdr->subdesc_cnt); in nicvf_snd_pkt_handler()
707 *subdesc_cnt += hdr->subdesc_cnt + 1; in nicvf_snd_pkt_handler()
723 *subdesc_cnt += hdr->subdesc_cnt + 1; in nicvf_snd_pkt_handler()
850 int subdesc_cnt = 0; in nicvf_cq_intr_handler() local
893 budget, &subdesc_cnt, in nicvf_cq_intr_handler()
[all …]
A Dq_struct.h534 u64 subdesc_cnt:8; member
561 u64 subdesc_cnt:8;
A Dnicvf_queues.h329 int hdr_sqe, u8 subdesc_cnt);

Completed in 15 milliseconds