/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_u32_parse.h | 248 const struct cxgb4_match_field *jump; member 268 .jump = cxgb4_tcp_fields, 283 .jump = cxgb4_udp_fields, 285 { .jump = NULL }, 305 .jump = cxgb4_tcp_fields, 320 .jump = cxgb4_udp_fields, 322 { .jump = NULL },
|
D | cxgb4_tc_u32.c | 244 for (i = 0; next[i].jump; i++) { in cxgb4_config_knode() 282 link->match_field = next[i].jump; in cxgb4_config_knode()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_model.h | 88 struct ixgbe_mat_field *jump; member 93 .off = 8, .val = 0x600, .mask = 0xff00, .jump = ixgbe_tcp_fields}, 95 .off = 8, .val = 0x1100, .mask = 0xff00, .jump = ixgbe_udp_fields}, 96 { .jump = NULL } /* terminal node */
|
D | ixgbe_main.c | 9318 struct ixgbe_jump_table *jump = NULL; in ixgbe_delete_clsu32() local 9328 jump = adapter->jump_tables[uhtid]; in ixgbe_delete_clsu32() 9329 if (!jump) in ixgbe_delete_clsu32() 9331 if (!test_bit(loc - 1, jump->child_loc_map)) in ixgbe_delete_clsu32() 9333 clear_bit(loc - 1, jump->child_loc_map); in ixgbe_delete_clsu32() 9338 jump = adapter->jump_tables[i]; in ixgbe_delete_clsu32() 9339 if (jump && jump->link_hdl == hdl) { in ixgbe_delete_clsu32() 9344 if (!test_bit(j, jump->child_loc_map)) in ixgbe_delete_clsu32() 9351 clear_bit(j, jump->child_loc_map); in ixgbe_delete_clsu32() 9354 kfree(jump->input); in ixgbe_delete_clsu32() [all …]
|
/drivers/net/ethernet/marvell/prestera/ |
D | prestera_acl.c | 44 } jump; member 615 if (e->jump.valid) { in __prestera_acl_rule_entry2hw_add() 617 act_hw[act_num].jump = e->jump.i; in __prestera_acl_rule_entry2hw_add() 672 e->jump.valid = arg->jump.valid; in __prestera_acl_rule_entry_act_construct() 673 e->jump.i = arg->jump.i; in __prestera_acl_rule_entry_act_construct()
|
D | prestera_acl.h | 96 struct prestera_acl_action_jump jump; member 113 } jump; member
|
D | prestera_flower.c | 45 if (rule->re_arg.jump.valid) in prestera_flower_parse_goto_action() 53 rule->re_arg.jump.valid = 1; in prestera_flower_parse_goto_action() 54 rule->re_arg.jump.i.index = prestera_acl_ruleset_index_get(ruleset); in prestera_flower_parse_goto_action()
|
D | prestera_hw.c | 463 } jump; member 1354 action->jump.index = __cpu_to_le32(info->jump.index); in prestera_acl_rule_add_put_action()
|
/drivers/media/pci/tw68/ |
D | tw68-risc.c | 36 unsigned int lines, bool jump) in tw68_risc_field() argument 41 if (jump) { in tw68_risc_field()
|
/drivers/firmware/efi/libstub/ |
D | x86-stub.c | 495 memcpy(&hdr->jump, image_base + 512, in efi_pe_entry() 496 sizeof(struct setup_header) - offsetof(struct setup_header, jump)); in efi_pe_entry()
|
/drivers/media/pci/cx88/ |
D | cx88-core.c | 73 unsigned int lines, unsigned int lpi, bool jump) in cx88_risc_field() argument 78 if (jump) { in cx88_risc_field()
|
/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 991 unsigned int lines, bool jump) in cx25821_risc_field() argument 996 if (jump) { in cx25821_risc_field()
|
/drivers/net/hippi/ |
D | rrunner.h | 675 u32 jump; member
|
/drivers/atm/ |
D | idt77252.c | 1534 unsigned long base, idle, jump; in tst_timer() local 1545 jump = base + card->tst_size - 2; in tst_timer() 1556 write_sram(card, jump, TSTE_OPC_JMP | (base << 2)); in tst_timer() 1581 jump = base + card->tst_size - 2; in tst_timer() 1583 write_sram(card, jump, TSTE_OPC_NULL); in tst_timer()
|
/drivers/crypto/caam/ |
D | desc_constr.h | 240 APPEND_CMD_RET(jump, JUMP) in APPEND_CMD_RET() argument
|
/drivers/gpu/drm/i915/ |
D | i915_perf.c | 1646 u32 *batch, *ts0, *cs, *jump; in alloc_noa_wait() local 1716 jump = cs; in alloc_noa_wait() 1792 *cs++ = i915_ggtt_offset(vma) + (jump - batch) * 4; in alloc_noa_wait()
|
/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 1134 unsigned int lines, unsigned int lpi, bool jump) in cx23885_risc_field() argument 1140 if (jump) { in cx23885_risc_field()
|
/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 3128 static int jump(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta) in jump() function 3490 [BPF_JMP | BPF_JA | BPF_K] = jump,
|