cfrfml             17 net/caif/cfrfml.c #define container_obj(layr) container_of(layr, struct cfrfml, serv.layer)
cfrfml             37 net/caif/cfrfml.c 	struct cfrfml *rfml = container_obj(&srvl->layer);
cfrfml             49 net/caif/cfrfml.c 	struct cfrfml *this = kzalloc(sizeof(struct cfrfml), GFP_ATOMIC);
cfrfml             71 net/caif/cfrfml.c static struct cfpkt *rfm_append(struct cfrfml *rfml, char *seghead,
cfrfml            103 net/caif/cfrfml.c 	struct cfrfml *rfml;
cfrfml            196 net/caif/cfrfml.c static int cfrfml_transmit_segment(struct cfrfml *rfml, struct cfpkt *pkt)
cfrfml            220 net/caif/cfrfml.c 	struct cfrfml *rfml = container_obj(layr);