Lines Matching refs:bpl
163 struct ulp_bde64 *bpl;
196 bpl = (struct ulp_bde64 *)bmp->virt;
197 memset(bpl, 0, sizeof(struct ulp_bde64));
198 bpl->addrHigh = le32_to_cpu(putPaddrHigh(mp->phys));
199 bpl->addrLow = le32_to_cpu(putPaddrLow(mp->phys));
200 bpl->tus.f.bdeFlags = BUFF_TYPE_BDE_64;
201 bpl->tus.f.bdeSize = (LPFC_CT_PREAMBLE - 4);
202 bpl->tus.w = le32_to_cpu(bpl->tus.w);
489 lpfc_alloc_ct_rsp(struct lpfc_hba *phba, __be16 cmdcode, struct ulp_bde64 *bpl,
529 bpl->tus.f.bdeFlags = BUFF_TYPE_BDE_64I;
531 bpl->addrLow = le32_to_cpu(putPaddrLow(mp->phys) );
532 bpl->addrHigh = le32_to_cpu(putPaddrHigh(mp->phys) );
533 bpl->tus.f.bdeSize = (uint16_t) cnt;
534 bpl->tus.w = le32_to_cpu(bpl->tus.w);
535 bpl++;
671 struct ulp_bde64 *bpl = (struct ulp_bde64 *) bmp->virt;
677 bpl++; /* Skip past ct request */
679 /* Put buffer(s) for ct rsp in bpl */
680 outmp = lpfc_alloc_ct_rsp(phba, cmdcode, bpl, rsp_size, &cnt);
1908 struct ulp_bde64 *bpl;
1957 bpl = (struct ulp_bde64 *) bmp->virt;
1958 memset(bpl, 0, sizeof(struct ulp_bde64));
1959 bpl->addrHigh = le32_to_cpu(putPaddrHigh(mp->phys) );
1960 bpl->addrLow = le32_to_cpu(putPaddrLow(mp->phys) );
1961 bpl->tus.f.bdeFlags = 0;
1963 bpl->tus.f.bdeSize = GID_REQUEST_SZ;
1965 bpl->tus.f.bdeSize = GID_REQUEST_SZ;
1967 bpl->tus.f.bdeSize = GFF_REQUEST_SZ;
1969 bpl->tus.f.bdeSize = GFT_REQUEST_SZ;
1971 bpl->tus.f.bdeSize = RFT_REQUEST_SZ;
1973 bpl->tus.f.bdeSize = RNN_REQUEST_SZ;
1975 bpl->tus.f.bdeSize = RSPN_REQUEST_SZ;
1977 bpl->tus.f.bdeSize = RSNN_REQUEST_SZ;
1979 bpl->tus.f.bdeSize = DA_ID_REQUEST_SZ;
1981 bpl->tus.f.bdeSize = RFF_REQUEST_SZ;
1983 bpl->tus.f.bdeSize = 0;
1984 bpl->tus.w = le32_to_cpu(bpl->tus.w);
3691 struct ulp_bde64 *bpl;
3799 bpl = (struct ulp_bde64 *)bmp->virt;
3800 bpl->addrHigh = putPaddrHigh(mp->phys);
3801 bpl->addrLow = putPaddrLow(mp->phys);
3802 bpl->tus.f.bdeFlags = 0;
3803 bpl->tus.f.bdeSize = size;