Home
last modified time | relevance | path

Searched full:acqe_link (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c5202 * @acqe_link: pointer to the async link completion queue entry.
5208 struct lpfc_acqe_link *acqe_link) in lpfc_sli4_parse_latt_fault() argument
5210 switch (bf_get(lpfc_acqe_fc_la_att_type, acqe_link)) { in lpfc_sli4_parse_latt_fault()
5217 switch (bf_get(lpfc_acqe_link_fault, acqe_link)) { in lpfc_sli4_parse_latt_fault()
5226 bf_get(lpfc_acqe_link_fault, acqe_link)); in lpfc_sli4_parse_latt_fault()
5236 * @acqe_link: pointer to the async link completion queue entry.
5245 struct lpfc_acqe_link *acqe_link) in lpfc_sli4_parse_latt_type() argument
5249 switch (bf_get(lpfc_acqe_link_status, acqe_link)) { in lpfc_sli4_parse_latt_type()
5264 bf_get(lpfc_acqe_link_status, acqe_link)); in lpfc_sli4_parse_latt_type()
5419 * @acqe_link: pointer to the async link completion queue entry.
[all …]
H A Dlpfc_sli.h55 struct lpfc_acqe_link acqe_link; member