Searched refs:match_value (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_flow_table.c | 247 void *match_value; in __mlx5e_add_eth_addr_rule() local 257 match_value = MLX5_ADDR_OF(flow_context, flow_context, match_value); in __mlx5e_add_eth_addr_rule() 258 dmac = MLX5_ADDR_OF(fte_match_param, match_value, in __mlx5e_add_eth_addr_rule() 308 MLX5_SET(fte_match_param, match_value, outer_headers.ethertype, in __mlx5e_add_eth_addr_rule() 323 MLX5_SET(fte_match_param, match_value, outer_headers.ethertype, in __mlx5e_add_eth_addr_rule() 338 MLX5_SET(fte_match_param, match_value, outer_headers.ip_protocol, in __mlx5e_add_eth_addr_rule() 343 MLX5_SET(fte_match_param, match_value, outer_headers.ethertype, in __mlx5e_add_eth_addr_rule() 358 MLX5_SET(fte_match_param, match_value, outer_headers.ethertype, in __mlx5e_add_eth_addr_rule() 371 MLX5_SET(fte_match_param, match_value, outer_headers.ip_protocol, in __mlx5e_add_eth_addr_rule() 376 MLX5_SET(fte_match_param, match_value, outer_headers.ethertype, in __mlx5e_add_eth_addr_rule() [all …]
|
/linux-4.4.14/drivers/clocksource/ |
D | sh_cmt.c | 103 unsigned long match_value; member 449 if (has_wrapped && (new_match > ch->match_value)) { in sh_cmt_clock_event_program_verify() 467 ch->match_value = new_match; in sh_cmt_clock_event_program_verify() 478 ch->match_value = new_match; in sh_cmt_clock_event_program_verify() 532 ch->total_cycles += ch->match_value + 1; in sh_cmt_interrupt() 558 || (ch->match_value == ch->next_match_value)) in sh_cmt_interrupt() 627 raw += ch->match_value + 1; in sh_cmt_clocksource_read() 899 ch->match_value = ch->max_match_value; in sh_cmt_setup_channel()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pip.h | 318 uint64_t match_value, uint64_t qos) 324 watcher_config.s.match_value = match_value;
|
D | cvmx-pip-defs.h | 2241 uint64_t match_value:16; member 2243 uint64_t match_value:16; 2264 uint64_t match_value:16; member 2266 uint64_t match_value:16; 2290 uint64_t match_value:16; member 2292 uint64_t match_value:16;
|
/linux-4.4.14/include/linux/mlx5/ |
D | mlx5_ifc.h | 1857 struct mlx5_ifc_fte_match_param_bits match_value; member
|