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

/drivers/scsi/lpfc/
H A Dlpfc_sli.h40 struct lpfc_acqe_fc_la acqe_fc; member in union:lpfc_cq_event::__anon5771
H A Dlpfc_init.c3942 * @acqe_fc: pointer to the async fc completion queue entry.
3949 lpfc_sli4_async_fc_evt(struct lpfc_hba *phba, struct lpfc_acqe_fc_la *acqe_fc) argument
3955 if (bf_get(lpfc_trailer_type, acqe_fc) !=
3959 bf_get(lpfc_trailer_type, acqe_fc));
3965 bf_get(lpfc_acqe_fc_la_speed, acqe_fc));
3968 bf_get(lpfc_acqe_fc_la_topology, acqe_fc);
3970 bf_get(lpfc_acqe_fc_la_att_type, acqe_fc);
3972 bf_get(lpfc_acqe_fc_la_port_type, acqe_fc);
3974 bf_get(lpfc_acqe_fc_la_port_number, acqe_fc);
3976 bf_get(lpfc_acqe_link_fault, acqe_fc);
[all...]

Completed in 17 milliseconds