Searched refs:SND_QUEUE_DESC_SIZE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 513 err = nicvf_alloc_q_desc_mem(nic, &sq->dmem, q_len, SND_QUEUE_DESC_SIZE, in nicvf_init_snd_queue() 1231 memset(hdr, 0, SND_QUEUE_DESC_SIZE); in nicvf_xdp_sq_add_hdr_subdesc() 1346 memset(hdr, 0, SND_QUEUE_DESC_SIZE); in nicvf_sq_add_hdr_subdesc() 1430 memset(gather, 0, SND_QUEUE_DESC_SIZE); in nicvf_sq_add_gather_subdesc() 1450 memset(hdr, 0, SND_QUEUE_DESC_SIZE); in nicvf_sq_add_cqe_subdesc() 1463 memset(imm, 0, SND_QUEUE_DESC_SIZE); in nicvf_sq_add_cqe_subdesc()
|
D | nicvf_queues.h | 120 #define SND_QUEUE_DESC_SIZE 16 macro
|