Searched refs:wb_desc (Results 1 – 7 of 7) sorted by relevance
228 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_read_nvm_aq()555 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_write_nvm_aq()1389 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_nvmupd_exec_aq()1573 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_nvmupd_nvm_read()1612 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_nvmupd_nvm_erase()1654 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_nvmupd_nvm_write()
49 struct i40e_aq_desc *wb_desc; member
948 if (details->wb_desc) in i40e_asq_send_command()949 *details->wb_desc = *desc_on_ring; in i40e_asq_send_command()
72 struct ice_aq_desc *wb_desc; member
1110 if (details->wb_desc) in ice_sq_send_cmd()1111 memcpy(details->wb_desc, desc_on_ring, in ice_sq_send_cmd()1112 sizeof(*details->wb_desc)); in ice_sq_send_cmd()
49 struct iavf_aq_desc *wb_desc; member
798 if (details->wb_desc) in iavf_asq_send_command()799 *details->wb_desc = *desc_on_ring; in iavf_asq_send_command()
Completed in 17 milliseconds