Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/irdma/
H A Dctrl.c4669 struct irdma_dma_mem feat_buf; in irdma_get_rdma_features() local
4675 feat_buf.va = dma_alloc_coherent(dev->hw->device, feat_buf.size, in irdma_get_rdma_features()
4677 if (!feat_buf.va) in irdma_get_rdma_features()
4694 dma_free_coherent(dev->hw->device, feat_buf.size, feat_buf.va, in irdma_get_rdma_features()
4695 feat_buf.pa); in irdma_get_rdma_features()
4696 feat_buf.va = NULL; in irdma_get_rdma_features()
4700 feat_buf.size, &feat_buf.pa, in irdma_get_rdma_features()
4702 if (!feat_buf.va) in irdma_get_rdma_features()
4735 dma_free_coherent(dev->hw->device, feat_buf.size, feat_buf.va, in irdma_get_rdma_features()
4736 feat_buf.pa); in irdma_get_rdma_features()
[all …]