Home
last modified time | relevance | path

Searched refs:cmd_details (Results 1 – 7 of 7) sorted by relevance

/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h52 struct i40e_asq_cmd_details *cmd_details);
84 struct i40e_asq_cmd_details *cmd_details);
87 struct i40e_asq_cmd_details *cmd_details);
90 struct i40e_asq_cmd_details *cmd_details);
92 struct i40e_asq_cmd_details *cmd_details);
94 struct i40e_asq_cmd_details *cmd_details);
98 struct i40e_asq_cmd_details *cmd_details);
101 struct i40e_asq_cmd_details *cmd_details);
105 struct i40e_asq_cmd_details *cmd_details);
107 struct i40e_asq_cmd_details *cmd_details);
[all …]
Di40e_common.c966 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_read() argument
977 sizeof(*addrs), cmd_details); in i40e_aq_mac_address_read()
992 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_write() argument
1008 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_mac_address_write()
1581 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_phy_capabilities() argument
1606 cmd_details); in i40e_aq_get_phy_capabilities()
1631 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_phy_config() argument
1646 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_config()
1737 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_clear_pxe_mode() argument
1749 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_clear_pxe_mode()
[all …]
Di40e_nvm.c230 struct i40e_asq_cmd_details cmd_details; in i40e_read_nvm_aq() local
232 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_read_nvm_aq()
258 data, last_command, &cmd_details); in i40e_read_nvm_aq()
456 struct i40e_asq_cmd_details cmd_details; in i40e_write_nvm_aq() local
458 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_write_nvm_aq()
459 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_write_nvm_aq()
485 data, last_command, &cmd_details); in i40e_write_nvm_aq()
1158 struct i40e_asq_cmd_details cmd_details; in i40e_nvmupd_exec_aq() local
1167 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_nvmupd_exec_aq()
1168 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_nvmupd_exec_aq()
[all …]
Di40e_adminq.c740 struct i40e_asq_cmd_details *cmd_details) in i40e_asq_send_command() argument
770 if (cmd_details) { in i40e_asq_send_command()
771 *details = *cmd_details; in i40e_asq_send_command()
/drivers/net/ethernet/intel/i40evf/
Di40e_prototype.h52 struct i40e_asq_cmd_details *cmd_details);
96 struct i40e_asq_cmd_details *cmd_details);
103 struct i40e_asq_cmd_details *cmd_details);
Di40e_common.c924 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_send_msg_to_pf() argument
941 if (!cmd_details) { in i40e_aq_send_msg_to_pf()
944 cmd_details = &details; in i40e_aq_send_msg_to_pf()
946 status = i40evf_asq_send_command(hw, &desc, msg, msglen, cmd_details); in i40e_aq_send_msg_to_pf()
Di40e_adminq.c673 struct i40e_asq_cmd_details *cmd_details) in i40evf_asq_send_command() argument
703 if (cmd_details) { in i40evf_asq_send_command()
704 *details = *cmd_details; in i40evf_asq_send_command()