Lines Matching refs:mbx

6891 	MAILBOX_t *mbx;  in lpfc_sli_issue_mbox_s3()  local
6945 mbx = &pmbox->u.mb; in lpfc_sli_issue_mbox_s3()
6960 if (mbx->mbxCommand != MBX_KILL_BOARD && flag & MBX_NOWAIT) { in lpfc_sli_issue_mbox_s3()
7014 mbx->mbxCommand, phba->pport->port_state, in lpfc_sli_issue_mbox_s3()
7024 (uint32_t)mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
7025 mbx->un.varWords[0], mbx->un.varWords[1]); in lpfc_sli_issue_mbox_s3()
7031 (uint32_t)mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
7032 mbx->un.varWords[0], mbx->un.varWords[1]); in lpfc_sli_issue_mbox_s3()
7043 (mbx->mbxCommand != MBX_KILL_BOARD)) { in lpfc_sli_issue_mbox_s3()
7066 mbx->mbxCommand, phba->pport->port_state, in lpfc_sli_issue_mbox_s3()
7069 if (mbx->mbxCommand != MBX_HEARTBEAT) { in lpfc_sli_issue_mbox_s3()
7074 (uint32_t)mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
7075 mbx->un.varWords[0], mbx->un.varWords[1]); in lpfc_sli_issue_mbox_s3()
7081 (uint32_t)mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
7082 mbx->un.varWords[0], mbx->un.varWords[1]); in lpfc_sli_issue_mbox_s3()
7090 mbx->mbxOwner = OWN_CHIP; in lpfc_sli_issue_mbox_s3()
7095 *(((uint32_t *)mbx) + pmbox->mbox_offset_word) in lpfc_sli_issue_mbox_s3()
7107 lpfc_sli_pcimem_bcopy(mbx, phba->mbox, MAILBOX_CMD_SIZE); in lpfc_sli_issue_mbox_s3()
7111 *(((uint32_t *)mbx) + pmbox->mbox_offset_word) in lpfc_sli_issue_mbox_s3()
7121 if (mbx->mbxCommand == MBX_CONFIG_PORT) { in lpfc_sli_issue_mbox_s3()
7123 lpfc_sli_pcimem_bcopy(mbx, phba->mbox, MAILBOX_CMD_SIZE); in lpfc_sli_issue_mbox_s3()
7129 lpfc_memcpy_to_slim(to_slim, &mbx->un.varWords[0], in lpfc_sli_issue_mbox_s3()
7133 ldata = *((uint32_t *)mbx); in lpfc_sli_issue_mbox_s3()
7138 if (mbx->mbxCommand == MBX_CONFIG_PORT) { in lpfc_sli_issue_mbox_s3()
7213 if (mbx->mbxCommand == MBX_CONFIG_PORT) { in lpfc_sli_issue_mbox_s3()
7240 lpfc_sli_pcimem_bcopy(phba->mbox, mbx, MAILBOX_CMD_SIZE); in lpfc_sli_issue_mbox_s3()
7249 lpfc_memcpy_from_slim(mbx, phba->MBslimaddr, in lpfc_sli_issue_mbox_s3()
7264 status = mbx->mbxStatus; in lpfc_sli_issue_mbox_s3()