Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq_api.h70 struct idpf_dma_mem *payload;
110 struct idpf_dma_mem desc_ring; /* descriptor ring memory
114 struct idpf_dma_mem **rx_buff;
172 struct idpf_dma_mem **buffs);
H A Didpf_controlq_setup.c43 cq->bi.rx_buff = kzalloc_objs(struct idpf_dma_mem *, cq->ring_size); in idpf_ctlq_alloc_bufs()
49 struct idpf_dma_mem *bi; in idpf_ctlq_alloc_bufs()
52 cq->bi.rx_buff[i] = kzalloc_objs(struct idpf_dma_mem, num); in idpf_ctlq_alloc_bufs()
H A Didpf_controlq.h141 void *idpf_alloc_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem,
143 void idpf_free_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem);
H A Didpf_mem.h9 struct idpf_dma_mem { struct
H A Didpf_controlq.c67 struct idpf_dma_mem *bi = cq->bi.rx_buff[i]; in idpf_ctlq_init_rxq_bufs()
295 struct idpf_dma_mem *buff = msg->ctx.indirect.payload; in idpf_ctlq_send()
421 u16 *buff_count, struct idpf_dma_mem **buffs) in idpf_ctlq_post_rx_buffs()
H A Didpf_lib.c2579 void *idpf_alloc_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem, u64 size) in idpf_alloc_dma_mem()
2600 void idpf_free_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem) in idpf_free_dma_mem()
H A Didpf_virtchnl.c132 struct idpf_dma_mem *dma_mem; in idpf_mb_clean()
226 struct idpf_dma_mem *dma_mem; in idpf_send_mb_msg()
680 struct idpf_dma_mem *dma_mem; in idpf_recv_mb_msg()