Searched refs:GET_SQ_DESC (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.c | 564 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, hdr_sqe); in nicvf_unmap_sndq_buffers() 604 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, sq->head); in nicvf_free_snd_queue() 609 (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, hdr->rsvd2); in nicvf_free_snd_queue() 1190 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, sq->head); in nicvf_sq_free_used_descs() 1227 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_xdp_sq_add_hdr_subdesc() 1342 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_sq_add_hdr_subdesc() 1425 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_sq_add_gather_subdesc() 1446 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_sq_add_cqe_subdesc() 1459 imm = (struct sq_imm_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_sq_add_cqe_subdesc()
|
H A D | nicvf_queues.h | 307 #define GET_SQ_DESC(RING, idx)\ macro
|
H A D | nicvf_main.c | 669 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, cqe_tx->sqe_ptr); in nicvf_snd_pkt_handler() 699 (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, hdr->rsvd2); in nicvf_snd_pkt_handler()
|