Searched refs:feat_buf (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/irdma/ |
| H A D | irdma_ctrl.c | 4759 struct irdma_dma_mem feat_buf; in irdma_get_rdma_features() local 4766 feat_buf.size = IRDMA_FEATURE_BUF_SIZE; in irdma_get_rdma_features() 4767 feat_buf.va = irdma_allocate_dma_mem(dev->hw, &feat_buf, feat_buf.size, in irdma_get_rdma_features() 4769 if (!feat_buf.va) in irdma_get_rdma_features() 4772 ret_code = irdma_sc_query_rdma_features(dev->cqp, &feat_buf, 0); in irdma_get_rdma_features() 4776 get_64bit_val(feat_buf.va, IRDMA_BYTE_0, &temp); in irdma_get_rdma_features() 4784 irdma_free_dma_mem(dev->hw, &feat_buf); in irdma_get_rdma_features() 4785 feat_buf.size = 8 * feat_cnt; in irdma_get_rdma_features() 4786 feat_buf.va = irdma_allocate_dma_mem(dev->hw, &feat_buf, in irdma_get_rdma_features() 4787 feat_buf.size, in irdma_get_rdma_features() [all …]
|