HomeSort by: relevance | last modified time | path
    Searched refs:ISP_ROLE_INITIATOR (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
isp_ioctl.h 68 #define ISP_ROLE_INITIATOR 0x2
69 #define ISP_ROLE_BOTH (ISP_ROLE_TARGET|ISP_ROLE_INITIATOR)
ispvar.h 729 * will take: ISP_ROLE_NONE, ISP_ROLE_INITIATOR, ISP_ROLE_TARGET,
751 #define ISP_ROLE_INITIATOR 0x2
752 #define ISP_ROLE_BOTH (ISP_ROLE_TARGET|ISP_ROLE_INITIATOR)
755 #define ISP_DEFAULT_ROLES ISP_ROLE_INITIATOR
isp_netbsd.h 268 #define GET_DEFAULT_ROLE(isp, chan) ISP_ROLE_INITIATOR
isp_netbsd.c 244 if (nr & ~(ISP_ROLE_INITIATOR|ISP_ROLE_TARGET)) {
1279 if ((FCPARAM(isp, bus)->role & ISP_ROLE_INITIATOR) &&
isp.c 1538 if (fcp->role & ISP_ROLE_INITIATOR) {
1788 if (fcp->role & ISP_ROLE_INITIATOR) {
1986 if (fcp2->role & ISP_ROLE_INITIATOR) {
4231 if ((fcp->role & ISP_ROLE_INITIATOR) == 0) {
4265 if ((sdp->role & ISP_ROLE_INITIATOR) == 0) {
isp_library.c 413 if ((fcp->role & ISP_ROLE_INITIATOR) == 0) {
580 if (new_role & ISP_ROLE_INITIATOR) {

Completed in 23 milliseconds