• Home
  • Raw
  • Download

Lines Matching refs:bpl

158 		       int outbound_buffers, struct ulp_bde64 *bpl,  in lpfc_alloc_bsg_buffers()  argument
201 bpl->tus.f.bdeFlags = BUFF_TYPE_BDE_64; in lpfc_alloc_bsg_buffers()
203 bpl->tus.f.bdeFlags = BUFF_TYPE_BDE_64I; in lpfc_alloc_bsg_buffers()
204 bpl->addrLow = le32_to_cpu(putPaddrLow(mp->phys)); in lpfc_alloc_bsg_buffers()
205 bpl->addrHigh = le32_to_cpu(putPaddrHigh(mp->phys)); in lpfc_alloc_bsg_buffers()
206 bpl->tus.f.bdeSize = (uint16_t) in lpfc_alloc_bsg_buffers()
209 bytes_left -= bpl->tus.f.bdeSize; in lpfc_alloc_bsg_buffers()
210 bpl->tus.w = le32_to_cpu(bpl->tus.w); in lpfc_alloc_bsg_buffers()
211 bpl++; in lpfc_alloc_bsg_buffers()
395 struct ulp_bde64 *bpl = NULL; in lpfc_bsg_send_mgmt_cmd() local
444 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_bsg_send_mgmt_cmd()
447 1, bpl, &request_nseg); in lpfc_bsg_send_mgmt_cmd()
455 bpl += request_nseg; in lpfc_bsg_send_mgmt_cmd()
458 bpl, &reply_nseg); in lpfc_bsg_send_mgmt_cmd()
1618 struct ulp_bde64 *bpl; in lpfc_bsg_send_mgmt_rsp() local
1647 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_bsg_send_mgmt_rsp()
1650 1, bpl, &bpl_entries); in lpfc_bsg_send_mgmt_rsp()
2638 struct ulp_bde64 *bpl = NULL; in lpfcdiag_loop_get_xri() local
2665 bpl = (struct ulp_bde64 *) dmabuf->virt; in lpfcdiag_loop_get_xri()
2666 memset(bpl, 0, sizeof(*bpl)); in lpfcdiag_loop_get_xri()
2667 ctreq = (struct lpfc_sli_ct_request *)(bpl + 1); in lpfcdiag_loop_get_xri()
2668 bpl->addrHigh = in lpfcdiag_loop_get_xri()
2670 sizeof(*bpl))); in lpfcdiag_loop_get_xri()
2671 bpl->addrLow = in lpfcdiag_loop_get_xri()
2673 sizeof(*bpl))); in lpfcdiag_loop_get_xri()
2674 bpl->tus.f.bdeFlags = 0; in lpfcdiag_loop_get_xri()
2675 bpl->tus.f.bdeSize = ELX_LOOPBACK_HEADER_SZ; in lpfcdiag_loop_get_xri()
2676 bpl->tus.w = le32_to_cpu(bpl->tus.w); in lpfcdiag_loop_get_xri()
2681 dmabuf == NULL || bpl == NULL || ctreq == NULL || in lpfcdiag_loop_get_xri()
2703 cmd->un.xseq64.bdl.bdeSize = sizeof(*bpl); in lpfcdiag_loop_get_xri()
2859 struct ulp_bde64 *bpl, uint32_t size, in diag_cmd_data_alloc() argument
2901 bpl->tus.f.bdeFlags = 0; in diag_cmd_data_alloc()
2904 bpl->tus.f.bdeFlags = BUFF_TYPE_BDE_64I; in diag_cmd_data_alloc()
2908 bpl->addrLow = le32_to_cpu(putPaddrLow(dmp->dma.phys)); in diag_cmd_data_alloc()
2909 bpl->addrHigh = le32_to_cpu(putPaddrHigh(dmp->dma.phys)); in diag_cmd_data_alloc()
2910 bpl->tus.f.bdeSize = (ushort) cnt; in diag_cmd_data_alloc()
2911 bpl->tus.w = le32_to_cpu(bpl->tus.w); in diag_cmd_data_alloc()
2912 bpl++; in diag_cmd_data_alloc()
5177 struct ulp_bde64 *bpl = NULL; in lpfc_menlo_cmd() local
5235 bpl = (struct ulp_bde64 *)bmp->virt; in lpfc_menlo_cmd()
5238 1, bpl, &request_nseg); in lpfc_menlo_cmd()
5246 bpl += request_nseg; in lpfc_menlo_cmd()
5249 bpl, &reply_nseg); in lpfc_menlo_cmd()