/linux/net/atm/ |
H A D | mpoa_proc.c | 159 if (in_entry->shortcut) in mpc_show() 161 in_entry->shortcut->vpi, in mpc_show() 162 in_entry->shortcut->vci); in mpc_show() 184 if (eg_entry->shortcut) in mpc_show() 186 eg_entry->shortcut->vpi, in mpc_show() 187 eg_entry->shortcut->vci); in mpc_show()
|
H A D | mpc.c | 529 ddprintk("(%s) using shortcut\n", in send_via_shortcut() 559 atm_account_tx(entry->shortcut, skb); in send_via_shortcut() 560 entry->shortcut->send(entry->shortcut, skb); in send_via_shortcut() 596 if (send_via_shortcut(skb, mpc) == 0) /* try shortcut */ in mpc_send_packet() 639 in_entry->shortcut = vcc; in atm_mpoa_vcc_attach() 671 in_entry->shortcut = NULL; in mpc_vcc_close() 677 eg_entry->shortcut = NULL; in mpc_vcc_close() 713 /* data coming over the shortcut */ in mpc_push() 751 * See if ingress MPC is using shortcut w in mpc_push() [all...] |
H A D | mpoa_caches.c | 85 if (entry->shortcut == vcc) { in in_cache_get_by_vcc() 139 if (entry->entry_state == INGRESS_RESOLVED && entry->shortcut != NULL) in cache_hit() 154 if (entry->shortcut != NULL) in cache_hit() 159 if (entry->entry_state == INGRESS_RESOLVING && entry->shortcut != NULL) in cache_hit() 196 vcc = entry->shortcut; in in_cache_remove_entry() 383 if (entry->shortcut == vcc) { in eg_cache_get_by_vcc() 431 vcc = entry->shortcut; in eg_cache_remove_entry()
|
H A D | mpoa_caches.h | 28 struct atm_vcc *shortcut; member 59 struct atm_vcc *shortcut; member
|
H A D | Kconfig | 56 subnetwork boundaries. These shortcut connections bypass routers
|
/linux/arch/x86/kernel/apic/ |
H A D | local.h | 29 static inline unsigned int __prepare_ICR(unsigned int shortcut, int vector, in __prepare_ICR() argument 32 unsigned int icr = shortcut | dest; in __prepare_ICR()
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | action.c | 166 nfp_flow->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_fl_pre_lag() 260 nfp_flow->meta.shortcut = output->port; in nfp_fl_output() 1062 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_DROP); in nfp_flower_loop_action() 1090 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_POPV); in nfp_flower_loop_action() 1103 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action() 1133 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action() 1175 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action() 1190 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action() 1203 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action() 1317 nfp_flow->meta.shortcut in nfp_flower_compile_action() [all...] |
H A D | offload.c | 899 /* A shortcut can only be applied if there is a single action. */ in nfp_flower_merge_action() 901 merge_flow->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_merge_action() 903 merge_flow->meta.shortcut = sub_flow2->meta.shortcut; in nfp_flower_merge_action()
|
/linux/security/keys/ |
H A D | keyring.c | 672 struct assoc_array_shortcut *shortcut; in search_nested_keyrings() local 737 /* If the root is a shortcut, either the keyring only contains in search_nested_keyrings() 741 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings() 742 if ((shortcut->index_key[0] & ASSOC_ARRAY_FAN_MASK) != 0) in search_nested_keyrings() 745 ptr = READ_ONCE(shortcut->next_node); in search_nested_keyrings() 761 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings() 762 ptr = READ_ONCE(shortcut->next_node); in search_nested_keyrings() 818 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings() 819 ptr = READ_ONCE(shortcut->back_pointer); in search_nested_keyrings() 820 slot = shortcut in search_nested_keyrings() [all...] |
/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-oxp | 11 shortcut over the AT keyboard of the device. In addition,
|
/linux/Documentation/core-api/ |
H A D | assoc_array.rst | 360 * A pointer to a shortcut. 463 Shortcuts are metadata records that jump over a piece of keyspace. A shortcut 467 It is possible for the root of the tree to be a shortcut - say, for example, 469 insertion algorithm will insert a shortcut to skip over the ``1111`` keyspace 484 sufficiently similar, then a shortcut will be inserted into the tree. 494 Each node and shortcut contains a back pointer to its parent and the number of 546 However, when we're changing a shortcut into a node this isn't a problem
|
H A D | gfp_mask-from-fs-io.rst | 22 used as shortcut. It turned out though that above approach has led to
|
/linux/Documentation/scsi/ |
H A D | dc395x.rst | 34 shortcut for dc395x=7,4,9,15,2,10
|
/linux/Documentation/driver-api/gpio/ |
H A D | board.rst | 134 2. GPIO_LOOKUP() is just a shortcut to GPIO_LOOKUP_IDX() where idx = 0.
|
/linux/Documentation/trace/rv/ |
H A D | monitor_sched.rst | 393 events occurring in interrupt context is a shortcut to identify valid scenarios
|
/linux/Documentation/trace/ |
H A D | kprobetrace.rst | 142 space. 'ustring' is a shortcut way of performing the same task. That is,
|
H A D | histogram-design.rst | 876 save() action does, a special shortcut is implemented to allow field
|
/linux/tools/perf/Documentation/ |
H A D | perf-trace.txt | 23 Alternatively, 'perf trace record' can be used as a shortcut to
|
H A D | perf-top.txt | 243 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
|
H A D | perf-record.txt | 430 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
|
/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 4240 def CreateAction(label, tip, callback, parent=None, shortcut=None): argument 4242 if shortcut != None: 4243 action.setShortcuts(shortcut)
|
/linux/Documentation/admin-guide/LSM/ |
H A D | Smack.rst | 211 The "::" address shortcut is not supported.
|
/linux/Documentation/networking/ |
H A D | timestamping.rst | 839 issues are: the MAC driver takes a shortcut and only checks whether
|
/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 15862 # quick shortcut. #
|