Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c261 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_BUF); in i40e_aq_get_set_rss_lut()
347 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_BUF); in i40e_aq_get_set_rss_key()
707 desc.flags |= cpu_to_le16(I40E_AQ_FLAG_BUF); in i40e_aq_mac_address_read()
1331 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_BUF); in i40e_aq_get_phy_capabilities()
1786 desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD)); in i40e_aq_add_vsi()
2135 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_BUF); in i40e_aq_get_vsi_params()
2176 desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD)); in i40e_aq_update_vsi_params()
2210 desc.flags |= cpu_to_le16((u16)I40E_AQ_FLAG_BUF); in i40e_aq_get_switch_config()
2323 desc.flags |= cpu_to_le16(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD); in i40e_aq_send_driver_version()
2556 desc->flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD)); in i40e_prepare_add_macvlan()
[all …]
H A Di40e_adminq.c145 desc->flags = cpu_to_le16(I40E_AQ_FLAG_BUF); in i40e_alloc_arq_bufs()
1149 desc->flags = cpu_to_le16(I40E_AQ_FLAG_BUF); in i40e_clean_arq_element()
H A Di40e_adminq_cmd.h72 #define I40E_AQ_FLAG_BUF BIT(I40E_AQ_FLAG_BUF_SHIFT) /* 0x1000 */ macro
H A Di40e_debugfs.c1370 desc->flags |= cpu_to_le16((u16)I40E_AQ_FLAG_BUF); in i40e_dbg_command_write()