Searched refs:cmd_details (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/ixl/ |
| HD | i40e_prototype.h | 70 struct i40e_asq_cmd_details *cmd_details); 107 struct i40e_asq_cmd_details *cmd_details); 110 struct i40e_asq_cmd_details *cmd_details); 113 struct i40e_asq_cmd_details *cmd_details); 115 struct i40e_asq_cmd_details *cmd_details); 117 struct i40e_asq_cmd_details *cmd_details); 121 struct i40e_asq_cmd_details *cmd_details); 124 struct i40e_asq_cmd_details *cmd_details); 128 struct i40e_asq_cmd_details *cmd_details); 131 struct i40e_asq_cmd_details *cmd_details); [all …]
|
| HD | i40e_common.c | 1027 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_read() argument 1038 sizeof(*addrs), cmd_details); in i40e_aq_mac_address_read() 1053 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_write() argument 1069 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_mac_address_write() 1599 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_phy_capabilities() argument 1624 cmd_details); in i40e_aq_get_phy_capabilities() 1646 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_phy_config() argument 1661 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_config() 1758 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_mac_config() argument 1776 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_mac_config() [all …]
|
| HD | i40e_nvm.c | 428 struct i40e_asq_cmd_details cmd_details; in i40e_read_nvm_aq() local 432 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_read_nvm_aq() 433 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_read_nvm_aq() 459 data, last_command, &cmd_details); in i40e_read_nvm_aq() 480 struct i40e_asq_cmd_details cmd_details; in i40e_write_nvm_aq() local 484 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_write_nvm_aq() 485 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_write_nvm_aq() 505 data, last_command, &cmd_details); in i40e_write_nvm_aq()
|
| HD | i40e_adminq.c | 766 struct i40e_asq_cmd_details *cmd_details) in i40e_asq_send_command() argument 794 if (cmd_details) { in i40e_asq_send_command() 796 cmd_details, in i40e_asq_send_command()
|