Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
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;
169 struct idpf_dma_mem **buffs);
Didpf_controlq_setup.c43 cq->bi.rx_buff = kcalloc(cq->ring_size, sizeof(struct idpf_dma_mem *), in idpf_ctlq_alloc_bufs()
50 struct idpf_dma_mem *bi; in idpf_ctlq_alloc_bufs()
53 cq->bi.rx_buff[i] = kcalloc(num, sizeof(struct idpf_dma_mem), in idpf_ctlq_alloc_bufs()
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);
Didpf_mem.h9 struct idpf_dma_mem { struct
Didpf_controlq.c67 struct idpf_dma_mem *bi = cq->bi.rx_buff[i]; in idpf_ctlq_init_rxq_bufs()
298 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()
Didpf_lib.c2314 void *idpf_alloc_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem, u64 size) in idpf_alloc_dma_mem()
2331 void idpf_free_dma_mem(struct idpf_hw *hw, struct idpf_dma_mem *mem) in idpf_free_dma_mem()
Didpf_virtchnl.c210 struct idpf_dma_mem *dma_mem; in idpf_mb_clean()
254 struct idpf_dma_mem *dma_mem; in idpf_send_mb_msg()
697 struct idpf_dma_mem *dma_mem; in idpf_recv_mb_msg()