Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_switch.h39 struct ice_q_ctx *rdma_q_ctx[ICE_MAX_TRAFFIC_CLASS]; member
A Dice_sched.c624 if (!vsi_ctx->rdma_q_ctx[tc]) { in ice_alloc_rdma_q_ctx()
625 vsi_ctx->rdma_q_ctx[tc] = devm_kcalloc(ice_hw_to_dev(hw), in ice_alloc_rdma_q_ctx()
629 if (!vsi_ctx->rdma_q_ctx[tc]) in ice_alloc_rdma_q_ctx()
642 memcpy(q_ctx, vsi_ctx->rdma_q_ctx[tc], in ice_alloc_rdma_q_ctx()
644 devm_kfree(ice_hw_to_dev(hw), vsi_ctx->rdma_q_ctx[tc]); in ice_alloc_rdma_q_ctx()
645 vsi_ctx->rdma_q_ctx[tc] = q_ctx; in ice_alloc_rdma_q_ctx()
A Dice_switch.c1650 if (vsi->rdma_q_ctx[i]) { in ice_clear_vsi_q_ctx()
1651 devm_kfree(ice_hw_to_dev(hw), vsi->rdma_q_ctx[i]); in ice_clear_vsi_q_ctx()
1652 vsi->rdma_q_ctx[i] = NULL; in ice_clear_vsi_q_ctx()

Completed in 23 milliseconds