Symbol: LPFC_PCI_CFG_SIZE
drivers/scsi/lpfc/lpfc_debugfs.c
3345
debug->buffer = kmalloc(LPFC_PCI_CFG_SIZE, GFP_KERNEL);
drivers/scsi/lpfc/lpfc_debugfs.c
3363
len += scnprintf(pbuffer+len, LPFC_PCI_CFG_SIZE-len,
drivers/scsi/lpfc/lpfc_debugfs.c
3368
len += scnprintf(pbuffer+len, LPFC_PCI_CFG_SIZE-len,
drivers/scsi/lpfc/lpfc_debugfs.c
3373
len += scnprintf(pbuffer+len, LPFC_PCI_CFG_SIZE-len,
drivers/scsi/lpfc/lpfc_debugfs.c
3392
len += scnprintf(pbuffer+len, LPFC_PCI_CFG_SIZE-len,
drivers/scsi/lpfc/lpfc_debugfs.c
3396
len += scnprintf(pbuffer+len, LPFC_PCI_CFG_SIZE-len,
drivers/scsi/lpfc/lpfc_debugfs.c
3399
if (offset >= LPFC_PCI_CFG_SIZE) {
drivers/scsi/lpfc/lpfc_debugfs.c
3401
LPFC_PCI_CFG_SIZE-len, "\n");
drivers/scsi/lpfc/lpfc_debugfs.c
3406
len += scnprintf(pbuffer+len, LPFC_PCI_CFG_SIZE-len,
drivers/scsi/lpfc/lpfc_debugfs.c
3410
len += scnprintf(pbuffer+len, LPFC_PCI_CFG_SIZE-len,
drivers/scsi/lpfc/lpfc_debugfs.c
3418
if (idiag.offset.last_rd >= LPFC_PCI_CFG_SIZE)
drivers/scsi/lpfc/lpfc_debugfs.c
3485
if (where > LPFC_PCI_CFG_SIZE - sizeof(uint8_t))
drivers/scsi/lpfc/lpfc_debugfs.c
3491
if (where > LPFC_PCI_CFG_SIZE - sizeof(uint16_t))
drivers/scsi/lpfc/lpfc_debugfs.c
3497
if (where > LPFC_PCI_CFG_SIZE - sizeof(uint32_t))
drivers/scsi/lpfc/lpfc_debugfs.c
3518
if (where > LPFC_PCI_CFG_SIZE - sizeof(uint8_t))
drivers/scsi/lpfc/lpfc_debugfs.c
3543
if (where > LPFC_PCI_CFG_SIZE - sizeof(uint16_t))
drivers/scsi/lpfc/lpfc_debugfs.c
3568
if (where > LPFC_PCI_CFG_SIZE - sizeof(uint32_t))
drivers/scsi/lpfc/lpfc_debugfs.h
72
#define LPFC_PCI_CFG_RD_SIZE (LPFC_PCI_CFG_SIZE/4)