Searched refs:cmd_details (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
| D | i40e_prototype.h | 29 struct i40e_asq_cmd_details *cmd_details); 67 struct i40e_asq_cmd_details *cmd_details); 70 struct i40e_asq_cmd_details *cmd_details); 73 struct i40e_asq_cmd_details *cmd_details); 75 struct i40e_asq_cmd_details *cmd_details); 77 struct i40e_asq_cmd_details *cmd_details); 79 struct i40e_asq_cmd_details *cmd_details); 83 struct i40e_asq_cmd_details *cmd_details); 86 struct i40e_asq_cmd_details *cmd_details); 90 struct i40e_asq_cmd_details *cmd_details); [all …]
|
| D | i40e_common.c | 947 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_read() argument 958 sizeof(*addrs), cmd_details); in i40e_aq_mac_address_read() 973 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_write() argument 989 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_mac_address_write() 1576 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_phy_capabilities() argument 1603 abilities_size, cmd_details); in i40e_aq_get_phy_capabilities() 1651 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_phy_config() argument 1666 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_config() 1762 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_clear_pxe_mode() argument 1774 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_clear_pxe_mode() [all …]
|
| D | i40e_nvm.c | 225 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() 448 struct i40e_asq_cmd_details cmd_details; in i40e_write_nvm_aq() local 450 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_write_nvm_aq() 451 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_write_nvm_aq() 478 &cmd_details); in i40e_write_nvm_aq() 1273 struct i40e_asq_cmd_details cmd_details; in i40e_nvmupd_exec_aq() local 1285 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_nvmupd_exec_aq() [all …]
|
| D | i40e_adminq.c | 721 struct i40e_asq_cmd_details *cmd_details) in i40e_asq_send_command() argument 751 if (cmd_details) { in i40e_asq_send_command() 752 *details = *cmd_details; in i40e_asq_send_command()
|
| /Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
| D | i40e_prototype.h | 29 struct i40e_asq_cmd_details *cmd_details); 73 struct i40e_asq_cmd_details *cmd_details); 80 struct i40e_asq_cmd_details *cmd_details); 85 struct i40e_asq_cmd_details *cmd_details); 89 struct i40e_asq_cmd_details *cmd_details); 94 struct i40e_asq_cmd_details *cmd_details); 98 struct i40e_asq_cmd_details *cmd_details); 115 cmd_details); 119 cmd_details);
|
| D | i40e_common.c | 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() [all …]
|
| D | i40e_adminq.c | 650 struct i40e_asq_cmd_details *cmd_details) in i40evf_asq_send_command() argument 680 if (cmd_details) { in i40evf_asq_send_command() 681 *details = *cmd_details; in i40evf_asq_send_command()
|
| /Linux-v4.19/drivers/net/ethernet/intel/ice/ |
| D | ice_common.h | 78 u32 *q_teids, struct ice_sq_cd *cmd_details);
|