Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/i40e/
Di40e_adminq.h11 (&(((struct i40e_aq_desc *)((R).desc_buf.va))[i]))
48 struct i40e_aq_desc *wb_desc;
56 struct i40e_aq_desc desc;
132 void i40e_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc,
Di40e_common.c140 struct i40e_aq_desc *aq_desc = (struct i40e_aq_desc *)desc; in i40e_debug_aq()
213 struct i40e_aq_desc desc; in i40e_aq_queue_shutdown()
244 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_lut()
329 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_key()
697 struct i40e_aq_desc desc; in i40e_aq_mac_address_read()
723 struct i40e_aq_desc desc; in i40e_aq_mac_address_write()
1317 struct i40e_aq_desc desc; in i40e_aq_get_phy_capabilities()
1393 struct i40e_aq_desc desc; in i40e_aq_set_phy_config()
1515 struct i40e_aq_desc desc; in i40e_aq_clear_pxe_mode()
1544 struct i40e_aq_desc desc; in i40e_aq_set_link_restart_an()
[all …]
Di40e_adminq.c56 sizeof(struct i40e_aq_desc)), in i40e_alloc_adminq_asq_ring()
83 sizeof(struct i40e_aq_desc)), in i40e_alloc_adminq_arq_ring()
119 struct i40e_aq_desc *desc; in i40e_alloc_arq_bufs()
725 struct i40e_aq_desc desc_cb; in i40e_clean_asq()
726 struct i40e_aq_desc *desc; in i40e_clean_asq()
784 struct i40e_aq_desc *desc, in i40e_asq_send_command_atomic_exec()
792 struct i40e_aq_desc *desc_on_ring; in i40e_asq_send_command_atomic_exec()
988 struct i40e_aq_desc *desc, in i40e_asq_send_command_atomic()
1006 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc, in i40e_asq_send_command()
1030 struct i40e_aq_desc *desc, in i40e_asq_send_command_atomic_v2()
[all …]
Di40e_prototype.h25 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc,
30 struct i40e_aq_desc *desc,
36 i40e_asq_send_command_atomic(struct i40e_hw *hw, struct i40e_aq_desc *desc,
42 struct i40e_aq_desc *desc,
368 struct i40e_aq_desc *desc);
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()
1378 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_type.h33 typedef void (*I40E_ADMINQ_CALLBACK)(struct i40e_hw *, struct i40e_aq_desc *);
570 struct i40e_aq_desc nvm_wb_desc;
571 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