Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/isp/
Disp_freebsd.c1191 int bus, tm_enabled, target_role; in isp_enable_lun() local
1248 target_role = (FCPARAM(isp, bus)->role & ISP_ROLE_TARGET) != 0; in isp_enable_lun()
1251 target_role = (SDPARAM(isp, bus)->role & ISP_ROLE_TARGET) != 0; in isp_enable_lun()
1277 if (tm_enabled == 0 && target_role != 0) { in isp_enable_lun()