Searched refs:rdma_q_ctx (Results 1 – 2 of 2) sorted by relevance
51 struct ice_q_ctx *rdma_q_ctx[ICE_MAX_TRAFFIC_CLASS]; member
620 if (!vsi_ctx->rdma_q_ctx[tc]) { in ice_alloc_rdma_q_ctx()621 vsi_ctx->rdma_q_ctx[tc] = devm_kcalloc(ice_hw_to_dev(hw), in ice_alloc_rdma_q_ctx()625 if (!vsi_ctx->rdma_q_ctx[tc]) in ice_alloc_rdma_q_ctx()638 memcpy(q_ctx, vsi_ctx->rdma_q_ctx[tc], in ice_alloc_rdma_q_ctx()640 devm_kfree(ice_hw_to_dev(hw), vsi_ctx->rdma_q_ctx[tc]); in ice_alloc_rdma_q_ctx()641 vsi_ctx->rdma_q_ctx[tc] = q_ctx; in ice_alloc_rdma_q_ctx()