Lines Matching refs:cqp_info
450 struct cqp_commands_info *cqp_info; in i40iw_cqp_manage_abvpt_cmd() local
457 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() local
543 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()
546 info = &cqp_info->in.u.add_arp_cache_entry.info; in i40iw_manage_arp_cache()
551 cqp_info->in.u.add_arp_cache_entry.scratch = (uintptr_t)cqp_request; in i40iw_manage_arp_cache()
552 cqp_info->in.u.add_arp_cache_entry.cqp = &iwdev->cqp.sc_cqp; in i40iw_manage_arp_cache()
554 cqp_info->cqp_cmd = OP_DELETE_ARP_CACHE_ENTRY; in i40iw_manage_arp_cache()
555 cqp_info->in.u.del_arp_cache_entry.scratch = (uintptr_t)cqp_request; in i40iw_manage_arp_cache()
556 cqp_info->in.u.del_arp_cache_entry.cqp = &iwdev->cqp.sc_cqp; in i40iw_manage_arp_cache()
557 cqp_info->in.u.del_arp_cache_entry.arp_index = arp_index; in i40iw_manage_arp_cache()
560 cqp_info->in.u.add_arp_cache_entry.cqp = &iwdev->cqp.sc_cqp; in i40iw_manage_arp_cache()
561 cqp_info->in.u.add_arp_cache_entry.scratch = (uintptr_t)cqp_request; in i40iw_manage_arp_cache()
562 cqp_info->post_sq = 1; in i40iw_manage_arp_cache()
600 struct cqp_commands_info *cqp_info; in i40iw_manage_qhash() local
605 cqp_info = &cqp_request->info; in i40iw_manage_qhash()
606 info = &cqp_info->in.u.manage_qhash_table_entry.info; in i40iw_manage_qhash()
652 cqp_info->in.u.manage_qhash_table_entry.cqp = &iwdev->cqp.sc_cqp; in i40iw_manage_qhash()
653 cqp_info->in.u.manage_qhash_table_entry.scratch = (uintptr_t)cqp_request; in i40iw_manage_qhash()
654 cqp_info->cqp_cmd = OP_MANAGE_QHASH_TABLE_ENTRY; in i40iw_manage_qhash()
655 cqp_info->post_sq = 1; in i40iw_manage_qhash()
677 struct cqp_commands_info *cqp_info; in i40iw_hw_flush_wqes() local
684 cqp_info = &cqp_request->info; in i40iw_hw_flush_wqes()
688 cqp_info->cqp_cmd = OP_QP_FLUSH_WQES; in i40iw_hw_flush_wqes()
689 cqp_info->post_sq = 1; in i40iw_hw_flush_wqes()
690 cqp_info->in.u.qp_flush_wqes.qp = qp; in i40iw_hw_flush_wqes()
691 cqp_info->in.u.qp_flush_wqes.scratch = (uintptr_t)cqp_request; in i40iw_hw_flush_wqes()
733 struct cqp_commands_info *cqp_info; in i40iw_gen_ae() local
739 cqp_info = &cqp_request->info; in i40iw_gen_ae()
743 cqp_info->cqp_cmd = OP_GEN_AE; in i40iw_gen_ae()
744 cqp_info->post_sq = 1; in i40iw_gen_ae()
745 cqp_info->in.u.gen_ae.qp = qp; in i40iw_gen_ae()
746 cqp_info->in.u.gen_ae.scratch = (uintptr_t)cqp_request; in i40iw_gen_ae()
765 struct cqp_commands_info *cqp_info; in i40iw_hw_manage_vf_pble_bp() local
774 cqp_info = &cqp_request->info; in i40iw_hw_manage_vf_pble_bp()
778 cqp_info->cqp_cmd = OP_MANAGE_VF_PBLE_BP; in i40iw_hw_manage_vf_pble_bp()
779 cqp_info->post_sq = 1; in i40iw_hw_manage_vf_pble_bp()
780 cqp_info->in.u.manage_vf_pble_bp.cqp = &iwdev->cqp.sc_cqp; in i40iw_hw_manage_vf_pble_bp()
781 cqp_info->in.u.manage_vf_pble_bp.scratch = (uintptr_t)cqp_request; in i40iw_hw_manage_vf_pble_bp()