Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32_parse.h248 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 },
Dcxgb4_tc_u32.c244 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/
Dixgbe_model.h88 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 */
Dixgbe_main.c9318 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/
Dprestera_acl.c44 } 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()
Dprestera_acl.h96 struct prestera_acl_action_jump jump; member
113 } jump; member
Dprestera_flower.c45 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()
Dprestera_hw.c463 } jump; member
1354 action->jump.index = __cpu_to_le32(info->jump.index); in prestera_acl_rule_add_put_action()
/drivers/media/pci/tw68/
Dtw68-risc.c36 unsigned int lines, bool jump) in tw68_risc_field() argument
41 if (jump) { in tw68_risc_field()
/drivers/firmware/efi/libstub/
Dx86-stub.c495 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/
Dcx88-core.c73 unsigned int lines, unsigned int lpi, bool jump) in cx88_risc_field() argument
78 if (jump) { in cx88_risc_field()
/drivers/media/pci/cx25821/
Dcx25821-core.c991 unsigned int lines, bool jump) in cx25821_risc_field() argument
996 if (jump) { in cx25821_risc_field()
/drivers/net/hippi/
Drrunner.h675 u32 jump; member
/drivers/atm/
Didt77252.c1534 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/
Ddesc_constr.h240 APPEND_CMD_RET(jump, JUMP) in APPEND_CMD_RET() argument
/drivers/gpu/drm/i915/
Di915_perf.c1646 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/
Dcx23885-core.c1134 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/
Djit.c3128 static int jump(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta) in jump() function
3490 [BPF_JMP | BPF_JA | BPF_K] = jump,