Home
last modified time | relevance | path

Searched refs:SLI_INTF_IF_TYPE_6 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c417 case SLI_INTF_IF_TYPE_6: in emlxs_sli4_online()
1758 case SLI_INTF_IF_TYPE_6: in emlxs_sli4_map_hdw()
2040 case SLI_INTF_IF_TYPE_6: in emlxs_sli4_read_status()
2077 case SLI_INTF_IF_TYPE_6: in emlxs_sli4_read_sema()
2115 case SLI_INTF_IF_TYPE_6: in emlxs_sli4_read_mbdb()
2158 case SLI_INTF_IF_TYPE_6: in emlxs_sli4_write_mbdb()
2223 case SLI_INTF_IF_TYPE_6: in emlxs_sli4_write_eqdb()
2278 case SLI_INTF_IF_TYPE_6: in emlxs_sli4_write_cqdb()
2306 case SLI_INTF_IF_TYPE_6: in emlxs_sli4_write_rqdb()
2334 case SLI_INTF_IF_TYPE_6: in emlxs_sli4_write_mqdb()
[all …]
H A Demlxs_mbox.c377 if ((hba->sli_intf & SLI_INTF_IF_TYPE_MASK) != SLI_INTF_IF_TYPE_6) { in emlxs_mb_eq_create()
491 SLI_INTF_IF_TYPE_6) { in emlxs_mb_cq_create()
H A Demlxs_solaris.c7131 if ((hba->sli_intf & SLI_INTF_IF_TYPE_MASK) == SLI_INTF_IF_TYPE_6) in emlxs_hba_attach()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1778 #define SLI_INTF_IF_TYPE_6 0x00006000 macro