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()766 mod->modfunc[modidx++] = mod_and_id; in cgw_parse_attr()769 mod->modfunc[modidx++] = mod_and_len; in cgw_parse_attr()772 mod->modfunc[modidx++] = mod_and_flags; in cgw_parse_attr()775 mod->modfunc[modidx++] = mod_and_fddata; in cgw_parse_attr()785 mod->modfunc[modidx++] = mod_or_id; in cgw_parse_attr()788 mod->modfunc[modidx++] = mod_or_len; in cgw_parse_attr()[all …]