Searched refs:vmvf_type (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_base.c | 339 * VF / VM index should be programmed per vmvf_type setting: in ice_setup_tx_ctx() 340 * for vmvf_type = VF, it is VF number between 0-256 in ice_setup_tx_ctx() 341 * for vmvf_type = VM, it is VM number between 0-767 in ice_setup_tx_ctx() 349 tlan_ctx->vmvf_type = ICE_TLAN_CTX_VMVF_TYPE_VMQ; in ice_setup_tx_ctx() 351 tlan_ctx->vmvf_type = ICE_TLAN_CTX_VMVF_TYPE_PF; in ice_setup_tx_ctx() 356 tlan_ctx->vmvf_type = ICE_TLAN_CTX_VMVF_TYPE_VF; in ice_setup_tx_ctx() 359 tlan_ctx->vmvf_type = ICE_TLAN_CTX_VMVF_TYPE_VMQ; in ice_setup_tx_ctx()
|
H A D | ice_lan_tx_rx.h | 626 u8 vmvf_type; member
|
H A D | ice_common.c | 1491 ICE_CTX_STORE(ice_tlan_ctx, vmvf_type, 2, 78),
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_base.c | 244 * VF / VM index should be programmed per vmvf_type setting: in ice_setup_tx_ctx() 245 * for vmvf_type = VF, it is VF number between 0-256 in ice_setup_tx_ctx() 246 * for vmvf_type = VM, it is VM number between 0-767 in ice_setup_tx_ctx() 253 tlan_ctx->vmvf_type = ICE_TLAN_CTX_VMVF_TYPE_PF; in ice_setup_tx_ctx() 258 tlan_ctx->vmvf_type = ICE_TLAN_CTX_VMVF_TYPE_VF; in ice_setup_tx_ctx()
|
H A D | ice_lan_tx_rx.h | 559 u8 vmvf_type; member
|
H A D | ice_common.c | 1267 ICE_CTX_STORE(ice_tlan_ctx, vmvf_type, 2, 78),
|
Completed in 22 milliseconds