Searched refs:modfunc (Results 1 – 1 of 1) sorted by relevance
98 void (*modfunc[MAX_MODFUNCTIONS])(struct canfd_frame *cf, member447 if (gwj->mod.modfunc[0]) in can_can_gw_rcv()470 while (modidx < MAX_MODFUNCTIONS && gwj->mod.modfunc[modidx]) in can_can_gw_rcv()471 (*gwj->mod.modfunc[modidx++])(cf, &gwj->mod); in can_can_gw_rcv()765 mod->modfunc[modidx++] = mod_and_id; in cgw_parse_attr()768 mod->modfunc[modidx++] = mod_and_len; in cgw_parse_attr()771 mod->modfunc[modidx++] = mod_and_flags; in cgw_parse_attr()774 mod->modfunc[modidx++] = mod_and_fddata; in cgw_parse_attr()784 mod->modfunc[modidx++] = mod_or_id; in cgw_parse_attr()787 mod->modfunc[modidx++] = mod_or_len; in cgw_parse_attr()[all …]