Home
last modified time | relevance | path

Searched refs:SND_QUEUE_DESC_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c509 err = nicvf_alloc_q_desc_mem(nic, &sq->dmem, q_len, SND_QUEUE_DESC_SIZE, in nicvf_init_snd_queue()
1228 memset(hdr, 0, SND_QUEUE_DESC_SIZE); in nicvf_xdp_sq_add_hdr_subdesc()
1343 memset(hdr, 0, SND_QUEUE_DESC_SIZE); in nicvf_sq_add_hdr_subdesc()
1427 memset(gather, 0, SND_QUEUE_DESC_SIZE); in nicvf_sq_add_gather_subdesc()
1447 memset(hdr, 0, SND_QUEUE_DESC_SIZE); in nicvf_sq_add_cqe_subdesc()
1460 memset(imm, 0, SND_QUEUE_DESC_SIZE); in nicvf_sq_add_cqe_subdesc()
H A Dnicvf_queues.h117 #define SND_QUEUE_DESC_SIZE 16 macro