Home
last modified time | relevance | path

Searched refs:SOC_PORT_B (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun/io/
H A Dsocal.c2582 if (sp->sr_soc_hdr.sh_flags & SOC_PORT_B) in socal_transport()
2767 if (sp->sr_soc_hdr.sh_flags & SOC_PORT_B) in socal_transport_poll()
2918 sdr->sdr_soc_hdr.sh_flags = SOC_PORT_B; in socal_lilp_map()
2961 scr->scr_soc_hdr.sh_flags = SOC_PORT_B; in socal_force_lip()
3026 scr->scr_soc_hdr.sh_flags = SOC_PORT_B; in socal_abort_cmd()
3058 scr->scr_soc_hdr.sh_flags = SOC_PORT_B; in socal_bypass_dev()
3346 port = srp->sr_soc_hdr.sh_flags & SOC_PORT_B; in socal_intr_solicited()
3440 i = srp->sr_soc_hdr.sh_flags & SOC_PORT_B ? in socal_intr_solicited()
3749 port = flags & SOC_PORT_B; in socal_intr_unsolicited()
3755 switch (flags & ~SOC_PORT_B) { in socal_intr_unsolicited()
[all …]
/titanic_44/usr/src/uts/sun/sys/
H A Dsocal_cq_defs.h215 #define SOC_PORT_B 0x0001 /* entry to/from SOC Port B */ macro