Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c1333 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_LB); in i40e_aq_get_phy_capabilities()
2212 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_LB); in i40e_aq_get_switch_config()
2658 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_LB); in i40e_aq_remove_macvlan()
2706 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_LB); in i40e_aq_remove_macvlan_v2()
3053 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_LB); in i40e_aq_read_nvm()
3383 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_LB); in i40e_aq_discover_capabilities()
3448 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_LB); in i40e_aq_update_nvm()
3531 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_LB); in i40e_aq_get_lldp_mib()
3572 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_LB); in i40e_aq_set_lldp_mib()
3939 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_LB); in i40e_aq_tx_sched_cmd()
[all …]
H A Di40e_adminq.c147 desc->flags |= cpu_to_le16(I40E_AQ_FLAG_LB); in i40e_alloc_arq_bufs()
1151 desc->flags |= cpu_to_le16(I40E_AQ_FLAG_LB); in i40e_clean_arq_element()
H A Di40e_adminq_cmd.h70 #define I40E_AQ_FLAG_LB BIT(I40E_AQ_FLAG_LB_SHIFT) /* 0x200 */ macro