Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/thunderbolt/
Dctl.h97 #define TB_CFG_REQUEST_ACTIVE 0 macro
Dctl.c113 WARN_ON(test_bit(TB_CFG_REQUEST_ACTIVE, &req->flags)); in tb_cfg_request_enqueue()
123 set_bit(TB_CFG_REQUEST_ACTIVE, &req->flags); in tb_cfg_request_enqueue()
134 clear_bit(TB_CFG_REQUEST_ACTIVE, &req->flags); in tb_cfg_request_dequeue()
142 return test_bit(TB_CFG_REQUEST_ACTIVE, &req->flags); in tb_cfg_request_is_active()