Searched refs:GFAR_JUMBO_FRAME_SIZE (Results 1 – 2 of 2) sorted by relevance
110 #define GFAR_JUMBO_FRAME_SIZE 9600 macro
1163 gfar_write(®s->maxfrm, GFAR_JUMBO_FRAME_SIZE); in gfar_mac_reset()2601 if ((frame_size < 64) || (frame_size > GFAR_JUMBO_FRAME_SIZE)) { in gfar_change_mtu()