Searched refs:MBX_SUCCESS (Results 1 - 7 of 7) 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_init.c133 if (rc != MBX_SUCCESS) {
153 if (rc != MBX_SUCCESS) {
219 if (rc != MBX_SUCCESS) {
259 if (pmboxq->u.mb.mbxStatus == MBX_SUCCESS)
286 if (pmboxq->u.mb.mbxStatus != MBX_SUCCESS) {
361 if (lpfc_sli_issue_mbox(phba, pmb, MBX_POLL) != MBX_SUCCESS) {
425 if (lpfc_sli_issue_mbox(phba, pmb, MBX_POLL) != MBX_SUCCESS) {
492 if (rc != MBX_SUCCESS) {
544 if ((rc != MBX_SUCCESS) && (rc != MBX_BUSY)) {
559 if (rc != MBX_SUCCESS) {
[all...]
H A Dlpfc_sli.c854 if (rc != MBX_SUCCESS) {
3329 if (retval != MBX_SUCCESS) {
3812 if (lpfc_sli_issue_mbox(phba, pmb, MBX_POLL) != MBX_SUCCESS) {
3918 if (rc != MBX_SUCCESS) {
4465 if (rc == MBX_SUCCESS) {
4738 * command if this function return MBX_BUSY or MBX_SUCCESS. For all other
4763 return MBX_SUCCESS;
4769 return MBX_SUCCESS;
4801 status = MBX_SUCCESS;
5218 * MBX_SUCCESS
[all...]
H A Dlpfc_attr.c581 if ((mbxstatus == MBX_SUCCESS) &&
901 if (rc != MBX_SUCCESS) {
3840 if (rc != MBX_SUCCESS) {
4144 if (rc != MBX_SUCCESS) {
4168 if (rc != MBX_SUCCESS) {
4254 if (rc != MBX_SUCCESS) {
4272 if (rc != MBX_SUCCESS) {
H A Dlpfc_bsg.c1562 if ((mbxstatus == MBX_SUCCESS) && (pmboxq->u.mb.mbxStatus == 0)) {
1587 if ((mbxstatus != MBX_SUCCESS) || (pmboxq->u.mb.mbxStatus))
1665 if ((status != MBX_SUCCESS) || (mbox->u.mb.mbxStatus)) {
1701 if ((status != MBX_SUCCESS) || (mbox->u.mb.mbxStatus)) {
2452 if (pmboxq->u.mb.mbxStatus == MBX_SUCCESS) {
2938 if (rc != MBX_SUCCESS) {
2955 if ((rc == MBX_SUCCESS) || (rc == MBX_BUSY))
H A Dlpfc_vport.c142 if (rc != MBX_SUCCESS) {
H A Dlpfc_hw.h1487 #define MBX_SUCCESS 0 macro
H A Dlpfc_hbadisc.c3048 if ((rc != MBX_SUCCESS) || mb->mbxStatus) {

Completed in 224 milliseconds