Searched refs:cqp_info (Results 1 – 5 of 5) sorted by relevance
450 struct cqp_commands_info *cqp_info; in i40iw_cqp_manage_abvpt_cmd() local457 cqp_info = &cqp_request->info; in i40iw_cqp_manage_abvpt_cmd()458 info = &cqp_info->in.u.manage_apbvt_entry.info; in i40iw_cqp_manage_abvpt_cmd()464 cqp_info->cqp_cmd = OP_MANAGE_APBVT_ENTRY; in i40iw_cqp_manage_abvpt_cmd()465 cqp_info->post_sq = 1; in i40iw_cqp_manage_abvpt_cmd()466 cqp_info->in.u.manage_apbvt_entry.cqp = &iwdev->cqp.sc_cqp; in i40iw_cqp_manage_abvpt_cmd()467 cqp_info->in.u.manage_apbvt_entry.scratch = (uintptr_t)cqp_request; in i40iw_cqp_manage_abvpt_cmd()533 struct cqp_commands_info *cqp_info; in i40iw_manage_arp_cache() local543 cqp_info = &cqp_request->info; in i40iw_manage_arp_cache()545 cqp_info->cqp_cmd = OP_ADD_ARP_CACHE_ENTRY; in i40iw_manage_arp_cache()[all …]
640 struct cqp_commands_info *cqp_info; in i40iw_rem_ref() local662 cqp_info = &cqp_request->info; in i40iw_rem_ref()663 cqp_info->cqp_cmd = OP_QP_DESTROY; in i40iw_rem_ref()664 cqp_info->post_sq = 1; in i40iw_rem_ref()665 cqp_info->in.u.qp_destroy.qp = &iwqp->sc_qp; in i40iw_rem_ref()666 cqp_info->in.u.qp_destroy.scratch = (uintptr_t)cqp_request; in i40iw_rem_ref()667 cqp_info->in.u.qp_destroy.remove_hash_idx = true; in i40iw_rem_ref()836 struct cqp_commands_info *cqp_info; in i40iw_cqp_sds_cmd() local842 cqp_info = &cqp_request->info; in i40iw_cqp_sds_cmd()843 memcpy(&cqp_info->in.u.update_pe_sds.info, sdinfo, in i40iw_cqp_sds_cmd()[all …]
216 struct cqp_commands_info *cqp_info; in i40iw_alloc_push_page() local228 cqp_info = &cqp_request->info; in i40iw_alloc_push_page()229 cqp_info->cqp_cmd = OP_MANAGE_PUSH_PAGE; in i40iw_alloc_push_page()230 cqp_info->post_sq = 1; in i40iw_alloc_push_page()232 cqp_info->in.u.manage_push_page.info.qs_handle = qp->qs_handle; in i40iw_alloc_push_page()233 cqp_info->in.u.manage_push_page.info.free_page = 0; in i40iw_alloc_push_page()234 cqp_info->in.u.manage_push_page.cqp = &iwdev->cqp.sc_cqp; in i40iw_alloc_push_page()235 cqp_info->in.u.manage_push_page.scratch = (uintptr_t)cqp_request; in i40iw_alloc_push_page()253 struct cqp_commands_info *cqp_info; in i40iw_dealloc_push_page() local263 cqp_info = &cqp_request->info; in i40iw_dealloc_push_page()[all …]
1048 struct cqp_commands_info *cqp_info; in i40iw_del_macip_entry() local1056 cqp_info = &cqp_request->info; in i40iw_del_macip_entry()1057 cqp_info->cqp_cmd = OP_DELETE_LOCAL_MAC_IPADDR_ENTRY; in i40iw_del_macip_entry()1058 cqp_info->post_sq = 1; in i40iw_del_macip_entry()1059 cqp_info->in.u.del_local_mac_ipaddr_entry.cqp = &iwcqp->sc_cqp; in i40iw_del_macip_entry()1060 cqp_info->in.u.del_local_mac_ipaddr_entry.scratch = (uintptr_t)cqp_request; in i40iw_del_macip_entry()1061 cqp_info->in.u.del_local_mac_ipaddr_entry.entry_idx = idx; in i40iw_del_macip_entry()1062 cqp_info->in.u.del_local_mac_ipaddr_entry.ignore_ref_count = 0; in i40iw_del_macip_entry()1081 struct cqp_commands_info *cqp_info; in i40iw_add_mac_ipaddr_entry() local1090 cqp_info = &cqp_request->info; in i40iw_add_mac_ipaddr_entry()[all …]
1161 struct cqp_info { struct1350 struct cqp_info in; argument