Home
last modified time | relevance | path

Searched refs:BSG_MBOX_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_bsg.h120 #define BSG_MBOX_SIZE 4096 /* mailbox command plus extended data */ macro
H A Dlpfc_bsg.c2741 dmabuf->virt = dma_alloc_coherent(&pcidev->dev, BSG_MBOX_SIZE, in lpfc_bsg_dma_page_alloc()
2769 dma_free_coherent(&pcidev->dev, BSG_MBOX_SIZE, in lpfc_bsg_dma_page_free()
4846 if (job->request_payload.payload_len > BSG_MBOX_SIZE) { in lpfc_bsg_issue_mbox()
4864 if ((mbox_req->inExtWLen > BSG_MBOX_SIZE/sizeof(uint32_t)) || in lpfc_bsg_issue_mbox()
4865 (mbox_req->outExtWLen > BSG_MBOX_SIZE/sizeof(uint32_t))) { in lpfc_bsg_issue_mbox()
4918 if (unlikely(job->reply_payload.payload_len > BSG_MBOX_SIZE)) { in lpfc_bsg_issue_mbox()
4966 (transmit_length > BSG_MBOX_SIZE - sizeof(MAILBOX_t))) { in lpfc_bsg_issue_mbox()
4989 if (receive_length > BSG_MBOX_SIZE - sizeof(MAILBOX_t)) { in lpfc_bsg_issue_mbox()
5029 BSG_MBOX_SIZE - sizeof(MAILBOX_t)) { in lpfc_bsg_issue_mbox()
5054 BSG_MBOX_SIZE - sizeof(MAILBOX_t))) { in lpfc_bsg_issue_mbox()
H A Dlpfc_debugfs.c5121 if (mbx_word_cnt > (BSG_MBOX_SIZE)/4) in lpfc_idiag_mbxacc_write()