Home
last modified time | relevance | path

Searched refs:i40e_aq_desc (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_adminq.h12 (&(((struct i40e_aq_desc *)((R).desc_buf.va))[i]))
49 struct i40e_aq_desc *wb_desc;
57 struct i40e_aq_desc desc;
133 void i40e_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc,
Di40e_common.c287 struct i40e_aq_desc *aq_desc = (struct i40e_aq_desc *)desc; in i40e_debug_aq()
360 struct i40e_aq_desc desc; in i40e_aq_queue_shutdown()
392 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_lut()
477 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_key()
843 struct i40e_aq_desc desc; in i40e_aq_mac_address_read()
869 struct i40e_aq_desc desc; in i40e_aq_mac_address_write()
1460 struct i40e_aq_desc desc; in i40e_aq_get_phy_capabilities()
1538 struct i40e_aq_desc desc; in i40e_aq_set_phy_config()
1661 struct i40e_aq_desc desc; in i40e_aq_clear_pxe_mode()
1689 struct i40e_aq_desc desc; in i40e_aq_set_link_restart_an()
[all …]
Di40e_adminq.c57 sizeof(struct i40e_aq_desc)), in i40e_alloc_adminq_asq_ring()
84 sizeof(struct i40e_aq_desc)), in i40e_alloc_adminq_arq_ring()
121 struct i40e_aq_desc *desc; in i40e_alloc_arq_bufs()
726 struct i40e_aq_desc desc_cb; in i40e_clean_asq()
727 struct i40e_aq_desc *desc; in i40e_clean_asq()
785 struct i40e_aq_desc *desc, in i40e_asq_send_command_atomic_exec()
794 struct i40e_aq_desc *desc_on_ring; in i40e_asq_send_command_atomic_exec()
989 struct i40e_aq_desc *desc, in i40e_asq_send_command_atomic()
1007 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc, in i40e_asq_send_command()
1031 struct i40e_aq_desc *desc, in i40e_asq_send_command_atomic_v2()
[all …]
Di40e_nvm.c1259 struct i40e_aq_desc *desc) in i40e_nvmupd_check_wait_event()
1261 u32 aq_desc_len = sizeof(struct i40e_aq_desc); in i40e_nvmupd_check_wait_event()
1379 struct i40e_aq_desc *aq_desc; in i40e_nvmupd_exec_aq()
1392 aq_desc_len = sizeof(struct i40e_aq_desc); in i40e_nvmupd_exec_aq()
1403 aq_desc = (struct i40e_aq_desc *)bytes; in i40e_nvmupd_exec_aq()
1468 aq_desc_len = sizeof(struct i40e_aq_desc); in i40e_nvmupd_get_aq_result()
1535 aq_desc_len = sizeof(struct i40e_aq_desc); in i40e_nvmupd_get_aq_event()
Di40e_prototype.h26 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc,
31 struct i40e_aq_desc *desc,
37 i40e_asq_send_command_atomic(struct i40e_hw *hw, struct i40e_aq_desc *desc,
43 struct i40e_aq_desc *desc,
369 struct i40e_aq_desc *desc);
Di40e_type.h34 typedef void (*I40E_ADMINQ_CALLBACK)(struct i40e_hw *, struct i40e_aq_desc *);
571 struct i40e_aq_desc nvm_wb_desc;
572 struct i40e_aq_desc nvm_aq_event_desc;
Di40e_debugfs.c508 struct i40e_aq_desc *d = I40E_ADMINQ_DESC(*ring, i); in i40e_dbg_dump_aq_desc()
521 struct i40e_aq_desc *d = I40E_ADMINQ_DESC(*ring, i); in i40e_dbg_dump_aq_desc()
1286 struct i40e_aq_desc *desc; in i40e_dbg_command_write()
1289 desc = kzalloc(sizeof(struct i40e_aq_desc), GFP_KERNEL); in i40e_dbg_command_write()
1332 struct i40e_aq_desc *desc; in i40e_dbg_command_write()
1337 desc = kzalloc(sizeof(struct i40e_aq_desc), GFP_KERNEL); in i40e_dbg_command_write()
Di40e_adminq_cmd.h30 struct i40e_aq_desc { struct