• Home
  • Raw
  • Download

Lines Matching full:scratch

601  * @scratch: private data for CQP WQE
605 u64 scratch, u32 *wqe_idx) in i40iw_sc_cqp_get_next_send_wqe_idx() argument
628 cqp->scratch_array[*wqe_idx] = scratch; in i40iw_sc_cqp_get_next_send_wqe_idx()
637 * @scratch: private data for CQP WQE
639 u64 *i40iw_sc_cqp_get_next_send_wqe(struct i40iw_sc_cqp *cqp, u64 scratch) in i40iw_sc_cqp_get_next_send_wqe() argument
643 return i40iw_sc_cqp_get_next_send_wqe_idx(cqp, scratch, &wqe_idx); in i40iw_sc_cqp_get_next_send_wqe()
749 info->scratch = cqp->scratch_array[wqe_idx]; in i40iw_sc_ccq_get_cqe_info()
826 * @scratch: u64 saved to be used during cqp completion
832 u64 scratch, in i40iw_sc_manage_push_page() argument
841 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_manage_push_page()
865 * @scratch: u64 saved to be used during cqp completion
872 u64 scratch, in i40iw_sc_manage_hmc_pm_func_table() argument
882 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_manage_hmc_pm_func_table()
902 * @scratch: u64 saved to be used during cqp completion
910 u64 scratch, in i40iw_sc_set_hmc_resource_profile() argument
920 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_set_hmc_resource_profile()
974 * @scratch: u64 saved to be used during cqp completion
982 u64 scratch, in i40iw_sc_commit_fpm_values() argument
993 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_commit_fpm_values()
1039 * @scratch: u64 saved to be used during cqp completion
1043 struct i40iw_dma_mem *feat_mem, u64 scratch) in i40iw_sc_query_rdma_features() argument
1048 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_query_rdma_features()
1125 * @scratch: u64 saved to be used during cqp completion
1133 u64 scratch, in i40iw_sc_query_fpm_values() argument
1144 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_query_fpm_values()
1180 * @scratch: u64 saved to be used during cqp completion
1186 u64 scratch, in i40iw_sc_add_arp_cache_entry() argument
1192 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_add_arp_cache_entry()
1225 * @scratch: u64 saved to be used during cqp completion
1231 u64 scratch, in i40iw_sc_del_arp_cache_entry() argument
1238 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_del_arp_cache_entry()
1258 * @scratch: u64 saved to be used during cqp completion
1264 u64 scratch, in i40iw_sc_query_arp_cache_entry() argument
1271 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_query_arp_cache_entry()
1294 * @scratch: u64 saved to be used during cqp completion
1300 u64 scratch, in i40iw_sc_manage_apbvt_entry() argument
1306 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_manage_apbvt_entry()
1330 * @scratch: u64 saved to be used during cqp completion
1345 u64 scratch, in i40iw_sc_manage_qhash_table_entry() argument
1354 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_manage_qhash_table_entry()
1427 * @scratch: u64 saved to be used during cqp completion
1432 u64 scratch, in i40iw_sc_alloc_local_mac_ipaddr_entry() argument
1438 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_alloc_local_mac_ipaddr_entry()
1456 * @scratch: u64 saved to be used during cqp completion
1462 u64 scratch, in i40iw_sc_add_local_mac_ipaddr_entry() argument
1468 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_add_local_mac_ipaddr_entry()
1497 * @scratch: u64 saved to be used during cqp completion
1504 u64 scratch, in i40iw_sc_del_local_mac_ipaddr_entry() argument
1512 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_del_local_mac_ipaddr_entry()
1534 * @scratch: u64 saved to be used during cqp completion
1538 u64 scratch, in i40iw_sc_cqp_nop() argument
1544 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_cqp_nop()
1604 * @scratch: u64 saved to be used during cqp completion
1608 u64 scratch, in i40iw_sc_ceq_create() argument
1616 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_ceq_create()
1669 * @scratch: u64 saved to be used during cqp completion
1671 static enum i40iw_status_code i40iw_sc_cceq_create(struct i40iw_sc_ceq *ceq, u64 scratch) in i40iw_sc_cceq_create() argument
1675 ret_code = i40iw_sc_ceq_create(ceq, scratch, true); in i40iw_sc_cceq_create()
1684 * @scratch: u64 saved to be used during cqp completion
1688 u64 scratch, in i40iw_sc_ceq_destroy() argument
1696 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_ceq_destroy()
1787 * @scratch: u64 saved to be used during cqp completion
1791 u64 scratch, in i40iw_sc_aeq_create() argument
1799 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_aeq_create()
1824 * @scratch: u64 saved to be used during cqp completion
1828 u64 scratch, in i40iw_sc_aeq_destroy() argument
1836 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_aeq_destroy()
2083 * @scratch: u64 saved to be used during cqp completion
2088 u64 scratch, in i40iw_sc_ccq_create() argument
2098 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_ccq_create()
2143 * @scratch: u64 saved to be used during cqp completion
2147 u64 scratch, in i40iw_sc_ccq_destroy() argument
2157 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_ccq_destroy()
2241 * @scratch: u64 saved to be used during cqp completion
2246 u64 scratch, in i40iw_sc_cq_create() argument
2261 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_cq_create()
2302 * @scratch: u64 saved to be used during cqp completion
2306 u64 scratch, in i40iw_sc_cq_destroy() argument
2314 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_cq_destroy()
2347 * @scratch:
2352 u64 scratch, in i40iw_sc_cq_modify() argument
2373 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_cq_modify()
2523 * @scratch: u64 saved to be used during cqp completion
2529 u64 scratch, in i40iw_sc_qp_create() argument
2541 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_qp_create()
2573 * @scratch: u64 saved to be used during cqp completion
2579 u64 scratch, in i40iw_sc_qp_modify() argument
2589 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_qp_modify()
2638 * @scratch: u64 saved to be used during cqp completion
2645 u64 scratch, in i40iw_sc_qp_destroy() argument
2656 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_qp_destroy()
2682 * @scratch: u64 saved to be used during cqp completion
2688 u64 scratch, in i40iw_sc_qp_flush_wqes() argument
2709 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_qp_flush_wqes()
2751 * @scratch: u64 saved to be used during cqp completion
2757 u64 scratch, in i40iw_sc_gen_ae() argument
2766 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_gen_ae()
2794 * @scratch: u64 saved to be used during cqp completion
2800 u64 scratch, in i40iw_sc_qp_upload_context() argument
2808 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_qp_upload_context()
3022 * @scratch: u64 saved to be used during cqp completion
3028 u64 scratch, in i40iw_sc_alloc_stag() argument
3041 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_alloc_stag()
3079 * @scratch: u64 saved to be used during cqp completion
3085 u64 scratch, in i40iw_sc_mr_reg_non_shared() argument
3113 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_mr_reg_non_shared()
3165 * @scratch: u64 saved to be used during cqp completion
3171 u64 scratch, in i40iw_sc_mr_reg_shared() argument
3187 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_mr_reg_shared()
3228 * @scratch: u64 saved to be used during cqp completion
3234 u64 scratch, in i40iw_sc_dealloc_stag() argument
3242 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_dealloc_stag()
3269 * @scratch: u64 saved to be used during cqp completion
3274 u64 scratch, in i40iw_sc_query_stag() argument
3283 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_query_stag()
3306 * @scratch: u64 saved to be used during cqp completion
3313 u64 scratch, in i40iw_sc_mw_alloc() argument
3323 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_mw_alloc()
3725 * @scratch: u64 saved to be used during cqp completion
3729 u64 scratch) in cqp_sds_wqe_fill() argument
3739 wqe = i40iw_sc_cqp_get_next_send_wqe_idx(cqp, scratch, &wqe_idx); in cqp_sds_wqe_fill()
3799 * @scratch: u64 saved to be used during cqp completion
3803 u64 scratch) in i40iw_update_pe_sds() argument
3808 ret_code = cqp_sds_wqe_fill(cqp, info, scratch); in i40iw_update_pe_sds()
3844 * @scratch: u64 saved to be used during cqp completion
3848 u64 scratch) in i40iw_sc_suspend_qp() argument
3853 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_suspend_qp()
3873 * @scratch: u64 saved to be used during cqp completion
3877 u64 scratch) in i40iw_sc_resume_qp() argument
3882 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_resume_qp()
3905 * @scratch: u64 saved to be used during cqp completion
3912 u64 scratch, in i40iw_sc_static_hmc_pages_allocated() argument
3922 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, scratch); in i40iw_sc_static_hmc_pages_allocated()
4139 pcmdinfo->in.u.del_local_mac_ipaddr_entry.scratch, in i40iw_exec_cqp_cmd()
4146 pcmdinfo->in.u.ceq_destroy.scratch, in i40iw_exec_cqp_cmd()
4151 pcmdinfo->in.u.aeq_destroy.scratch, in i40iw_exec_cqp_cmd()
4158 pcmdinfo->in.u.del_arp_cache_entry.scratch, in i40iw_exec_cqp_cmd()
4166 pcmdinfo->in.u.manage_apbvt_entry.scratch, in i40iw_exec_cqp_cmd()
4171 pcmdinfo->in.u.ceq_create.scratch, in i40iw_exec_cqp_cmd()
4176 pcmdinfo->in.u.aeq_create.scratch, in i40iw_exec_cqp_cmd()
4182 pcmdinfo->in.u.alloc_local_mac_ipaddr_entry.scratch, in i40iw_exec_cqp_cmd()
4189 pcmdinfo->in.u.add_local_mac_ipaddr_entry.scratch, in i40iw_exec_cqp_cmd()
4196 pcmdinfo->in.u.manage_qhash_table_entry.scratch, in i40iw_exec_cqp_cmd()
4204 pcmdinfo->in.u.qp_modify.scratch, in i40iw_exec_cqp_cmd()
4212 pcmdinfo->in.u.qp_upload_context.scratch, in i40iw_exec_cqp_cmd()
4219 pcmdinfo->in.u.cq_create.scratch, in i40iw_exec_cqp_cmd()
4226 pcmdinfo->in.u.cq_destroy.scratch, in i40iw_exec_cqp_cmd()
4234 pcmdinfo->in.u.qp_create.scratch, in i40iw_exec_cqp_cmd()
4240 pcmdinfo->in.u.qp_destroy.scratch, in i40iw_exec_cqp_cmd()
4251 pcmdinfo->in.u.alloc_stag.scratch, in i40iw_exec_cqp_cmd()
4258 pcmdinfo->in.u.mr_reg_non_shared.scratch, in i40iw_exec_cqp_cmd()
4266 pcmdinfo->in.u.dealloc_stag.scratch, in i40iw_exec_cqp_cmd()
4273 pcmdinfo->in.u.mw_alloc.scratch, in i40iw_exec_cqp_cmd()
4284 scratch, pcmdinfo->post_sq); in i40iw_exec_cqp_cmd()
4290 pcmdinfo->in.u.gen_ae.scratch, in i40iw_exec_cqp_cmd()
4297 pcmdinfo->in.u.add_arp_cache_entry.scratch, in i40iw_exec_cqp_cmd()
4304 pcmdinfo->in.u.manage_push_page.scratch, in i40iw_exec_cqp_cmd()
4313 scratch); in i40iw_exec_cqp_cmd()
4319 pcmdinfo->in.u.manage_hmc_pm.scratch, in i40iw_exec_cqp_cmd()
4328 pcmdinfo->in.u.suspend_resume.scratch); in i40iw_exec_cqp_cmd()
4334 pcmdinfo->in.u.suspend_resume.scratch); in i40iw_exec_cqp_cmd()
4340 pcmdinfo->in.u.manage_vf_pble_bp.scratch, true); in i40iw_exec_cqp_cmd()
4347 pcmdinfo->in.u.query_fpm_values.scratch, in i40iw_exec_cqp_cmd()
4356 pcmdinfo->in.u.commit_fpm_values.scratch, in i40iw_exec_cqp_cmd()
4367 pcmdinfo->in.u.query_rdma_features.scratch); in i40iw_exec_cqp_cmd()