Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Disp_ioctl.h63 #define ISP_ROLE_NONE 0x0 macro
H A Dispvar.h639 #define ISP_ROLE_NONE 0x0 macro
651 #define ISP_DEFAULT_ROLES ISP_ROLE_NONE
H A Disp.c875 if (fcp->role != ISP_ROLE_NONE) { in isp_init()
1176 if (fcp2->role != ISP_ROLE_NONE) { in isp_init()
1331 if (FCPARAM(isp, i)->role != ISP_ROLE_NONE) in isp_fc_change_role()
1334 if (was == 0 || (was == 1 && fcp->role != ISP_ROLE_NONE)) { in isp_fc_change_role()
1338 if (fcp->role != ISP_ROLE_NONE) { in isp_fc_change_role()
1343 if (fcp->role != ISP_ROLE_NONE) in isp_fc_change_role()
2804 if (fcp->role == ISP_ROLE_NONE) in isp_next_handle()
3563 if (fcp->role == ISP_ROLE_NONE) in isp_intr_async()
3615 if (fcp->role == ISP_ROLE_NONE) in isp_intr_async()
3635 if (fcp->role == ISP_ROLE_NONE) in isp_intr_async()
[all...]
H A Disp_pci.c351 case ISP_ROLE_NONE: in isp_get_specific_options()
H A Disp_library.c280 if (fcp->role == ISP_ROLE_NONE) in isp_fc_runstate()