Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/tile/
Dtilegx.c274 static bool custom_flag; variable
336 module_param_named(custom, custom_flag, bool, 0444);
608 l2_offset = custom_flag ? 0 : gxio_mpipe_idesc_get_l2_offset(idesc); in tile_net_handle_packet()