Home
last modified time | relevance | path

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

/titanic_41/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()
633 if (hba->state >= FC_LINK_UP) { in emlxs_timer_check_channels()
811 if (hba->state >= FC_LINK_UP) { in emlxs_timer_check_linkup()
944 (hba->state == FC_LINK_UP)) { in emlxs_timer_check_discovery()
995 if (hba->state != FC_LINK_UP) { in emlxs_timer_check_discovery()
1171 if (hba->state >= FC_LINK_UP) { in emlxs_pkt_chip_timeout()
H A Demlxs_fcp.c1566 if ((hba->state >= FC_LINK_UP) && in emlxs_port_online()
1686 EMLXS_STATE_CHANGE_LOCKED(hba, FC_LINK_UP); in emlxs_linkup()
1792 } while ((hba->state >= FC_LINK_UP) && (hba->state != FC_ERROR)); in emlxs_reset_link()
2387 if (hba->state >= FC_LINK_UP) { in emlxs_tx_channel_flush()
2634 if (hba->state >= FC_LINK_UP) { in emlxs_tx_node_flush()
2938 if (hba->state >= FC_LINK_UP) { in emlxs_tx_lun_flush()
3064 if (hba->state >= FC_LINK_UP) { in emlxs_tx_put()
3591 if (hba->state >= FC_LINK_UP) { in emlxs_tx_move()
4308 if (hba->state >= FC_LINK_UP) { in emlxs_abort_els_exchange()
4357 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.c2185 (hba->state >= FC_LINK_UP)) { in emlxs_fcio_get_disc_port_attrs()
2317 (hba->state >= FC_LINK_UP)) { in emlxs_fcio_get_disc_port_attrs()
2479 (hba->state >= FC_LINK_UP)) { in emlxs_fcio_get_port_attrs()
2618 (hba->state >= FC_LINK_UP)) { in emlxs_fcio_get_port_attrs()
3501 if (hba->state < FC_LINK_UP) { in emlxs_dfc_npiv_test()
3920 if (hba->state >= FC_LINK_UP) { in emlxs_dfc_get_hbainfo()
4169 if (hba->state >= FC_LINK_UP) { in emlxs_dfc_get_hbastats()
8329 while ((hba->state < FC_LINK_UP) && (hba->state != FC_ERROR)) { in emlxs_dfc_set_menlo_loopback()
8641 while ((hba->state >= FC_LINK_UP) && (hba->state != FC_ERROR)) { in emlxs_dfc_loopback_mode()
8685 while ((hba->state < FC_LINK_UP) && (hba->state != FC_ERROR)) { in emlxs_dfc_loopback_mode()
[all …]
H A Demlxs_fct.c1974 (hba->state < FC_LINK_UP) || (hba->flag & FC_LOOPBACK_MODE)) {
4697 if (hba->state >= FC_LINK_UP) {
4877 if (hba->state >= FC_LINK_UP) {
H A Demlxs_solaris.c1579 FC_LINK_UP:FC_LINK_DOWN; in emlxs_fca_bind_port()
1590 } else if ((linkstate < FC_LINK_UP) || in emlxs_fca_bind_port()
3670 if (hba->state >= FC_LINK_UP) { in emlxs_fca_pkt_abort()
4303 if (hba->state >= FC_LINK_UP) { in emlxs_fca_port_manage()
5686 if (hba->state >= FC_LINK_UP) { in emlxs_fca_port_manage()
11858 if (hba->state >= FC_LINK_UP) { in emlxs_ub_callback()
H A Demlxs_mbox.c1591 if ((la.attType == AT_LINK_UP) && (hba->state < FC_LINK_UP)) { in emlxs_read_la_mbcmpl()
1861 if (hba->state >= FC_LINK_UP) { in emlxs_clear_la_mbcmpl()
H A Demlxs_hba.c118 {FC_LINK_UP, "LINK_UP"},
H A Demlxs_sli3.c1606 while (i && (hba->state < FC_LINK_UP)) { in emlxs_sli3_online()
3636 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.c1382 while (i && (hba->state < FC_LINK_UP)) { in emlxs_sli4_online()
3928 if (hba->state >= FC_LINK_UP) { in emlxs_sli4_prep_fct_iocb()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1823 #define FC_LINK_UP 0x30 macro