Home
last modified time | relevance | path

Searched refs:DMP_RSP_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_mbox.c153 mb->un.varDmp.word_cnt = DMP_RSP_SIZE/sizeof(uint32_t); in lpfc_dump_static_vport()
217 mb->un.varDmp.word_cnt = (DMP_RSP_SIZE / sizeof (uint32_t)); in lpfc_dump_mem()
H A Dlpfc_hw.h3221 #define DMP_RSP_SIZE 0x6C /* maximum of 27 words of rsp data */ macro