Searched refs:MBX_SLI4_CONFIG (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 1640 case MBX_SLI4_CONFIG: /* 0x9b */ in lpfc_mbox_tmo_val() 1791 bf_set(lpfc_mqe_command, &mbox->u.mqe, MBX_SLI4_CONFIG); in lpfc_sli4_config() 1952 * command. If the mailbox command is not MBX_SLI4_CONFIG (0x9B) or if the 1962 if (mbox->u.mb.mbxCommand != MBX_SLI4_CONFIG) in lpfc_sli_config_mbox_subsys_get() 1985 * command. If the mailbox command is not MBX_SLI4_CONFIG (0x9B) or if 1995 if (mbox->u.mb.mbxCommand != MBX_SLI4_CONFIG) in lpfc_sli_config_mbox_opcode_get()
|
H A D | lpfc_bsg.c | 3559 case MBX_SLI4_CONFIG: in lpfc_bsg_check_cmd_access() 4926 } else if (pmb->mbxCommand == MBX_SLI4_CONFIG) { in lpfc_bsg_issue_mbox()
|
H A D | lpfc_hw.h | 1812 #define MBX_SLI4_CONFIG 0x9B macro
|
H A D | lpfc_sli.c | 2392 case MBX_SLI4_CONFIG: in lpfc_sli_chk_mbx_command() 2557 if (bf_get(lpfc_mqe_command, &pmb->u.mqe) == MBX_SLI4_CONFIG) in lpfc_sli_def_mbox_cmpl() 5543 if (bf_get(lpfc_mqe_command, &mboxq->u.mqe) == MBX_SLI4_CONFIG) in lpfc_sli4_get_ctl_attr() 5647 if (bf_get(lpfc_mqe_command, &mboxq->u.mqe) == MBX_SLI4_CONFIG) in lpfc_sli4_retrieve_pport_name()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 1699 case MBX_SLI4_CONFIG: /* 0x9b */ in lpfc_mbox_tmo_val() 1852 bf_set(lpfc_mqe_command, &mbox->u.mqe, MBX_SLI4_CONFIG); in lpfc_sli4_config() 2013 * command. If the mailbox command is not MBX_SLI4_CONFIG (0x9B) or if the 2023 if (mbox->u.mb.mbxCommand != MBX_SLI4_CONFIG) in lpfc_sli_config_mbox_subsys_get() 2046 * command. If the mailbox command is not MBX_SLI4_CONFIG (0x9B) or if 2056 if (mbox->u.mb.mbxCommand != MBX_SLI4_CONFIG) in lpfc_sli_config_mbox_opcode_get()
|
H A D | lpfc_bsg.c | 3480 case MBX_SLI4_CONFIG: in lpfc_bsg_check_cmd_access() 4840 } else if (pmb->mbxCommand == MBX_SLI4_CONFIG) { in lpfc_bsg_issue_mbox()
|
H A D | lpfc_hw.h | 1984 #define MBX_SLI4_CONFIG 0x9B macro
|
H A D | lpfc_sli.c | 2787 case MBX_SLI4_CONFIG: in lpfc_sli_chk_mbx_command() 2966 if (bf_get(lpfc_mqe_command, &pmb->u.mqe) == MBX_SLI4_CONFIG) in lpfc_sli_def_mbox_cmpl() 6016 if (bf_get(lpfc_mqe_command, &mboxq->u.mqe) == MBX_SLI4_CONFIG) in lpfc_sli4_get_ctl_attr() 6124 if (bf_get(lpfc_mqe_command, &mboxq->u.mqe) == MBX_SLI4_CONFIG) in lpfc_sli4_retrieve_pport_name()
|
Completed in 87 milliseconds