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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c5243 uint8_t att_type; local
5248 att_type = LPFC_ATT_LINK_DOWN;
5252 att_type = LPFC_ATT_RESERVED;
5255 att_type = LPFC_ATT_LINK_UP;
5261 att_type = LPFC_ATT_RESERVED;
5264 return att_type;
5426 uint8_t att_type; local
5429 att_type = lpfc_sli4_parse_latt_type(phba, acqe_link);
5430 if (att_type != LPFC_ATT_LINK_DOWN && att_type !
[all...]

Completed in 305 milliseconds