BSG_MBOX_SIZE    2805 drivers/scsi/lpfc/lpfc_bsg.c 	dmabuf->virt = dma_alloc_coherent(&pcidev->dev, BSG_MBOX_SIZE,
BSG_MBOX_SIZE    2833 drivers/scsi/lpfc/lpfc_bsg.c 		dma_free_coherent(&pcidev->dev, BSG_MBOX_SIZE,
BSG_MBOX_SIZE    4750 drivers/scsi/lpfc/lpfc_bsg.c 	if (job->reply_payload.payload_len > BSG_MBOX_SIZE ||
BSG_MBOX_SIZE    4751 drivers/scsi/lpfc/lpfc_bsg.c 	    job->request_payload.payload_len > BSG_MBOX_SIZE) {
BSG_MBOX_SIZE    4769 drivers/scsi/lpfc/lpfc_bsg.c 	if ((mbox_req->inExtWLen > BSG_MBOX_SIZE/sizeof(uint32_t)) ||
BSG_MBOX_SIZE    4770 drivers/scsi/lpfc/lpfc_bsg.c 	    (mbox_req->outExtWLen > BSG_MBOX_SIZE/sizeof(uint32_t))) {
BSG_MBOX_SIZE    4858 drivers/scsi/lpfc/lpfc_bsg.c 			(transmit_length > BSG_MBOX_SIZE - sizeof(MAILBOX_t))) {
BSG_MBOX_SIZE    4881 drivers/scsi/lpfc/lpfc_bsg.c 		if (receive_length > BSG_MBOX_SIZE - sizeof(MAILBOX_t)) {
BSG_MBOX_SIZE    4921 drivers/scsi/lpfc/lpfc_bsg.c 			    BSG_MBOX_SIZE - sizeof(MAILBOX_t)) {
BSG_MBOX_SIZE    4946 drivers/scsi/lpfc/lpfc_bsg.c 				     BSG_MBOX_SIZE - sizeof(MAILBOX_t))) {
BSG_MBOX_SIZE    4921 drivers/scsi/lpfc/lpfc_debugfs.c 		if (mbx_word_cnt > (BSG_MBOX_SIZE)/4)