LPFC_BPL_SIZE     166 drivers/scsi/lpfc/lpfc_bsg.c 	if (!size || (size > (*bpl_entries * LPFC_BPL_SIZE)))
LPFC_BPL_SIZE     170 drivers/scsi/lpfc/lpfc_bsg.c 	*bpl_entries = (size % LPFC_BPL_SIZE ? size/LPFC_BPL_SIZE + 1 :
LPFC_BPL_SIZE     171 drivers/scsi/lpfc/lpfc_bsg.c 			size/LPFC_BPL_SIZE);
LPFC_BPL_SIZE     207 drivers/scsi/lpfc/lpfc_bsg.c 			(bytes_left >= LPFC_BPL_SIZE ? LPFC_BPL_SIZE :
LPFC_BPL_SIZE     246 drivers/scsi/lpfc/lpfc_bsg.c 		       (dma_offset < LPFC_BPL_SIZE)) {
LPFC_BPL_SIZE     258 drivers/scsi/lpfc/lpfc_bsg.c 			if (transfer_bytes > (LPFC_BPL_SIZE - dma_offset))
LPFC_BPL_SIZE     259 drivers/scsi/lpfc/lpfc_bsg.c 				transfer_bytes = LPFC_BPL_SIZE - dma_offset;
LPFC_BPL_SIZE     452 drivers/scsi/lpfc/lpfc_bsg.c 	request_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64);
LPFC_BPL_SIZE     463 drivers/scsi/lpfc/lpfc_bsg.c 	reply_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64) - request_nseg;
LPFC_BPL_SIZE    1664 drivers/scsi/lpfc/lpfc_bsg.c 	bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64));
LPFC_BPL_SIZE    5250 drivers/scsi/lpfc/lpfc_bsg.c 	request_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64);
LPFC_BPL_SIZE    5261 drivers/scsi/lpfc/lpfc_bsg.c 	reply_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64) - request_nseg;
LPFC_BPL_SIZE    3076 drivers/scsi/lpfc/lpfc_ct.c 	rsp_size = LPFC_BPL_SIZE;
LPFC_BPL_SIZE    3119 drivers/scsi/lpfc/lpfc_ct.c 				    (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE))
LPFC_BPL_SIZE    3164 drivers/scsi/lpfc/lpfc_ct.c 				    (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE))
LPFC_BPL_SIZE    5133 drivers/scsi/lpfc/lpfc_els.c 	if (cmdsize > LPFC_BPL_SIZE)
LPFC_BPL_SIZE    5134 drivers/scsi/lpfc/lpfc_els.c 		cmdsize = LPFC_BPL_SIZE;
LPFC_BPL_SIZE    6590 drivers/scsi/lpfc/lpfc_els.c 			    (payload_len + length <= LPFC_BPL_SIZE)) {
LPFC_BPL_SIZE    3712 drivers/scsi/lpfc/lpfc_init.c 			memset(sglq_entry->sgl, 0, LPFC_BPL_SIZE);
LPFC_BPL_SIZE      94 drivers/scsi/lpfc/lpfc_mbox.c 	memset(mp->virt, 0, LPFC_BPL_SIZE);
LPFC_BPL_SIZE    2287 drivers/scsi/lpfc/lpfc_mbox.c 	memset(mp->virt, 0, LPFC_BPL_SIZE);
LPFC_BPL_SIZE    2434 drivers/scsi/lpfc/lpfc_mbox.c 	memset(mp->virt, 0, LPFC_BPL_SIZE);
LPFC_BPL_SIZE      94 drivers/scsi/lpfc/lpfc_mem.c 							LPFC_BPL_SIZE,
LPFC_BPL_SIZE     146 drivers/scsi/lpfc/lpfc_mem.c 			&phba->pcidev->dev, LPFC_BPL_SIZE, align, 0);
LPFC_BPL_SIZE     505 drivers/scsi/lpfc/lpfc_mem.c 	hbqbp->total_size = LPFC_BPL_SIZE;