Searched refs:cfctrl (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/net/caif/ |
D | cfctrl.c | 17 #define container_obj(layr) container_of(layr, struct cfctrl, serv.layer) 22 static int handle_loop(struct cfctrl *ctrl, in handle_loop() 27 static int handle_loop(struct cfctrl *ctrl, 38 struct cfctrl *this = in cfctrl_create() 39 kzalloc(sizeof(struct cfctrl), GFP_ATOMIC); in cfctrl_create() 42 caif_assert(offsetof(struct cfctrl, serv.layer) == 0); in cfctrl_create() 63 struct cfctrl *ctrl = container_obj(layer); in cfctrl_remove() 129 static void cfctrl_insert_req(struct cfctrl *ctrl, in cfctrl_insert_req() 140 static struct cfctrl_request_info *cfctrl_remove_req(struct cfctrl *ctrl, in cfctrl_remove_req() 165 struct cfctrl *this = container_obj(layer); in cfctrl_get_respfuncs() [all …]
|
D | Makefile | 5 cfcnfg.o cfmuxl.o cfctrl.o \
|
/linux-5.19.10/include/net/caif/ |
D | cfctrl.h | 101 struct cfctrl { struct 118 void cfctrl_enum_req(struct cflayer *cfctrl, u8 physlinkid); argument 119 int cfctrl_linkup_request(struct cflayer *cfctrl, 122 int cfctrl_linkdown_req(struct cflayer *cfctrl, u8 linkid,
|