Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_init.c5249 uint8_t att_type; in lpfc_sli4_parse_latt_type() local
5254 att_type = LPFC_ATT_LINK_DOWN; in lpfc_sli4_parse_latt_type()
5258 att_type = LPFC_ATT_RESERVED; in lpfc_sli4_parse_latt_type()
5261 att_type = LPFC_ATT_LINK_UP; in lpfc_sli4_parse_latt_type()
5267 att_type = LPFC_ATT_RESERVED; in lpfc_sli4_parse_latt_type()
5270 return att_type; in lpfc_sli4_parse_latt_type()
5432 uint8_t att_type; in lpfc_sli4_async_link_evt() local
5435 att_type = lpfc_sli4_parse_latt_type(phba, acqe_link); in lpfc_sli4_async_link_evt()
5436 if (att_type != LPFC_ATT_LINK_DOWN && att_type != LPFC_ATT_LINK_UP) in lpfc_sli4_async_link_evt()
5520 bf_set(lpfc_mbx_read_top_att_type, la, att_type); in lpfc_sli4_async_link_evt()