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

/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c555 int hdr_sqe, u8 subdesc_cnt)
561 for (idx = 0; idx < subdesc_cnt; idx++) {
611 tso_sqe->subdesc_cnt);
614 hdr->subdesc_cnt);
1201 nicvf_put_sq_desc(sq, hdr->subdesc_cnt + 1);
1223 int subdesc_cnt, u64 data, int len)
1230 hdr->subdesc_cnt = subdesc_cnt;
1239 int subdesc_cnt = MIN_SQ_DESC_PER_PKT_XMIT; local
1242 if (subdesc_cnt > s
554 nicvf_unmap_sndq_buffers(struct nicvf *nic, struct snd_queue *sq, int hdr_sqe, u8 subdesc_cnt) argument
1222 nicvf_xdp_sq_add_hdr_subdesc(struct snd_queue *sq, int qentry, int subdesc_cnt, u64 data, int len) argument
1309 int subdesc_cnt = MIN_SQ_DESC_PER_PKT_XMIT; local
1330 nicvf_sq_add_hdr_subdesc(struct nicvf *nic, struct snd_queue *sq, int qentry, int subdesc_cnt, struct sk_buff *skb, int len) argument
1554 int subdesc_cnt, hdr_sqe = 0; local
[all...]
H A Dnicvf_main.c657 int budget, int *subdesc_cnt,
683 hdr->subdesc_cnt);
689 *subdesc_cnt += hdr->subdesc_cnt + 1;
701 tso_sqe->subdesc_cnt);
702 *subdesc_cnt += tso_sqe->subdesc_cnt + 1;
705 hdr->subdesc_cnt);
707 *subdesc_cnt += hdr->subdesc_cnt
655 nicvf_snd_pkt_handler(struct net_device *netdev, struct cqe_send_t *cqe_tx, int budget, int *subdesc_cnt, unsigned int *tx_pkts, unsigned int *tx_bytes) argument
850 int subdesc_cnt = 0; local
[all...]
H A Dq_struct.h534 u64 subdesc_cnt:8; member in struct:sq_hdr_subdesc
561 u64 subdesc_cnt:8;
H A Dnicvf_queues.h329 int hdr_sqe, u8 subdesc_cnt);

Completed in 283 milliseconds