Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A 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,
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);
96 struct i40e_asq_cmd_details *cmd_details);
[all …]
H A Di40e_common.c440 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_read() argument
451 sizeof(*addrs), cmd_details); in i40e_aq_mac_address_read()
466 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_write() argument
482 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_mac_address_write()
1059 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_phy_capabilities() argument
1086 abilities_size, cmd_details); in i40e_aq_get_phy_capabilities()
1137 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_phy_config() argument
1152 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_config()
1259 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_clear_pxe_mode() argument
1271 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_clear_pxe_mode()
[all …]
H A Di40e_nvm.c225 struct i40e_asq_cmd_details cmd_details; in i40e_read_nvm_aq() local
228 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_read_nvm_aq()
229 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_read_nvm_aq()
255 data, last_command, &cmd_details); in i40e_read_nvm_aq()
552 struct i40e_asq_cmd_details cmd_details; in i40e_write_nvm_aq() local
555 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_write_nvm_aq()
556 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_write_nvm_aq()
583 &cmd_details); in i40e_write_nvm_aq()
876 struct i40e_asq_cmd_details cmd_details; in i40e_nvmupd_nvm_erase() local
885 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_nvmupd_nvm_erase()
[all …]
H A Di40e_adminq.c756 struct i40e_asq_cmd_details *cmd_details, in i40e_asq_send_command_atomic_exec() argument
785 if (cmd_details) { in i40e_asq_send_command_atomic_exec()
786 *details = *cmd_details; in i40e_asq_send_command_atomic_exec()
960 struct i40e_asq_cmd_details *cmd_details, in i40e_asq_send_command_atomic() argument
967 cmd_details, in i40e_asq_send_command_atomic()
977 struct i40e_asq_cmd_details *cmd_details) in i40e_asq_send_command() argument
980 cmd_details, false); in i40e_asq_send_command()
1002 struct i40e_asq_cmd_details *cmd_details, in i40e_asq_send_command_atomic_v2() argument
1011 cmd_details, in i40e_asq_send_command_atomic_v2()
1022 struct i40e_asq_cmd_details *cmd_details, in i40e_asq_send_command_v2() argument
[all …]
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_prototype.h29 struct iavf_asq_cmd_details *cmd_details);
54 struct iavf_asq_cmd_details *cmd_details);
H A Diavf_common.c452 struct iavf_asq_cmd_details *cmd_details) in iavf_aq_send_msg_to_pf() argument
469 if (!cmd_details) { in iavf_aq_send_msg_to_pf()
472 cmd_details = &details; in iavf_aq_send_msg_to_pf()
474 status = iavf_asq_send_command(hw, &desc, msg, msglen, cmd_details); in iavf_aq_send_msg_to_pf()
H A Diavf_adminq.c621 struct iavf_asq_cmd_details *cmd_details) in iavf_asq_send_command() argument
651 if (cmd_details) { in iavf_asq_send_command()
652 *details = *cmd_details; in iavf_asq_send_command()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb.h153 struct ice_sq_cd *cmd_details);