Searched refs:subdesc_cnt (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.c | 555 int hdr_sqe, u8 subdesc_cnt) in nicvf_unmap_sndq_buffers() argument 561 for (idx = 0; idx < subdesc_cnt; idx++) { in nicvf_unmap_sndq_buffers() 611 tso_sqe->subdesc_cnt); in nicvf_free_snd_queue() 614 hdr->subdesc_cnt); in nicvf_free_snd_queue() 1201 nicvf_put_sq_desc(sq, hdr->subdesc_cnt + 1); in nicvf_sq_free_used_descs() 1223 int subdesc_cnt, u64 data, int len) in nicvf_xdp_sq_add_hdr_subdesc() argument 1230 hdr->subdesc_cnt = subdesc_cnt; in nicvf_xdp_sq_add_hdr_subdesc() 1239 int subdesc_cnt = MIN_SQ_DESC_PER_PKT_XMIT; in nicvf_xdp_sq_append_pkt() local 1242 if (subdesc_cnt > sq->xdp_free_cnt) in nicvf_xdp_sq_append_pkt() 1245 qentry = nicvf_get_sq_desc(sq, subdesc_cnt); in nicvf_xdp_sq_append_pkt() [all …]
|
H A D | nicvf_main.c | 657 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 …]
|
H A D | q_struct.h | 534 u64 subdesc_cnt:8; member 561 u64 subdesc_cnt:8;
|
H A D | nicvf_queues.h | 329 int hdr_sqe, u8 subdesc_cnt);
|