Home
last modified time | relevance | path

Searched refs:DMP_SFF_PAGE_A2_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_mbox.c2387 DMP_SFF_PAGE_A2_SIZE); in lpfc_mbx_cmpl_rdp_page_a2()
2421 memset(mp->virt, 0, DMP_SFF_PAGE_A2_SIZE); in lpfc_mbx_cmpl_rdp_page_a0()
2436 &mbox->u.mqe.un.mem_dump_type3, DMP_SFF_PAGE_A2_SIZE); in lpfc_mbx_cmpl_rdp_page_a0()
Dlpfc_sli4.h1040 uint8_t page_a2[DMP_SFF_PAGE_A2_SIZE];
Dlpfc_els.c7330 memset(mp->virt, 0, DMP_SFF_PAGE_A2_SIZE); in lpfc_get_sfp_info_wait()
7349 mb->un.varWords[3] = DMP_SFF_PAGE_A2_SIZE / 4; in lpfc_get_sfp_info_wait()
7357 mbox->in_ext_byte_len = DMP_SFF_PAGE_A2_SIZE; in lpfc_get_sfp_info_wait()
7358 mbox->out_ext_byte_len = DMP_SFF_PAGE_A2_SIZE; in lpfc_get_sfp_info_wait()
7363 &mbox->u.mqe.un.mem_dump_type3, DMP_SFF_PAGE_A2_SIZE); in lpfc_get_sfp_info_wait()
7379 DMP_SFF_PAGE_A2_SIZE); in lpfc_get_sfp_info_wait()
Dlpfc_hw4.h3122 #define DMP_SFF_PAGE_A2_SIZE 256 macro