Home
last modified time | relevance | path

Searched refs:i40e_aq_desc (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A 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,
H A Di40e_common.c286 struct i40e_aq_desc *aq_desc = (struct i40e_aq_desc *)desc; in i40e_debug_aq()
359 struct i40e_aq_desc desc; in i40e_aq_queue_shutdown()
391 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_lut()
476 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_key()
954 struct i40e_aq_desc desc; in i40e_aq_mac_address_read()
980 struct i40e_aq_desc desc; in i40e_aq_mac_address_write()
1571 struct i40e_aq_desc desc; in i40e_aq_get_phy_capabilities()
1649 struct i40e_aq_desc desc; in i40e_aq_set_phy_config()
1772 struct i40e_aq_desc des in i40e_aq_clear_pxe_mode()
[all...]
H A 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()
783 struct i40e_aq_desc *desc, in i40e_asq_send_command()
791 struct i40e_aq_desc *desc_on_ring; in i40e_asq_send_command()
977 void i40e_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc, in i40e_fill_default_direct_cmd_desc()
981 memset((void *)desc, 0, sizeof(struct i40e_aq_desc)); in i40e_fill_default_direct_cmd_desc()
1002 struct i40e_aq_desc *des in i40e_clean_arq_element()
[all...]
H A Di40e_nvm.c1258 struct i40e_aq_desc *desc) in i40e_nvmupd_check_wait_event()
1260 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()
1391 aq_desc_len = sizeof(struct i40e_aq_desc); in i40e_nvmupd_exec_aq()
1402 aq_desc = (struct i40e_aq_desc *)bytes; in i40e_nvmupd_exec_aq()
1467 aq_desc_len = sizeof(struct i40e_aq_desc); in i40e_nvmupd_get_aq_result()
1534 aq_desc_len = sizeof(struct i40e_aq_desc); in i40e_nvmupd_get_aq_event()
H A Di40e_type.h34 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;
H A 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()
H A Di40e_prototype.h26 struct i40e_aq_desc *desc,
333 struct i40e_aq_desc *desc);
H A Di40e_adminq_cmd.h30 struct i40e_aq_desc { struct
1301 /* DCB Update (direct 0x0302) uses the i40e_aq_desc structure
1991 * uses i40e_aq_desc
2008 /* Clear port Alternate RAM (direct 0x0906) uses i40e_aq_desc */
2384 /* i40e_aq_desc is used for the command */
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A 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,
H A 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 des in i40e_aq_clear_pxe_mode()
[all...]
H A 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 *des in i40e_asq_send_command_atomic_v2()
[all...]
H A 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);
H A 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()
H A 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;
H A 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()
H A Di40e_adminq_cmd.h30 struct i40e_aq_desc { struct
1302 /* DCB Update (direct 0x0302) uses the i40e_aq_desc structure
1994 * uses i40e_aq_desc
2011 /* Clear port Alternate RAM (direct 0x0906) uses i40e_aq_desc */
2395 /* i40e_aq_desc is used for the command */

Completed in 40 milliseconds