Home
last modified time | relevance | path

Searched refs:I40E_AQ_FLAG_BUF (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_common.c607 desc.flags |= cpu_to_le16(I40E_AQ_FLAG_BUF); in i40e_aq_mac_address_read()
1226 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_BUF); in i40e_aq_get_phy_capabilities()
1557 desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD)); in i40e_aq_add_vsi()
1697 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_BUF); in i40e_aq_get_vsi_params()
1735 desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD)); in i40e_aq_update_vsi_params()
1765 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_BUF); in i40e_aq_get_switch_config()
1842 desc.flags |= cpu_to_le16(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD); in i40e_aq_send_driver_version()
2031 desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD)); in i40e_aq_add_macvlan()
2073 desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD)); in i40e_aq_remove_macvlan()
2110 desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF | in i40e_aq_send_msg_to_vf()
[all …]
Di40e_adminq.c182 desc->flags = cpu_to_le16(I40E_AQ_FLAG_BUF); in i40e_alloc_arq_bufs()
990 desc->flags = cpu_to_le16(I40E_AQ_FLAG_BUF); in i40e_clean_arq_element()
Di40e_adminq_cmd.h88 #define I40E_AQ_FLAG_BUF (1 << I40E_AQ_FLAG_BUF_SHIFT) /* 0x1000 */ macro
Di40e_debugfs.c1642 desc->flags |= cpu_to_le16((u16)I40E_AQ_FLAG_BUF); in i40e_dbg_command_write()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_adminq.c180 desc->flags = cpu_to_le16(I40E_AQ_FLAG_BUF); in i40e_alloc_arq_bufs()
942 desc->flags = cpu_to_le16(I40E_AQ_FLAG_BUF); in i40evf_clean_arq_element()
Di40e_common.c574 desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF in i40e_aq_send_msg_to_pf()
Di40e_adminq_cmd.h89 #define I40E_AQ_FLAG_BUF (1 << I40E_AQ_FLAG_BUF_SHIFT) /* 0x1000 */ macro