Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/iavf/
H A Diavf_adminq_cmd.h465 __le16 veb_flags; /* only the first/last flags from 0x0230 is valid */ member
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_common.c3027 u16 veb_flags = 0; in i40e_aq_add_veb() local
3039 veb_flags |= I40E_AQC_ADD_VEB_FLOATING; in i40e_aq_add_veb()
3041 veb_flags |= I40E_AQC_ADD_VEB_PORT_TYPE_DEFAULT; in i40e_aq_add_veb()
3043 veb_flags |= I40E_AQC_ADD_VEB_PORT_TYPE_DATA; in i40e_aq_add_veb()
3047 veb_flags |= I40E_AQC_ADD_VEB_ENABLE_DISABLE_STATS; in i40e_aq_add_veb()
3049 cmd->veb_flags = CPU_TO_LE16(veb_flags); in i40e_aq_add_veb()
3105 u16 flags = LE16_TO_CPU(cmd_resp->veb_flags); in i40e_aq_get_veb_parameters()
H A Di40e_adminq_cmd.h1053 __le16 veb_flags; member
1090 __le16 veb_flags; /* only the first/last flags from 0x0230 is valid */ member