Searched refs:feat_buf (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/irdma/ |
H A D | irdma_ctrl.c | 4796 struct irdma_dma_mem feat_buf; in irdma_get_rdma_features() local 4799 feat_buf.size = IRDMA_FEATURE_BUF_SIZE; in irdma_get_rdma_features() 4800 feat_buf.va = irdma_allocate_dma_mem(dev->hw, &feat_buf, feat_buf.size, in irdma_get_rdma_features() 4802 if (!feat_buf.va) in irdma_get_rdma_features() 4805 ret_code = irdma_sc_query_rdma_features(dev->cqp, &feat_buf, 0); in irdma_get_rdma_features() 4809 get_64bit_val(feat_buf.va, IRDMA_BYTE_0, &temp); in irdma_get_rdma_features() 4817 irdma_free_dma_mem(dev->hw, &feat_buf); in irdma_get_rdma_features() 4818 feat_buf.size = 8 * feat_cnt; in irdma_get_rdma_features() 4819 feat_buf.va = irdma_allocate_dma_mem(dev->hw, &feat_buf, in irdma_get_rdma_features() 4820 feat_buf.size, in irdma_get_rdma_features() [all …]
|