Searched refs:modfunc (Results 1 – 1 of 1) sorted by relevance
98 void (*modfunc[MAX_MODFUNCTIONS])(struct canfd_frame *cf, member509 if (gwj->mod.modfunc[0]) in can_can_gw_rcv()532 while (modidx < MAX_MODFUNCTIONS && gwj->mod.modfunc[modidx]) in can_can_gw_rcv()533 (*gwj->mod.modfunc[modidx++])(cf, &gwj->mod); in can_can_gw_rcv()834 mod->modfunc[modidx++] = mod_and_id; in cgw_parse_attr()837 mod->modfunc[modidx++] = mod_and_len; in cgw_parse_attr()840 mod->modfunc[modidx++] = mod_and_flags; in cgw_parse_attr()843 mod->modfunc[modidx++] = mod_and_fddata; in cgw_parse_attr()853 mod->modfunc[modidx++] = mod_or_id; in cgw_parse_attr()856 mod->modfunc[modidx++] = mod_or_len; in cgw_parse_attr()[all …]