Home
last modified time | relevance | path

Searched refs:FC_LINK_UP (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c495 if (hba->state >= FC_LINK_UP) { in emlxs_timer_check_pkts()
640 if (hba->state >= FC_LINK_UP) { in emlxs_timer_check_channels()
818 if (hba->state >= FC_LINK_UP) { in emlxs_timer_check_linkup()
951 (hba->state == FC_LINK_UP)) { in emlxs_timer_check_discovery()
1002 if (hba->state != FC_LINK_UP) { in emlxs_timer_check_discovery()
1178 if (hba->state >= FC_LINK_UP) { in emlxs_pkt_chip_timeout()
H A Demlxs_fcp.c1573 if ((hba->state >= FC_LINK_UP) && in emlxs_port_online()
1695 EMLXS_STATE_CHANGE_LOCKED(hba, FC_LINK_UP); in emlxs_linkup()
1801 } while ((hba->state >= FC_LINK_UP) && (hba->state != FC_ERROR)); in emlxs_reset_link()
2396 if (hba->state >= FC_LINK_UP) { in emlxs_tx_channel_flush()
2643 if (hba->state >= FC_LINK_UP) { in emlxs_tx_node_flush()
2947 if (hba->state >= FC_LINK_UP) { in emlxs_tx_lun_flush()
3073 if (hba->state >= FC_LINK_UP) { in emlxs_tx_put()
3600 if (hba->state >= FC_LINK_UP) { in emlxs_tx_move()
4317 if (hba->state >= FC_LINK_UP) { in emlxs_abort_els_exchange()
4366 if (hba->state >= FC_LINK_UP) { in emlxs_abort_ct_exchange()
[all …]
H A Demlxs_diag.c156 if ((hba->state < FC_LINK_UP) || (port->did == 0)) { in emlxs_diag_echo_run()
H A Demlxs_node.c298 if ((hba->state == FC_LINK_UP) && (channelno == hba->channel_fcp)) { in emlxs_node_open()
337 if (hba->state != FC_LINK_UP) { in emlxs_node_open()
H A Demlxs_dfc.c2204 (hba->state >= FC_LINK_UP)) { in emlxs_fcio_get_disc_port_attrs()
2344 (hba->state >= FC_LINK_UP)) { in emlxs_fcio_get_disc_port_attrs()
2514 (hba->state >= FC_LINK_UP)) { in emlxs_fcio_get_port_attrs()
2661 (hba->state >= FC_LINK_UP)) { in emlxs_fcio_get_port_attrs()
3552 if (hba->state < FC_LINK_UP) { in emlxs_dfc_npiv_test()
3969 if (hba->state >= FC_LINK_UP) { in emlxs_dfc_get_hbainfo()
4223 if (hba->state >= FC_LINK_UP) { in emlxs_dfc_get_hbastats()
8387 while ((hba->state < FC_LINK_UP) && (hba->state != FC_ERROR)) { in emlxs_dfc_set_menlo_loopback()
8700 while ((hba->state >= FC_LINK_UP) && (hba->state != FC_ERROR)) { in emlxs_dfc_loopback_mode()
8744 while ((hba->state < FC_LINK_UP) && (hba->state != FC_ERROR)) { in emlxs_dfc_loopback_mode()
[all …]
H A Demlxs_fct.c1985 (hba->state < FC_LINK_UP) || (hba->flag & FC_LOOPBACK_MODE)) { in emlxs_fct_get_link_info()
4711 if (hba->state >= FC_LINK_UP) { in emlxs_fct_abort()
4891 if (hba->state >= FC_LINK_UP) { in emlxs_abort_fct_exchange()
H A Demlxs_solaris.c1580 FC_LINK_UP : FC_LINK_DOWN; in emlxs_fca_bind_port()
1591 } else if ((linkstate < FC_LINK_UP) || in emlxs_fca_bind_port()
3680 if (hba->state >= FC_LINK_UP) { in emlxs_fca_pkt_abort()
4313 if (hba->state >= FC_LINK_UP) { in emlxs_fca_port_manage()
5699 if (hba->state >= FC_LINK_UP) { in emlxs_fca_port_manage()
11881 if (hba->state >= FC_LINK_UP) { in emlxs_ub_callback()
H A Demlxs_mbox.c1658 if ((la.attType == AT_LINK_UP) && (hba->state < FC_LINK_UP)) { in emlxs_read_la_mbcmpl()
1929 if (hba->state >= FC_LINK_UP) { in emlxs_clear_la_mbcmpl()
H A Demlxs_hba.c120 {FC_LINK_UP, "LINK_UP"},
H A Demlxs_sli3.c1611 while (i && (hba->state < FC_LINK_UP)) { in emlxs_sli3_online()
3641 if (hba->state >= FC_LINK_UP) { in emlxs_sli3_prep_fct_iocb()
H A Demlxs_fcf.c1888 if (hba->state >= FC_LINK_UP) { in emlxs_fcf_linkup()
1894 if (hba->state >= FC_LINK_UP) { in emlxs_fcf_linkup()
1903 EMLXS_STATE_CHANGE_LOCKED(hba, FC_LINK_UP); in emlxs_fcf_linkup()
11307 if (hba->state < FC_LINK_UP) { in emlxs_vpi_port_bind_notify()
H A Demlxs_sli4.c1446 while (i && (hba->state < FC_LINK_UP)) { in emlxs_sli4_online()
4274 if (hba->state >= FC_LINK_UP) { in emlxs_sli4_prep_fct_iocb()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1836 #define FC_LINK_UP 0x30 macro