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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_attr.c602 * lpfc_do_offline - Issues a mailbox command to bring the link down
607 * Assumes any error from lpfc_do_offline() will be negative.
617 lpfc_do_offline(struct lpfc_hba *phba, uint32_t type) function
672 * Assumes any error from lpfc_do_offline() will be negative.
675 * lpfc_do_offline() return code if not zero
688 status = lpfc_do_offline(phba, LPFC_EVT_OFFLINE);
802 * -EIO if lpfc_workq_post_event() or lpfc_do_offline() fails
824 status = lpfc_do_offline(phba, LPFC_EVT_OFFLINE);
829 status = lpfc_do_offline(phba, LPFC_EVT_WARM_START);
834 status = lpfc_do_offline(phb
[all...]

Completed in 83 milliseconds