Searched refs:FLAG_CONFIG_NODROP (Results 1 – 7 of 7) sorted by relevance
1341 #define FLAG_CONFIG_NODROP (1 << 1) macro1342 #define IS_CONFIG_NODROP(x) ((x) & FLAG_CONFIG_NODROP)1343 #define CLEAR_CONFIG_NODROP(x) ((x) & ~FLAG_CONFIG_NODROP)
1547 #define FLAG_CONFIG_NODROP (1 << 1) macro1548 #define IS_CONFIG_NODROP(x) ((x) & FLAG_CONFIG_NODROP)1549 #define CLEAR_CONFIG_NODROP(x) ((x) & ~FLAG_CONFIG_NODROP)
962 ts_config.flags |= FLAG_CONFIG_NODROP; in dhd_timesync_send_host_timestamping_config()