Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h29 struct i40e_asq_cmd_details *cmd_details);
61 struct i40e_asq_cmd_details *cmd_details);
63 struct i40e_asq_cmd_details *cmd_details);
66 struct i40e_asq_cmd_details *cmd_details);
68 struct i40e_asq_cmd_details *cmd_details);
70 struct i40e_asq_cmd_details *cmd_details);
72 struct i40e_asq_cmd_details *cmd_details);
76 struct i40e_asq_cmd_details *cmd_details);
78 struct i40e_asq_cmd_details *cmd_details);
81 struct i40e_asq_cmd_details *cmd_details);
[all …]
Di40e_common.c693 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_read() argument
704 sizeof(*addrs), cmd_details); in i40e_aq_mac_address_read()
719 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_write() argument
735 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_mac_address_write()
1311 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_phy_capabilities() argument
1338 abilities_size, cmd_details); in i40e_aq_get_phy_capabilities()
1389 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_phy_config() argument
1404 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_config()
1511 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_clear_pxe_mode() argument
1523 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_clear_pxe_mode()
[all …]
Di40e_nvm.c224 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()
551 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()
1376 struct i40e_asq_cmd_details cmd_details; in i40e_nvmupd_exec_aq() local
1388 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_nvmupd_exec_aq()
[all …]
Di40e_adminq.c786 struct i40e_asq_cmd_details *cmd_details) in i40e_asq_send_command() argument
816 if (cmd_details) { in i40e_asq_send_command()
817 *details = *cmd_details; in i40e_asq_send_command()
/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.c647 struct iavf_asq_cmd_details *cmd_details) in iavf_asq_send_command() argument
677 if (cmd_details) { in iavf_asq_send_command()
678 *details = *cmd_details; in iavf_asq_send_command()
/drivers/net/ethernet/intel/ice/
Dice_dcb.h132 struct ice_sq_cd *cmd_details);