Searched refs:modfunc (Results 1 – 1 of 1) sorted by relevance
98 void (*modfunc[MAX_MODFUNCTIONS])(struct canfd_frame *cf, member511 if (mod->modfunc[0]) in can_can_gw_rcv()534 while (modidx < MAX_MODFUNCTIONS && mod->modfunc[modidx]) in can_can_gw_rcv()535 (*mod->modfunc[modidx++])(cf, mod); in can_can_gw_rcv()849 mod->modfunc[modidx++] = mod_and_id; in cgw_parse_attr()852 mod->modfunc[modidx++] = mod_and_len; in cgw_parse_attr()855 mod->modfunc[modidx++] = mod_and_flags; in cgw_parse_attr()858 mod->modfunc[modidx++] = mod_and_fddata; in cgw_parse_attr()868 mod->modfunc[modidx++] = mod_or_id; in cgw_parse_attr()871 mod->modfunc[modidx++] = mod_or_len; in cgw_parse_attr()[all …]