Home
last modified time | relevance | path

Searched refs:vmvf_type (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq_api.h39 u8 vmvf_type; /* represents the source of the message on recv */ member
H A Didpf_controlq.c572 q_msg[i].vmvf_type = (flags & in idpf_ctlq_recv()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_base.c317 tlan_ctx->vmvf_type = ICE_TLAN_CTX_VMVF_TYPE_VMQ; in ice_setup_tx_ctx()
319 tlan_ctx->vmvf_type = ICE_TLAN_CTX_VMVF_TYPE_PF; in ice_setup_tx_ctx()
324 tlan_ctx->vmvf_type = ICE_TLAN_CTX_VMVF_TYPE_VF; in ice_setup_tx_ctx()
327 tlan_ctx->vmvf_type = ICE_TLAN_CTX_VMVF_TYPE_VMQ; in ice_setup_tx_ctx()
H A Dice_lan_tx_rx.h545 u8 vmvf_type; member
H A Dice_common.c1419 ICE_CTX_STORE(ice_tlan_ctx, vmvf_type, 2, 78),