Searched refs:ISP_ROLE_NONE (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
H A Disp_ioctl.h62 #define ISP_ROLE_NONE 0x0 macro
H A Dispvar.h655 * will take: ISP_ROLE_NONE, ISP_ROLE_INITIATOR, ISP_ROLE_TARGET,
658 * If you set ISP_ROLE_NONE, the cards will be reset, new firmware loaded,
675 #define ISP_ROLE_NONE 0x0 macro
687 #define ISP_DEFAULT_ROLES ISP_ROLE_NONE
H A Disp.c1647 if (fcp->role == ISP_ROLE_NONE)
1976 if (fcp->role != ISP_ROLE_NONE) {
2266 if (fcp2->role != ISP_ROLE_NONE) {
2476 if (FCPARAM(isp, i)->role != ISP_ROLE_NONE)
2479 if (was == 0 || (was == 1 && fcp->role != ISP_ROLE_NONE)) {
2483 if (fcp->role != ISP_ROLE_NONE) {
2488 if (fcp->role != ISP_ROLE_NONE)
4373 if (fcp->role == ISP_ROLE_NONE)
5681 if (fcp->role == ISP_ROLE_NONE)
5733 if (fcp->role == ISP_ROLE_NONE)
[all...]
H A Disp_freebsd.c85 if (value < ISP_ROLE_NONE || value > ISP_ROLE_BOTH)
3402 if (fcp->role != ISP_ROLE_NONE) {
3404 newrole = ISP_ROLE_NONE;
3452 case ISP_ROLE_NONE:
H A Disp_pci.c517 case ISP_ROLE_NONE:
H A Disp_library.c431 if (fcp->role == ISP_ROLE_NONE)

Completed in 111 milliseconds