Searched refs:idpf_dma_mem (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_mem.h9 struct idpf_dma_mem { struct
H A Didpf_controlq_api.h70 struct idpf_dma_mem *payload;
110 struct idpf_dma_mem desc_ring; /* descriptor ring memory
111 * idpf_dma_mem is defined in OSdep.h
114 struct idpf_dma_mem **rx_buff;
169 struct idpf_dma_mem **buffs);
H A Didpf_controlq_setup.c43 cq->bi.rx_buff = kcalloc(cq->ring_size, sizeof(struct idpf_dma_mem *),
50 struct idpf_dma_mem *bi;
51 int num = 1; /* number of idpf_dma_mem to be allocated */
53 cq->bi.rx_buff[i] = kcalloc(num, sizeof(struct idpf_dma_mem),
H A Didpf_controlq.h127 void *idpf_alloc_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem,
129 void idpf_free_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem);
H A Didpf_controlq.c67 struct idpf_dma_mem *bi = cq->bi.rx_buff[i];
298 struct idpf_dma_mem *buff = msg->ctx.indirect.payload;
421 u16 *buff_count, struct idpf_dma_mem **buffs)
H A Didpf_lib.c2367 void *idpf_alloc_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem, u64 size)
2384 void idpf_free_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem)
H A Didpf_virtchnl.c208 struct idpf_dma_mem *dma_mem;
252 struct idpf_dma_mem *dma_mem;
695 struct idpf_dma_mem *dma_mem;

Completed in 230 milliseconds