Home
last modified time | relevance | path

Searched refs:FC_PT_TO_PT (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c597 hba->flag &= ~FC_PT_TO_PT; in emlxs_handle_sol_flogi()
710 hba->flag |= FC_PT_TO_PT; in emlxs_handle_sol_flogi()
856 if (hba->flag & FC_PT_TO_PT) { in emlxs_handle_sol_plogi()
1195 hba->flag |= FC_PT_TO_PT; in emlxs_process_unsol_flogi()
1412 if (hba->flag & FC_PT_TO_PT) { in emlxs_process_unsol_plogi()
H A Demlxs_dfc.c1409 if (hba->flag & FC_PT_TO_PT) { in emlxs_fcio_get_adapter_port_attrs()
1563 if (hba->flag & FC_PT_TO_PT) { in emlxs_fcio_get_adapter_port_attrs()
3983 if (hba->flag & FC_PT_TO_PT) { in emlxs_dfc_get_hbainfo()
4233 if (hba->flag & FC_PT_TO_PT) { in emlxs_dfc_get_hbastats()
H A Demlxs_sli4.c4921 if (hba->flag & FC_PT_TO_PT) { in emlxs_sli4_prep_els_iocb()
6527 !(hba->flag & FC_PT_TO_PT))) { in emlxs_sli4_process_unsol_rcv()
6818 if (hba->flag & FC_PT_TO_PT) { in emlxs_sli4_process_unsol_rcv()
H A Demlxs_fcf.c12666 if (hba->flag & FC_PT_TO_PT) { in emlxs_vpi_logi_cmpl_notify()
12709 if (hba->flag & FC_PT_TO_PT) { in emlxs_vpi_logi_cmpl_notify()
12904 if (hba->flag & FC_PT_TO_PT) { in emlxs_vpi_logi_action()
14448 (hba->flag & FC_PT_TO_PT)) { in emlxs_rpi_online_notify()
H A Demlxs_fct.c2123 if (hba->flag & FC_PT_TO_PT) { in emlxs_fct_register_remote_port()
H A Demlxs_solaris.c5701 (hba->flag & FC_PT_TO_PT)) { in emlxs_fca_port_manage()
9145 if (hba->flag & FC_PT_TO_PT) { in emlxs_send_els()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1858 #define FC_PT_TO_PT 0x00002000 macro