• Home
  • Raw
  • Download

Lines Matching refs:bpl

163 	struct ulp_bde64 *bpl;  in lpfc_ct_reject_event()  local
196 bpl = (struct ulp_bde64 *)bmp->virt; in lpfc_ct_reject_event()
197 memset(bpl, 0, sizeof(struct ulp_bde64)); in lpfc_ct_reject_event()
198 bpl->addrHigh = le32_to_cpu(putPaddrHigh(mp->phys)); in lpfc_ct_reject_event()
199 bpl->addrLow = le32_to_cpu(putPaddrLow(mp->phys)); in lpfc_ct_reject_event()
200 bpl->tus.f.bdeFlags = BUFF_TYPE_BLP_64; in lpfc_ct_reject_event()
201 bpl->tus.f.bdeSize = (LPFC_CT_PREAMBLE - 4); in lpfc_ct_reject_event()
202 bpl->tus.w = le32_to_cpu(bpl->tus.w); in lpfc_ct_reject_event()
493 lpfc_alloc_ct_rsp(struct lpfc_hba *phba, int cmdcode, struct ulp_bde64 *bpl, in lpfc_alloc_ct_rsp() argument
533 bpl->tus.f.bdeFlags = BUFF_TYPE_BDE_64I; in lpfc_alloc_ct_rsp()
535 bpl->addrLow = le32_to_cpu(putPaddrLow(mp->phys) ); in lpfc_alloc_ct_rsp()
536 bpl->addrHigh = le32_to_cpu(putPaddrHigh(mp->phys) ); in lpfc_alloc_ct_rsp()
537 bpl->tus.f.bdeSize = (uint16_t) cnt; in lpfc_alloc_ct_rsp()
538 bpl->tus.w = le32_to_cpu(bpl->tus.w); in lpfc_alloc_ct_rsp()
539 bpl++; in lpfc_alloc_ct_rsp()
694 struct ulp_bde64 *bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_ct_cmd() local
700 bpl++; /* Skip past ct request */ in lpfc_ct_cmd()
703 outmp = lpfc_alloc_ct_rsp(phba, cmdcode, bpl, rsp_size, &cnt); in lpfc_ct_cmd()
1912 struct ulp_bde64 *bpl; in lpfc_ns_cmd() local
1961 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_ns_cmd()
1962 memset(bpl, 0, sizeof(struct ulp_bde64)); in lpfc_ns_cmd()
1963 bpl->addrHigh = le32_to_cpu(putPaddrHigh(mp->phys) ); in lpfc_ns_cmd()
1964 bpl->addrLow = le32_to_cpu(putPaddrLow(mp->phys) ); in lpfc_ns_cmd()
1965 bpl->tus.f.bdeFlags = 0; in lpfc_ns_cmd()
1967 bpl->tus.f.bdeSize = GID_REQUEST_SZ; in lpfc_ns_cmd()
1969 bpl->tus.f.bdeSize = GID_REQUEST_SZ; in lpfc_ns_cmd()
1971 bpl->tus.f.bdeSize = GFF_REQUEST_SZ; in lpfc_ns_cmd()
1973 bpl->tus.f.bdeSize = GFT_REQUEST_SZ; in lpfc_ns_cmd()
1975 bpl->tus.f.bdeSize = RFT_REQUEST_SZ; in lpfc_ns_cmd()
1977 bpl->tus.f.bdeSize = RNN_REQUEST_SZ; in lpfc_ns_cmd()
1979 bpl->tus.f.bdeSize = RSPN_REQUEST_SZ; in lpfc_ns_cmd()
1981 bpl->tus.f.bdeSize = RSNN_REQUEST_SZ; in lpfc_ns_cmd()
1983 bpl->tus.f.bdeSize = DA_ID_REQUEST_SZ; in lpfc_ns_cmd()
1985 bpl->tus.f.bdeSize = RFF_REQUEST_SZ; in lpfc_ns_cmd()
1987 bpl->tus.f.bdeSize = 0; in lpfc_ns_cmd()
1988 bpl->tus.w = le32_to_cpu(bpl->tus.w); in lpfc_ns_cmd()
3438 struct ulp_bde64 *bpl; in lpfc_fdmi_cmd() local
3632 bpl = (struct ulp_bde64 *)bmp->virt; in lpfc_fdmi_cmd()
3633 bpl->addrHigh = le32_to_cpu(putPaddrHigh(mp->phys)); in lpfc_fdmi_cmd()
3634 bpl->addrLow = le32_to_cpu(putPaddrLow(mp->phys)); in lpfc_fdmi_cmd()
3635 bpl->tus.f.bdeFlags = 0; in lpfc_fdmi_cmd()
3636 bpl->tus.f.bdeSize = size; in lpfc_fdmi_cmd()
3911 struct ulp_bde64 *bpl; in lpfc_vmid_cmd() local
4019 bpl = (struct ulp_bde64 *)bmp->virt; in lpfc_vmid_cmd()
4020 bpl->addrHigh = putPaddrHigh(mp->phys); in lpfc_vmid_cmd()
4021 bpl->addrLow = putPaddrLow(mp->phys); in lpfc_vmid_cmd()
4022 bpl->tus.f.bdeFlags = 0; in lpfc_vmid_cmd()
4023 bpl->tus.f.bdeSize = size; in lpfc_vmid_cmd()