Home
last modified time | relevance | path

Searched refs:nsh (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/linux/include/net/
H A Dnsh.h260 static inline u16 nsh_hdr_len(const struct nshhdr *nsh) in nsh_hdr_len() argument
262 return ((ntohs(nsh->ver_flags_ttl_len) & NSH_LEN_MASK) in nsh_hdr_len()
266 static inline u8 nsh_get_ver(const struct nshhdr *nsh) in nsh_get_ver() argument
268 return (ntohs(nsh->ver_flags_ttl_len) & NSH_VER_MASK) in nsh_get_ver()
272 static inline u8 nsh_get_flags(const struct nshhdr *nsh) in nsh_get_flags() argument
274 return (ntohs(nsh->ver_flags_ttl_len) & NSH_FLAGS_MASK) in nsh_get_flags()
278 static inline u8 nsh_get_ttl(const struct nshhdr *nsh) in nsh_get_ttl() argument
280 return (ntohs(nsh->ver_flags_ttl_len) & NSH_TTL_MASK) in nsh_get_ttl()
286 nsh->ver_flags_ttl_len in __nsh_set_xflag()
287 = (nsh->ver_flags_ttl_len & ~htons(xmask)) | htons(xflag); in __nsh_set_xflag()
[all …]
/openbmc/linux/drivers/bluetooth/
H A Ddtl1_cs.c97 struct nsh { struct
205 struct nsh *nsh; in dtl1_receive() local
230 nsh = (struct nsh *)info->rx_skb->data; in dtl1_receive()
239 info->rx_count = nsh->len + (nsh->len & 0x0001); in dtl1_receive()
245 if (nsh->len & 0x0001) { in dtl1_receive()
388 struct nsh nsh; in dtl1_hci_send_frame() local
393 nsh.type = 0x81; in dtl1_hci_send_frame()
397 nsh.type = 0x82; in dtl1_hci_send_frame()
401 nsh.type = 0x83; in dtl1_hci_send_frame()
407 nsh.zero = 0; in dtl1_hci_send_frame()
[all …]
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dtlb.c19 bool nsh) in __tlb_switch_to_guest() argument
38 if (nsh) in __tlb_switch_to_guest()
39 dsb(nsh); in __tlb_switch_to_guest()
155 dsb(nsh); in __kvm_tlb_flush_vmid_ipa_nsh()
157 dsb(nsh); in __kvm_tlb_flush_vmid_ipa_nsh()
238 dsb(nsh); in __kvm_flush_cpu_context()
H A Dswitch.c290 dsb(nsh); in __kvm_vcpu_run()
331 dsb(nsh); in __kvm_vcpu_run()
/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c32 u16 nsl, nsh; in hellcreek_ptp_clock_read() local
44 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read()
45 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read()
46 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read()
47 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read()
50 return (u64)nsl | ((u64)nsh << 16); in hellcreek_ptp_clock_read()
103 u16 secl, nsh, nsl; in hellcreek_ptp_settime() local
106 nsh = ((u32)ts->tv_nsec & 0xffff0000) >> 16; in hellcreek_ptp_settime()
119 hellcreek_ptp_write(hellcreek, nsh, PR_CLOCK_WRITE_C); in hellcreek_ptp_settime()
H A Dhellcreek_hwtstamp.c202 u16 nsl, nsh; in hellcreek_ptp_hwtstamp_read() local
204 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
205 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
206 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
207 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
210 return (u64)nsl | ((u64)nsh << 16); in hellcreek_ptp_hwtstamp_read()
/openbmc/linux/arch/arm64/kvm/hyp/vhe/
H A Dtlb.c138 dsb(nsh); in __kvm_tlb_flush_vmid_ipa_nsh()
140 dsb(nsh); in __kvm_tlb_flush_vmid_ipa_nsh()
199 dsb(nsh); in __kvm_flush_cpu_context()
H A Dsysreg-sr.c82 dsb(nsh); in kvm_vcpu_load_sysregs_vhe()
/openbmc/linux/arch/arm64/kernel/
H A Drelocate_kernel.S80 dsb nsh
82 dsb nsh
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/
H A Dedk2-firmware-n1sdp.inc10 # EDK2 shell instead of launching grub. The startup.nsh will force launching of grub
29 printf 'FS2:%s\%s\n' "$EFIPATH" "${EFI_BOOT_IMAGE}" > ${DEPLOYDIR}/startup.nsh
/openbmc/linux/net/nsh/
H A DMakefile2 obj-$(CONFIG_NET_NSH) += nsh.o
/openbmc/qemu/scripts/
H A Dnsis.py62 ) as nsh, open(
70 nsh.write(
/openbmc/linux/arch/arm/include/asm/
H A Dtlbflush.h338 dsb(nsh); in local_flush_tlb_all()
391 dsb(nsh); in local_flush_tlb_mm()
448 dsb(nsh); in local_flush_tlb_page()
501 dsb(nsh); in local_flush_tlb_kernel_page()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno/
H A Dimages-r0.txt46 NOR6FILE: \SOFTWARE\startup.nsh ;Image File Name
47 NOR6NAME: startup.nsh
H A Dimages-r1.txt46 NOR6FILE: \SOFTWARE\startup.nsh ;Image File Name
47 NOR6NAME: startup.nsh
H A Dimages-r2.txt46 NOR6FILE: \SOFTWARE\startup.nsh ;Image File Name
47 NOR6NAME: startup.nsh
/openbmc/linux/net/openvswitch/
H A Dflow.c652 key->nsh.base.flags = nsh_get_flags(nh); in parse_nsh()
653 key->nsh.base.ttl = nsh_get_ttl(nh); in parse_nsh()
654 key->nsh.base.mdtype = nh->mdtype; in parse_nsh()
655 key->nsh.base.np = nh->np; in parse_nsh()
656 key->nsh.base.path_hdr = nh->path_hdr; in parse_nsh()
657 switch (key->nsh.base.mdtype) { in parse_nsh()
661 memcpy(key->nsh.context, nh->md1.context, in parse_nsh()
665 memset(key->nsh.context, 0, in parse_nsh()
H A Dflow_netlink.h68 int nsh_key_from_nlattr(const struct nlattr *attr, struct ovs_key_nsh *nsh,
H A Dflow_netlink.c1365 nsh->base = *base; in nsh_key_from_nlattr()
1432 SW_FLOW_KEY_PUT(match, nsh.base.flags, in nsh_key_put_from_nlattr()
1434 SW_FLOW_KEY_PUT(match, nsh.base.ttl, in nsh_key_put_from_nlattr()
1436 SW_FLOW_KEY_PUT(match, nsh.base.mdtype, in nsh_key_put_from_nlattr()
1438 SW_FLOW_KEY_PUT(match, nsh.base.np, in nsh_key_put_from_nlattr()
1440 SW_FLOW_KEY_PUT(match, nsh.base.path_hdr, in nsh_key_put_from_nlattr()
1449 SW_FLOW_KEY_PUT(match, nsh.context[i], in nsh_key_put_from_nlattr()
1992 if (nla_put(skb, OVS_NSH_KEY_ATTR_BASE, sizeof(nsh->base), &nsh->base)) in nsh_key_to_nlattr()
1995 if (is_mask || nsh->base.mdtype == NSH_M_TYPE1) { in nsh_key_to_nlattr()
1997 sizeof(nsh->context), nsh->context)) in nsh_key_to_nlattr()
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlive-vm-common.bbclass48 printf 'fs0:%s\%s\n' "$EFIPATH" "${EFI_BOOT_IMAGE}" >${DEST}/startup.nsh
60 printf 'fs0:%s\%s\n' "$EFIPATH" "${EFI_BOOT_IMAGE}" >${EFIIMGDIR}/startup.nsh
/openbmc/qemu/
H A Dqemu.nsi44 !include "MUI2.nsh"
151 !include "${BINDIR}\system-emulations.nsh"
231 !include "${BINDIR}\system-mui-text.nsh"
/openbmc/linux/arch/arm64/mm/
H A Dproc.S179 dsb nsh
233 dsb nsh
406 dsb nsh
/openbmc/linux/Documentation/netlink/specs/
H A Dovs_flow.yaml576 name: nsh
578 nested-attributes: ovs-nsh-key-attrs
684 name: push-nsh
686 nested-attributes: ovs-nsh-key-attrs
690 name: pop-nsh
842 name: ovs-nsh-key-attrs
843 enum-name: ovs-nsh-key-attr
844 name-prefix: ovs-nsh-key-attr-
/openbmc/linux/arch/arm64/include/asm/
H A Dmte.h201 dsb(nsh); in mte_check_tfsr_exit()
/openbmc/linux/net/
H A DMakefile73 obj-$(CONFIG_NET_NSH) += nsh/

12