Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c275 static bool custom_flag; variable
337 module_param_named(custom, custom_flag, bool, 0444);
609 l2_offset = custom_flag ? 0 : gxio_mpipe_idesc_get_l2_offset(idesc); in tile_net_handle_packet()