Home
last modified time | relevance | path

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

/linux/drivers/target/sbp/
H A Dsbp_target.h34 #define LOGIN_ORB_EXCLUSIVE(v) (((v) >> 28) & 0x01) macro
H A Dsbp_target.c325 if (LOGIN_ORB_EXCLUSIVE(be32_to_cpu(req->orb.misc)) && in sbp_management_request_login()
410 login->exclusive = LOGIN_ORB_EXCLUSIVE(be32_to_cpu(req->orb.misc)); in sbp_management_request_login()