Home
last modified time | relevance | path

Searched refs:wb_desc (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/iavf/
H A Diavf_adminq.h77 struct iavf_aq_desc *wb_desc; member
H A Diavf_adminq.c845 if (details->wb_desc) in iavf_asq_send_command()
846 iavf_memcpy(details->wb_desc, desc_on_ring, in iavf_asq_send_command()
/freebsd/sys/dev/ice/
H A Dice_controlq.h114 struct ice_aq_desc *wb_desc;
97 struct ice_aq_desc *wb_desc; global() member
H A Dice_controlq.c1165 if (cd && cd->wb_desc) in ice_clean_rq_elem()
1166 ice_memcpy(cd->wb_desc, desc_on_ring, in ice_clean_rq_elem()
1167 sizeof(*cd->wb_desc), ICE_DMA_TO_NONDMA); in ice_clean_rq_elem()
/freebsd/sys/dev/ixl/
H A Di40e_adminq.h79 struct i40e_aq_desc *wb_desc; member
H A Di40e_nvm.c271 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_read_nvm_aq()
604 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_write_nvm_aq()
1540 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_nvmupd_exec_aq()
1726 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_nvmupd_nvm_read()
1765 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_nvmupd_nvm_erase()
1807 cmd_details.wb_desc = &hw->nvm_wb_desc; in i40e_nvmupd_nvm_write()
H A Di40e_adminq.c1016 if (details->wb_desc) in i40e_asq_send_command()
1017 i40e_memcpy(details->wb_desc, desc_on_ring, in i40e_asq_send_command()