Searched refs:modfunc (Results 1 – 1 of 1) sorted by relevance
99 void (*modfunc[MAX_MODFUNCTIONS])(struct canfd_frame *cf, member506 if (mod->modfunc[0]) in can_can_gw_rcv()540 while (modidx < MAX_MODFUNCTIONS && mod->modfunc[modidx]) in can_can_gw_rcv()541 (*mod->modfunc[modidx++])(cf, mod); in can_can_gw_rcv()855 mod->modfunc[modidx++] = mod_and_id; in cgw_parse_attr()858 mod->modfunc[modidx++] = mod_and_len; in cgw_parse_attr()861 mod->modfunc[modidx++] = mod_and_flags; in cgw_parse_attr()864 mod->modfunc[modidx++] = mod_and_fddata; in cgw_parse_attr()874 mod->modfunc[modidx++] = mod_or_id; in cgw_parse_attr()877 mod->modfunc[modidx++] = mod_or_len; in cgw_parse_attr()[all …]