Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c563 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, hdr_sqe); in nicvf_unmap_sndq_buffers()
603 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, sq->head); in nicvf_free_snd_queue()
608 (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, hdr->rsvd2); in nicvf_free_snd_queue()
1189 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, sq->head); in nicvf_sq_free_used_descs()
1226 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_xdp_sq_add_hdr_subdesc()
1341 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_sq_add_hdr_subdesc()
1424 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_sq_add_gather_subdesc()
1445 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_sq_add_cqe_subdesc()
1458 imm = (struct sq_imm_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_sq_add_cqe_subdesc()
Dnicvf_queues.h307 #define GET_SQ_DESC(RING, idx)\ macro
Dnicvf_main.c670 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, cqe_tx->sqe_ptr); in nicvf_snd_pkt_handler()
700 (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, hdr->rsvd2); in nicvf_snd_pkt_handler()