Searched refs:idpf_dma_mem (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/idpf/ |
D | idpf_controlq_api.h | 70 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);
|
D | idpf_controlq_setup.c | 43 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()
|
D | idpf_controlq.h | 127 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);
|
D | idpf_mem.h | 9 struct idpf_dma_mem { struct
|
D | idpf_controlq.c | 67 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()
|
D | idpf_lib.c | 2314 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()
|
D | idpf_virtchnl.c | 210 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()
|