Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h52 struct i40e_asq_cmd_details *cmd_details);
71 struct i40e_asq_cmd_details *cmd_details);
74 struct i40e_asq_cmd_details *cmd_details);
77 struct i40e_asq_cmd_details *cmd_details);
79 struct i40e_asq_cmd_details *cmd_details);
81 struct i40e_asq_cmd_details *cmd_details);
85 struct i40e_asq_cmd_details *cmd_details);
88 struct i40e_asq_cmd_details *cmd_details);
92 struct i40e_asq_cmd_details *cmd_details);
94 struct i40e_asq_cmd_details *cmd_details);
[all …]
Di40e_common.c599 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_read() argument
610 sizeof(*addrs), cmd_details); in i40e_aq_mac_address_read()
625 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_write() argument
641 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_mac_address_write()
1214 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_phy_capabilities() argument
1239 cmd_details); in i40e_aq_get_phy_capabilities()
1261 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_phy_config() argument
1276 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_config()
1367 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_clear_pxe_mode() argument
1379 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_clear_pxe_mode()
[all …]
Di40e_adminq.c735 struct i40e_asq_cmd_details *cmd_details) in i40e_asq_send_command() argument
761 if (cmd_details) { in i40e_asq_send_command()
762 *details = *cmd_details; in i40e_asq_send_command()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_prototype.h52 struct i40e_asq_cmd_details *cmd_details);
83 struct i40e_asq_cmd_details *cmd_details);
90 struct i40e_asq_cmd_details *cmd_details);
Di40e_common.c563 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_send_msg_to_pf() argument
580 if (!cmd_details) { in i40e_aq_send_msg_to_pf()
583 cmd_details = &details; in i40e_aq_send_msg_to_pf()
585 status = i40evf_asq_send_command(hw, &desc, msg, msglen, cmd_details); in i40e_aq_send_msg_to_pf()
Di40e_adminq.c686 struct i40e_asq_cmd_details *cmd_details) in i40evf_asq_send_command() argument
712 if (cmd_details) { in i40evf_asq_send_command()
713 *details = *cmd_details; in i40evf_asq_send_command()