Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_hw.h3448 uint32_t sli_mode : 4; member
3454 uint32_t sli_mode : 4;
H A Dlpfc_mbox.c1363 mb->un.varCfgPort.sli_mode = phba->sli_rev; in lpfc_config_port()
H A Dlpfc_attr.c3722 LPFC_ATTR(sli_mode, 3, 3, 3,
H A Dlpfc_sli.c5573 * @sli_mode: sli mode - 2/3
5578 * the SLI interface in the sli mode specified by sli_mode
5584 lpfc_sli_config_port(struct lpfc_hba *phba, int sli_mode) in lpfc_sli_config_port() argument
5595 phba->sli_rev = sli_mode; in lpfc_sli_config_port()
5656 if (pmb->u.mb.un.varCfgPort.sli_mode == 3) { in lpfc_sli_config_port()