Lines Matching defs:tb_cfg_request
53 * struct tb_cfg_request - Control channel request
76 struct tb_cfg_request {
86 bool (*match)(const struct tb_cfg_request *req,
88 bool (*copy)(struct tb_cfg_request *req, const struct ctl_pkg *pkg);
100 struct tb_cfg_request *tb_cfg_request_alloc(void);
101 void tb_cfg_request_get(struct tb_cfg_request *req);
102 void tb_cfg_request_put(struct tb_cfg_request *req);
103 int tb_cfg_request(struct tb_ctl *ctl, struct tb_cfg_request *req,
105 void tb_cfg_request_cancel(struct tb_cfg_request *req, int err);
107 struct tb_cfg_request *req, int timeout_msec);