Home
last modified time | relevance | path

Searched refs:HBA_HBEAT_INP (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc.h427 HBA_HBEAT_INP = 26, /* mbox HBEAT is in progress */ enumerator
H A Dlpfc_init.c602 clear_bit(HBA_HBEAT_INP, &phba->hba_flag); in lpfc_config_port_post()
1260 clear_bit(HBA_HBEAT_INP, &phba->hba_flag); in lpfc_hb_mbox_cmpl()
1453 if (test_bit(HBA_HBEAT_INP, &phba->hba_flag)) in lpfc_issue_hb_mbox()
1469 set_bit(HBA_HBEAT_INP, &phba->hba_flag); in lpfc_issue_hb_mbox()
1561 if (test_bit(HBA_HBEAT_INP, &phba->hba_flag)) in lpfc_hb_timeout_handler()
1570 if (test_bit(HBA_HBEAT_INP, &phba->hba_flag)) { in lpfc_hb_timeout_handler()
3320 clear_bit(HBA_HBEAT_INP, &phba->hba_flag); in lpfc_stop_hba_timers()
H A Dlpfc_sli.c9095 clear_bit(HBA_HBEAT_INP, &phba->hba_flag); in lpfc_sli4_hba_setup()