Lines Matching defs:phwi_ctrlr

748 	struct hwi_controller *phwi_ctrlr;
765 phwi_ctrlr = phba->phwi_ctrlr;
766 phwi_context = phwi_ctrlr->phwi_ctxt;
813 phwi_context = phba->phwi_ctrlr->phwi_ctxt;
824 struct hwi_controller *phwi_ctrlr;
828 phwi_ctrlr = phba->phwi_ctrlr;
829 phwi_context = phwi_ctrlr->phwi_ctxt;
1005 struct hwi_controller *phwi_ctrlr;
1008 phwi_ctrlr = phba->phwi_ctrlr;
1009 pwrb_context = &phwi_ctrlr->wrb_context[cri_index];
1238 struct hwi_controller *phwi_ctrlr;
1243 phwi_ctrlr = phba->phwi_ctrlr;
1257 pwrb_context = &phwi_ctrlr->wrb_context[cri_index];
1348 struct hwi_controller *phwi_ctrlr;
1354 phwi_ctrlr = phba->phwi_ctrlr;
1360 pwrb_context = &phwi_ctrlr->wrb_context[cri_index];
1729 struct hwi_controller *phwi_ctrlr;
1735 phwi_ctrlr = phba->phwi_ctrlr;
1736 pasync_ctx = HWI_GET_ASYNC_PDU_CTX(phwi_ctrlr, ulp_num);
1740 ring_id = phwi_ctrlr->default_pdu_hdr[ulp_num].id;
1741 doorbell_offset = phwi_ctrlr->default_pdu_hdr[ulp_num].
1746 ring_id = phwi_ctrlr->default_pdu_data[ulp_num].id;
1747 doorbell_offset = phwi_ctrlr->default_pdu_data[ulp_num].
1787 struct hwi_controller *phwi_ctrlr;
1791 phwi_ctrlr = phba->phwi_ctrlr;
1793 ulp_num = BEISCSI_GET_ULP_FROM_CRI(phwi_ctrlr, cid_cri);
1794 pasync_ctx = HWI_GET_ASYNC_PDU_CTX(phwi_ctrlr, ulp_num);
2468 struct hwi_controller *phwi_ctrlr;
2473 phba->phwi_ctrlr = kzalloc(phba->params.hwi_ws_sz, GFP_KERNEL);
2474 if (!phba->phwi_ctrlr)
2478 phwi_ctrlr = phba->phwi_ctrlr;
2479 phwi_ctrlr->wrb_context = kcalloc(phba->params.cxns_per_ctrl,
2482 if (!phwi_ctrlr->wrb_context) {
2483 kfree(phba->phwi_ctrlr);
2490 kfree(phwi_ctrlr->wrb_context);
2491 kfree(phba->phwi_ctrlr);
2500 kfree(phwi_ctrlr->wrb_context);
2501 kfree(phba->phwi_ctrlr);
2576 kfree(phba->phwi_ctrlr->wrb_context);
2577 kfree(phba->phwi_ctrlr);
2617 struct hwi_controller *phwi_ctrlr;
2628 phwi_ctrlr = phba->phwi_ctrlr;
2631 phwi_ctxt = phwi_ctrlr->phwi_ctxt;
2642 pwrb_context = &phwi_ctrlr->wrb_context[index];
2688 pwrb_context = &phwi_ctrlr->wrb_context[index];
2709 pwrb_context = &phwi_ctrlr->wrb_context[j];
2720 struct hwi_controller *phwi_ctrlr;
2734 phwi_ctrlr = phba->phwi_ctrlr;
2735 phwi_ctrlr->phwi_ctxt->pasync_ctx[ulp_num] =
2739 pasync_ctx = phwi_ctrlr->phwi_ctxt->pasync_ctx[ulp_num];
3142 struct hwi_controller *phwi_ctrlr,
3194 struct hwi_controller *phwi_ctrlr,
3349 struct hwi_controller *phwi_ctrlr)
3430 &phwi_ctrlr->wrb_context[i],
3438 pwrb_context = &phwi_ctrlr->wrb_context[i];
3448 struct hwi_controller *phwi_ctrlr;
3451 phwi_ctrlr = phba->phwi_ctrlr;
3453 pwrb_context = &phwi_ctrlr->wrb_context[index];
3597 struct hwi_controller *phwi_ctrlr;
3607 phwi_ctrlr = phba->phwi_ctrlr;
3608 phwi_context = phwi_ctrlr->phwi_ctxt;
3635 struct hwi_controller *phwi_ctrlr;
3650 phwi_ctrlr = phba->phwi_ctrlr;
3651 phwi_context = phwi_ctrlr->phwi_ctxt;
3706 struct hwi_controller *phwi_ctrlr;
3713 phwi_ctrlr = phba->phwi_ctrlr;
3714 phwi_context = phwi_ctrlr->phwi_ctxt;
3749 phwi_ctrlr,
3760 phwi_ctrlr,
3793 status = beiscsi_create_wrb_rings(phba, phwi_context, phwi_ctrlr);
3808 phwi_ctrlr, ulp_num);
3812 (phwi_ctrlr, cri))
3814 phwi_ctrlr->wrb_context[cri].cid] =
3833 struct hwi_controller *phwi_ctrlr;
3835 phwi_ctrlr = phba->phwi_ctrlr;
3837 phwi_ctrlr->phwi_ctxt = (struct hwi_context_memory *)phba->
3840 "BM_%d : phwi_ctrlr->phwi_ctxt=%p\n",
3841 phwi_ctrlr->phwi_ctxt);
3887 kfree(phba->phwi_ctrlr->wrb_context);
3888 kfree(phba->phwi_ctrlr);
4055 ulp_num = phba->phwi_ctrlr->wrb_context[i].ulp_num;
4059 phba->phwi_ctrlr->wrb_context[i].cid;
4092 struct hwi_controller *phwi_ctrlr;
4099 phwi_ctrlr = phba->phwi_ctrlr;
4100 phwi_context = phwi_ctrlr->phwi_ctxt;
4215 struct hwi_controller *phwi_ctrlr;
4219 phwi_ctrlr = phba->phwi_ctrlr;
4220 pwrb_context = &phwi_ctrlr->wrb_context[cri_index];
4256 struct hwi_controller *phwi_ctrlr;
4260 phwi_ctrlr = phba->phwi_ctrlr;
4261 pwrb_context = &phwi_ctrlr->wrb_context[cri_index];
4375 struct hwi_controller *phwi_ctrlr;
4498 phwi_ctrlr = phba->phwi_ctrlr;
4501 pwrb_context = &phwi_ctrlr->wrb_context[cri_index];
5189 struct hwi_controller *phwi_ctrlr;
5201 phwi_ctrlr = phba->phwi_ctrlr;
5202 phwi_context = phwi_ctrlr->phwi_ctxt;
5291 struct hwi_controller *phwi_ctrlr;
5329 phwi_ctrlr = phba->phwi_ctrlr;
5330 phwi_context = phwi_ctrlr->phwi_ctxt;
5389 struct hwi_controller *phwi_ctrlr;
5396 phwi_ctrlr = phba->phwi_ctrlr;
5397 phwi_context = phwi_ctrlr->phwi_ctxt;
5527 struct hwi_controller *phwi_ctrlr;
5650 phwi_ctrlr = phba->phwi_ctrlr;
5651 phwi_context = phwi_ctrlr->phwi_ctxt;