Searched refs:cmd_details (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_prototype.h | 52 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 …]
|
D | i40e_common.c | 599 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 …]
|
D | i40e_adminq.c | 735 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/ |
D | i40e_prototype.h | 52 struct i40e_asq_cmd_details *cmd_details); 83 struct i40e_asq_cmd_details *cmd_details); 90 struct i40e_asq_cmd_details *cmd_details);
|
D | i40e_common.c | 563 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()
|
D | i40e_adminq.c | 686 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()
|