Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1704 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_get_phy_capabilities()
2734 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_get_switch_config()
3115 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_add_macvlan()
3157 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_remove_macvlan()
3325 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_add_vlan()
3365 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_remove_vlan()
3590 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_read_nvm()
3621 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_read_nvm_config()
3660 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_write_nvm_config()
4146 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_discover_capabilities()
[all …]
H A Di40e_adminq.c181 desc->flags |= CPU_TO_LE16(I40E_AQ_FLAG_LB); in i40e_alloc_arq_bufs()
1139 desc->flags |= CPU_TO_LE16(I40E_AQ_FLAG_LB); in i40e_clean_arq_element()
H A Di40e_adminq_cmd.h108 #define I40E_AQ_FLAG_LB (1 << I40E_AQ_FLAG_LB_SHIFT) /* 0x200 */ macro