Home
last modified time | relevance | path

Searched refs:MAX_MODFUNCTIONS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/can/
H A Dgw.h108 #define MAX_MODFUNCTIONS (CGW_MOD_FUNCS * CGW_FRAME_MODS) macro
/openbmc/linux/net/can/
H A Dgw.c98 void (*modfunc[MAX_MODFUNCTIONS])(struct canfd_frame *cf,
532 while (modidx < MAX_MODFUNCTIONS && gwj->mod.modfunc[modidx]) in can_can_gw_rcv()