Home
last modified time | relevance | path

Searched refs:att_type (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_init.c4803 uint8_t att_type; in lpfc_sli4_parse_latt_type() local
4808 att_type = LPFC_ATT_LINK_DOWN; in lpfc_sli4_parse_latt_type()
4812 att_type = LPFC_ATT_RESERVED; in lpfc_sli4_parse_latt_type()
4815 att_type = LPFC_ATT_LINK_UP; in lpfc_sli4_parse_latt_type()
4821 att_type = LPFC_ATT_RESERVED; in lpfc_sli4_parse_latt_type()
4824 return att_type; in lpfc_sli4_parse_latt_type()
4984 uint8_t att_type; in lpfc_sli4_async_link_evt() local
4987 att_type = lpfc_sli4_parse_latt_type(phba, acqe_link); in lpfc_sli4_async_link_evt()
4988 if (att_type != LPFC_ATT_LINK_DOWN && att_type ! in lpfc_sli4_async_link_evt()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_init.c5236 uint8_t att_type; in lpfc_sli4_parse_latt_type() local
5241 att_type = LPFC_ATT_LINK_DOWN; in lpfc_sli4_parse_latt_type()
5245 att_type = LPFC_ATT_RESERVED; in lpfc_sli4_parse_latt_type()
5248 att_type = LPFC_ATT_LINK_UP; in lpfc_sli4_parse_latt_type()
5254 att_type = LPFC_ATT_RESERVED; in lpfc_sli4_parse_latt_type()
5257 return att_type; in lpfc_sli4_parse_latt_type()
5419 uint8_t att_type; in lpfc_sli4_async_link_evt() local
5422 att_type = lpfc_sli4_parse_latt_type(phba, acqe_link); in lpfc_sli4_async_link_evt()
5423 if (att_type != LPFC_ATT_LINK_DOWN && att_type ! in lpfc_sli4_async_link_evt()
[all...]

Completed in 18 milliseconds