Searched refs:ISP_ROLE_BOTH (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
H A Disp_ioctl.h65 #define ISP_ROLE_BOTH (ISP_ROLE_TARGET|ISP_ROLE_INITIATOR) macro
H A Dispvar.h656 * ISP_ROLE_BOTH.
678 #define ISP_ROLE_BOTH (ISP_ROLE_TARGET|ISP_ROLE_INITIATOR) macro
679 #define ISP_ROLE_EITHER ISP_ROLE_BOTH
H A Disp_freebsd.c85 if (value < ISP_ROLE_NONE || value > ISP_ROLE_BOTH)
3420 if (fcp->role != ISP_ROLE_BOTH) {
3422 newrole = ISP_ROLE_BOTH;
3461 case ISP_ROLE_BOTH:
H A Disp_pci.c520 case ISP_ROLE_BOTH:

Completed in 238 milliseconds