Lines Matching refs:cmd_details
906 struct i40e_asq_cmd_details *cmd_details) in i40evf_aq_rx_ctl_read_register() argument
921 status = i40evf_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40evf_aq_rx_ctl_read_register()
974 struct i40e_asq_cmd_details *cmd_details) in i40evf_aq_rx_ctl_write_register() argument
987 status = i40evf_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40evf_aq_rx_ctl_write_register()
1040 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_send_msg_to_pf() argument
1057 if (!cmd_details) { in i40e_aq_send_msg_to_pf()
1060 cmd_details = &details; in i40e_aq_send_msg_to_pf()
1062 status = i40evf_asq_send_command(hw, &desc, msg, msglen, cmd_details); in i40e_aq_send_msg_to_pf()
1128 struct i40e_asq_cmd_details *cmd_details) in i40evf_aq_write_ddp() argument
1148 status = i40evf_asq_send_command(hw, &desc, buff, buff_size, cmd_details); in i40evf_aq_write_ddp()
1171 struct i40e_asq_cmd_details *cmd_details) in i40evf_aq_get_ddp_list() argument
1188 status = i40evf_asq_send_command(hw, &desc, buff, buff_size, cmd_details); in i40evf_aq_get_ddp_list()