Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_base.c293 ice_set_txq_ctx_vmvf(struct ice_tx_ring *ring, u8 *vmvf_type, u16 *vmvf_num) in ice_set_txq_ctx_vmvf() argument
311 *vmvf_type = ICE_TLAN_CTX_VMVF_TYPE_VMQ; in ice_set_txq_ctx_vmvf()
313 *vmvf_type = ICE_TLAN_CTX_VMVF_TYPE_PF; in ice_set_txq_ctx_vmvf()
318 *vmvf_type = ICE_TLAN_CTX_VMVF_TYPE_VF; in ice_set_txq_ctx_vmvf()
321 *vmvf_type = ICE_TLAN_CTX_VMVF_TYPE_VMQ; in ice_set_txq_ctx_vmvf()
361 err = ice_set_txq_ctx_vmvf(ring, &tlan_ctx->vmvf_type, in ice_setup_tx_ctx()
420 err = ice_set_txq_ctx_vmvf(tx_ring, &txtime_ctx->vmvf_type, in ice_setup_txtime_ctx()
H A Dice_common.c1496 ICE_CTX_STORE(ice_tlan_ctx, vmvf_type, 2, 78),
1707 ICE_CTX_STORE(ice_txtime_ctx, vmvf_type, 2, 70),
/linux/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.c569 q_msg[i].vmvf_type = (flags & in idpf_ctlq_recv()