Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_bsg.h111 #define BSG_MBOX_SIZE 4096 /* mailbox command plus extended data */ macro
Dlpfc_bsg.c2689 dmabuf->virt = dma_zalloc_coherent(&pcidev->dev, BSG_MBOX_SIZE, in lpfc_bsg_dma_page_alloc()
2717 dma_free_coherent(&pcidev->dev, BSG_MBOX_SIZE, in lpfc_bsg_dma_page_free()
4606 if (job->reply_payload.payload_len > BSG_MBOX_SIZE || in lpfc_bsg_issue_mbox()
4607 job->request_payload.payload_len > BSG_MBOX_SIZE) { in lpfc_bsg_issue_mbox()
4625 if ((mbox_req->inExtWLen > BSG_MBOX_SIZE/sizeof(uint32_t)) || in lpfc_bsg_issue_mbox()
4626 (mbox_req->outExtWLen > BSG_MBOX_SIZE/sizeof(uint32_t))) { in lpfc_bsg_issue_mbox()
4714 (transmit_length > BSG_MBOX_SIZE - sizeof(MAILBOX_t))) { in lpfc_bsg_issue_mbox()
4737 if (receive_length > BSG_MBOX_SIZE - sizeof(MAILBOX_t)) { in lpfc_bsg_issue_mbox()
4777 BSG_MBOX_SIZE - sizeof(MAILBOX_t)) { in lpfc_bsg_issue_mbox()
4802 BSG_MBOX_SIZE - sizeof(MAILBOX_t))) { in lpfc_bsg_issue_mbox()
Dlpfc_debugfs.c3326 if (mbx_word_cnt > (BSG_MBOX_SIZE)/4) in lpfc_idiag_mbxacc_write()