Home
last modified time | relevance | path

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

/Linux-v5.4/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.c284 struct i40e_aq_desc *aq_desc = (struct i40e_aq_desc *)desc; in i40e_debug_aq()
357 struct i40e_aq_desc desc; in i40e_aq_queue_shutdown()
389 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_lut()
474 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_key()
956 struct i40e_aq_desc desc; in i40e_aq_mac_address_read()
982 struct i40e_aq_desc desc; in i40e_aq_mac_address_write()
1554 struct i40e_aq_desc desc; in i40e_aq_get_phy_capabilities()
1632 struct i40e_aq_desc desc; in i40e_aq_set_phy_config()
1755 struct i40e_aq_desc desc; in i40e_aq_clear_pxe_mode()
1783 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()
674 struct i40e_aq_desc desc_cb; in i40e_clean_asq()
675 struct i40e_aq_desc *desc; in i40e_clean_asq()
731 struct i40e_aq_desc *desc, in i40e_asq_send_command()
739 struct i40e_aq_desc *desc_on_ring; in i40e_asq_send_command()
925 void i40e_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc, in i40e_fill_default_direct_cmd_desc()
929 memset((void *)desc, 0, sizeof(struct i40e_aq_desc)); in i40e_fill_default_direct_cmd_desc()
950 struct i40e_aq_desc *desc; in i40e_clean_arq_element()
[all …]
Di40e_nvm.c1255 struct i40e_aq_desc *desc) in i40e_nvmupd_check_wait_event()
1257 u32 aq_desc_len = sizeof(struct i40e_aq_desc); in i40e_nvmupd_check_wait_event()
1375 struct i40e_aq_desc *aq_desc; in i40e_nvmupd_exec_aq()
1388 aq_desc_len = sizeof(struct i40e_aq_desc); in i40e_nvmupd_exec_aq()
1399 aq_desc = (struct i40e_aq_desc *)bytes; in i40e_nvmupd_exec_aq()
1464 aq_desc_len = sizeof(struct i40e_aq_desc); in i40e_nvmupd_get_aq_result()
1531 aq_desc_len = sizeof(struct i40e_aq_desc); in i40e_nvmupd_get_aq_event()
Di40e_type.h34 typedef void (*I40E_ADMINQ_CALLBACK)(struct i40e_hw *, struct i40e_aq_desc *);
604 struct i40e_aq_desc nvm_wb_desc;
605 struct i40e_aq_desc nvm_aq_event_desc;
Di40e_debugfs.c461 struct i40e_aq_desc *d = I40E_ADMINQ_DESC(*ring, i); in i40e_dbg_dump_aq_desc()
474 struct i40e_aq_desc *d = I40E_ADMINQ_DESC(*ring, i); in i40e_dbg_dump_aq_desc()
1203 struct i40e_aq_desc *desc; in i40e_dbg_command_write()
1206 desc = kzalloc(sizeof(struct i40e_aq_desc), GFP_KERNEL); in i40e_dbg_command_write()
1249 struct i40e_aq_desc *desc; in i40e_dbg_command_write()
1254 desc = kzalloc(sizeof(struct i40e_aq_desc), GFP_KERNEL); in i40e_dbg_command_write()
Di40e_prototype.h26 struct i40e_aq_desc *desc,
331 struct i40e_aq_desc *desc);
Di40e_adminq_cmd.h28 struct i40e_aq_desc { struct