Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Di40e_prototype.h69 struct i40e_asq_cmd_details *cmd_details);
123 struct i40e_asq_cmd_details *cmd_details);
126 struct i40e_asq_cmd_details *cmd_details);
129 struct i40e_asq_cmd_details *cmd_details);
131 struct i40e_asq_cmd_details *cmd_details);
133 struct i40e_asq_cmd_details *cmd_details);
135 struct i40e_asq_cmd_details *cmd_details);
139 struct i40e_asq_cmd_details *cmd_details);
142 struct i40e_asq_cmd_details *cmd_details);
146 struct i40e_asq_cmd_details *cmd_details);
[all …]
H A Di40e_common.c1051 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_read() argument
1062 sizeof(*addrs), cmd_details); in i40e_aq_mac_address_read()
1077 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_mac_address_write() argument
1093 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_mac_address_write()
1658 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_get_phy_capabilities() argument
1685 abilities_size, cmd_details); in i40e_aq_get_phy_capabilities()
1736 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_phy_config() argument
1751 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_phy_config()
1855 struct i40e_asq_cmd_details *cmd_details) in i40e_aq_set_mac_config() argument
1886 status = i40e_asq_send_command(hw, &desc, NULL, 0, cmd_details); in i40e_aq_set_mac_config()
[all …]
H A Di40e_nvm.c266 struct i40e_asq_cmd_details cmd_details; in i40e_read_nvm_aq() local
270 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_read_nvm_aq()
271 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_read_nvm_aq()
297 data, last_command, &cmd_details); in i40e_read_nvm_aq()
599 struct i40e_asq_cmd_details cmd_details; in i40e_write_nvm_aq() local
603 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_write_nvm_aq()
604 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_write_nvm_aq()
625 &cmd_details); in i40e_write_nvm_aq()
1527 struct i40e_asq_cmd_details cmd_details; in i40e_nvmupd_exec_aq() local
1539 memset(&cmd_details, 0, sizeof(cmd_details)); in i40e_nvmupd_exec_aq()
[all …]
H A Di40e_adminq.c845 struct i40e_asq_cmd_details *cmd_details) in i40e_asq_send_command() argument
875 if (cmd_details) { in i40e_asq_send_command()
877 cmd_details, in i40e_asq_send_command()
/freebsd/sys/dev/iavf/
H A Diavf_prototype.h67 struct iavf_asq_cmd_details *cmd_details);
113 struct iavf_asq_cmd_details *cmd_details);
118 struct iavf_asq_cmd_details *cmd_details);
120 struct iavf_asq_cmd_details *cmd_details);
H A Diavf_common.c956 struct iavf_asq_cmd_details *cmd_details) in iavf_aq_send_msg_to_pf() argument
973 if (!cmd_details) { in iavf_aq_send_msg_to_pf()
976 cmd_details = &details; in iavf_aq_send_msg_to_pf()
979 msglen, cmd_details); in iavf_aq_send_msg_to_pf()
1041 struct iavf_asq_cmd_details *cmd_details) in iavf_aq_clear_all_wol_filters() argument
1049 status = iavf_asq_send_command(hw, &desc, NULL, 0, cmd_details); in iavf_aq_clear_all_wol_filters()
H A Diavf_adminq.c674 struct iavf_asq_cmd_details *cmd_details) in iavf_asq_send_command() argument
704 if (cmd_details) { in iavf_asq_send_command()
706 cmd_details, in iavf_asq_send_command()
/freebsd/sys/dev/ice/
H A Dice_dcb.h258 struct ice_sq_cd *cmd_details);