Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfcph.h41 #define R_CTL_ROUTING 0xF0 /* mask for routing bits */ macro
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcal.h66 #define R_CTL_ROUTING 0xf0 /* mask for routing bits */ macro
H A Dfc.h66 #define R_CTL_ROUTING 0xf0 /* mask for routing bits */ macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c10818 switch (r_ctl & R_CTL_ROUTING) { in fp_unsol_cb()
10862 if ((r_ctl & R_CTL_ROUTING) == R_CTL_FC4_SVC) { in fp_unsol_cb()
10982 switch (r_ctl & R_CTL_ROUTING) { in fp_handle_unsol_buf()
H A Dfctl.c4920 switch ((buf->ub_frame.r_ctl) & R_CTL_ROUTING) { in fctl_ulp_unsol_cb()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2496 switch (r_ctl & R_CTL_ROUTING) { in fcip_els_cb()
H A Dfcp.c4239 switch (r_ctl & R_CTL_ROUTING) { in fcp_els_callback()