• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/

Lines Matching defs:acqe_link

3058  * @acqe_link: pointer to the async link completion queue entry.
3068 struct lpfc_acqe_link *acqe_link)
3072 switch (bf_get(lpfc_acqe_link_fault, acqe_link)) {
3081 bf_get(lpfc_acqe_link_fault, acqe_link));
3091 * @acqe_link: pointer to the async link completion queue entry.
3100 struct lpfc_acqe_link *acqe_link)
3104 switch (bf_get(lpfc_acqe_link_status, acqe_link)) {
3119 bf_get(lpfc_acqe_link_status, acqe_link));
3129 * @acqe_link: pointer to the async link completion queue entry.
3138 struct lpfc_acqe_link *acqe_link)
3142 switch (bf_get(lpfc_acqe_link_speed, acqe_link)) {
3161 bf_get(lpfc_acqe_link_speed, acqe_link));
3171 * @acqe_link: pointer to the async link completion queue entry.
3177 struct lpfc_acqe_link *acqe_link)
3185 att_type = lpfc_sli4_parse_latt_type(phba, acqe_link);
3188 phba->fcoe_eventtag = acqe_link->event_tag;
3223 mb->mbxStatus = lpfc_sli4_parse_latt_fault(phba, acqe_link);
3227 la->eventTag = acqe_link->event_tag;
3229 la->UlnkSpeed = lpfc_sli4_parse_latt_link_speed(phba, acqe_link);
3241 bf_get(lpfc_acqe_link_speed, acqe_link);
3243 bf_get(lpfc_acqe_link_duplex, acqe_link);
3245 bf_get(lpfc_acqe_link_status, acqe_link);
3247 bf_get(lpfc_acqe_link_physical, acqe_link);
3249 bf_get(lpfc_acqe_link_fault, acqe_link);
3251 bf_get(lpfc_acqe_qos_link_speed, acqe_link);
3343 * @acqe_link: pointer to the async fcoe completion queue entry.
3589 * @acqe_link: pointer to the async dcbx completion queue entry.
3606 * @acqe_link: pointer to the async grp5 completion queue entry.
3655 &cq_event->cqe.acqe_link);