Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h28 struct i40e_asq_cmd_details *cmd_details);
34 struct i40e_asq_cmd_details *cmd_details,
39 struct i40e_asq_cmd_details *cmd_details,
46 struct i40e_asq_cmd_details *cmd_details,
86 struct i40e_asq_cmd_details *cmd_details);
89 struct i40e_asq_cmd_details *cmd_details);
92 struct i40e_asq_cmd_details *cmd_details);
94 struct i40e_asq_cmd_details *cmd_details);
96 struct i40e_asq_cmd_details *cmd_details);
98 struct i40e_asq_cmd_details *cmd_details);
[all …]
Di40e_common.c842 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_read() argument
853 sizeof(*addrs), cmd_details); in i40e_aq_mac_address_read()
868 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_write() argument
884 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_mac_address_write()
1459 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_phy_capabilities() argument
1486 abilities_size, cmd_details); in i40e_aq_get_phy_capabilities()
1537 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_phy_config() argument
1552 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_config()
1659 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_clear_pxe_mode() argument
1671 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_clear_pxe_mode()
[all …]
Di40e_nvm.c225 struct i40e_asq_cmd_details cmd_details; in i40e_read_nvm_aq() local
227 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_read_nvm_aq()
228 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_read_nvm_aq()
254 data, last_command, &cmd_details); in i40e_read_nvm_aq()
552 struct i40e_asq_cmd_details cmd_details; in i40e_write_nvm_aq() local
554 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_write_nvm_aq()
555 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_write_nvm_aq()
582 &cmd_details); in i40e_write_nvm_aq()
1377 struct i40e_asq_cmd_details cmd_details; in i40e_nvmupd_exec_aq() local
1389 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_nvmupd_exec_aq()
[all …]
Di40e_adminq.c788 struct i40e_asq_cmd_details *cmd_details, in i40e_asq_send_command_atomic_exec() argument
817 if (cmd_details) { in i40e_asq_send_command_atomic_exec()
818 *details = *cmd_details; in i40e_asq_send_command_atomic_exec()
992 struct i40e_asq_cmd_details *cmd_details, in i40e_asq_send_command_atomic() argument
999 cmd_details, in i40e_asq_send_command_atomic()
1009 struct i40e_asq_cmd_details *cmd_details) in i40e_asq_send_command() argument
1012 cmd_details, false); in i40e_asq_send_command()
1034 struct i40e_asq_cmd_details *cmd_details, in i40e_asq_send_command_atomic_v2() argument
1043 cmd_details, in i40e_asq_send_command_atomic_v2()
1054 struct i40e_asq_cmd_details *cmd_details, in i40e_asq_send_command_v2() argument
[all …]
/linux-6.1.9/drivers/net/ethernet/intel/iavf/
Diavf_prototype.h29 struct iavf_asq_cmd_details *cmd_details);
68 struct iavf_asq_cmd_details *cmd_details);
Diavf_common.c772 struct iavf_asq_cmd_details *cmd_details) in iavf_aq_send_msg_to_pf() argument
789 if (!cmd_details) { in iavf_aq_send_msg_to_pf()
792 cmd_details = &details; in iavf_aq_send_msg_to_pf()
794 status = iavf_asq_send_command(hw, &desc, msg, msglen, cmd_details); in iavf_aq_send_msg_to_pf()
Diavf_adminq.c645 struct iavf_asq_cmd_details *cmd_details) in iavf_asq_send_command() argument
675 if (cmd_details) { in iavf_asq_send_command()
676 *details = *cmd_details; in iavf_asq_send_command()
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_dcb.h151 struct ice_sq_cd *cmd_details);