Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_mbox.c2394 DMP_SFF_PAGE_A2_SIZE); in lpfc_mbx_cmpl_rdp_page_a2()
2429 memset(mp->virt, 0, DMP_SFF_PAGE_A2_SIZE); in lpfc_mbx_cmpl_rdp_page_a0()
2444 &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.c7328 memset(mp->virt, 0, DMP_SFF_PAGE_A2_SIZE); in lpfc_get_sfp_info_wait()
7347 mb->un.varWords[3] = DMP_SFF_PAGE_A2_SIZE / 4; in lpfc_get_sfp_info_wait()
7355 mbox->in_ext_byte_len = DMP_SFF_PAGE_A2_SIZE; in lpfc_get_sfp_info_wait()
7356 mbox->out_ext_byte_len = DMP_SFF_PAGE_A2_SIZE; in lpfc_get_sfp_info_wait()
7361 &mbox->u.mqe.un.mem_dump_type3, DMP_SFF_PAGE_A2_SIZE); in lpfc_get_sfp_info_wait()
7375 DMP_SFF_PAGE_A2_SIZE); in lpfc_get_sfp_info_wait()
Dlpfc_hw4.h3114 #define DMP_SFF_PAGE_A2_SIZE 256 macro