Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ice.c9287 if (!vsi->lan_q_ctx[tc]) in ice_get_lan_q_ctx()
9289 q_ctx = vsi->lan_q_ctx[tc]; in ice_get_lan_q_ctx()
17779 if (vsi->lan_q_ctx[i]) { in ice_clear_vsi_q_ctx()
17780 ice_free(hw, vsi->lan_q_ctx[i]); in ice_clear_vsi_q_ctx()
17781 vsi->lan_q_ctx[i] = NULL; in ice_clear_vsi_q_ctx()
19005 if (!vsi_ctx->lan_q_ctx[tc]) { in ice_alloc_lan_q_ctx()
19006 vsi_ctx->lan_q_ctx[tc] = (struct ice_q_ctx *) in ice_alloc_lan_q_ctx()
19008 if (!vsi_ctx->lan_q_ctx[tc]) in ice_alloc_lan_q_ctx()
19022 memcpy(q_ctx, vsi_ctx->lan_q_ctx[tc], in ice_alloc_lan_q_ctx()
19024 ice_free(hw, vsi_ctx->lan_q_ctx[tc]); in ice_alloc_lan_q_ctx()
[all …]
H A Dif_icevar.h2453 struct ice_q_ctx *lan_q_ctx[ICE_MAX_TRAFFIC_CLASS]; member