Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
Dctl.h99 #define TB_CFG_REQUEST_CANCELED 1 macro
Dctl.c136 if (test_bit(TB_CFG_REQUEST_CANCELED, &req->flags)) in tb_cfg_request_dequeue()
495 if (!test_bit(TB_CFG_REQUEST_CANCELED, &req->flags)) in tb_cfg_request_work()
556 set_bit(TB_CFG_REQUEST_CANCELED, &req->flags); in tb_cfg_request_cancel()