Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/i40iw/
Di40iw_ctrl.c1074 struct i40iw_dma_mem feat_buf; in i40iw_get_rdma_features() local
1078 ret_code = i40iw_allocate_dma_mem(dev->hw, &feat_buf, in i40iw_get_rdma_features()
1085 ret_code = i40iw_sc_query_rdma_features(dev->cqp, &feat_buf, 0); in i40iw_get_rdma_features()
1092 get_64bit_val(feat_buf.va, 0, &temp); in i40iw_get_rdma_features()
1104 get_64bit_val((u64 *)feat_buf.va, byte_idx, &temp); in i40iw_get_rdma_features()
1108 i40iw_free_dma_mem(dev->hw, &feat_buf); in i40iw_get_rdma_features()