Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1610 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_get_phy_capabilities()
2544 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_get_switch_config()
2908 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_add_macvlan()
2950 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_remove_macvlan()
3003 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_mirrorrule_op()
3118 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_add_vlan()
3158 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_remove_vlan()
3196 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_send_msg_to_vf()
3383 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_read_nvm()
3414 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB); in i40e_aq_read_nvm_config()
[all …]
H A Di40e_adminq.c180 desc->flags |= CPU_TO_LE16(I40E_AQ_FLAG_LB); in i40e_alloc_arq_bufs()
1042 desc->flags |= CPU_TO_LE16(I40E_AQ_FLAG_LB); in i40e_clean_arq_element()
H A Di40e_adminq_cmd.h93 #define I40E_AQ_FLAG_LB (1 << I40E_AQ_FLAG_LB_SHIFT) /* 0x200 */ macro