Home
last modified time | relevance | path

Searched full:supervision (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/hsr/
H A Dhsr_ping.sh134 # Wait until supervisor all supervision frames have been processed and the node
225 …ip -net "$ns1" link add name hsr1 type hsr slave1 ns1eth1 slave2 ns1eth2 supervision 45 version $H…
226 …ip -net "$ns2" link add name hsr2 type hsr slave1 ns2eth1 slave2 ns2eth2 supervision 45 version $H…
227 …ip -net "$ns3" link add name hsr3 type hsr slave1 ns3eth1 slave2 ns3eth2 supervision 45 version $H…
/openbmc/linux/net/hsr/
H A Dhsr_device.c291 netdev_warn_once(master->dev, "HSR: Could not send supervision frame\n"); in send_hsr_supervision_frame()
299 /* From HSRv1 on we have separate supervision sequence numbers. */ in send_hsr_supervision_frame()
338 netdev_warn_once(master->dev, "PRP: Could not send supervision frame\n"); in send_prp_supervision_frame()
347 /* From HSRv1 on we have separate supervision sequence numbers. */ in send_prp_supervision_frame()
367 /* Announce (supervision frame) timer function
474 /* Default multicast address for HSR Supervision frames */
H A Dhsr_main.h88 /* HSR/PRP Supervision Frame data types.
170 /* format and send supervision frame */
196 struct timer_list announce_timer; /* Supervision frame dispatch */
200 u16 sup_sequence_nr; /* For HSRv1 separate seq_nr for supervision */
H A Dhsr_forward.c20 /* The uses I can see for these HSR supervision frames are:
56 /* Get the supervision header from correct location. */ in is_supervision_frame()
93 /* if this is a redbox supervision frame we need to verify in is_supervision_frame()
404 * a non-supervision multicast or broadcast frame.
529 /* HSR tagged frame :- Data or Supervision */ in hsr_fill_frame_info()
546 /* Supervision frame */ in prp_fill_frame_info()
H A Dhsr_framereg.c254 /* Use the Supervision frame's info about an eventual macaddress_B for merging
274 * valid as supervision frame always will have protocol in hsr_handle_sup_frame()
327 /* Get second supervision tlv */ in hsr_handle_sup_frame()
348 /* This is a redbox supervision frame for a VDAN! */ in hsr_handle_sup_frame()
/openbmc/linux/arch/openrisc/kernel/
H A Dptrace.c46 * SR (Supervision register)
83 * the Supervision register in genregs_set()
/openbmc/linux/drivers/net/dsa/xrs700x/
H A Dxrs700x.c337 /* Add an inbound policy filter which matches the HSR/PRP supervision MAC
355 /* match HSR/PRP supervision destination 01:15:4e:00:01:XX */ in xrs700x_port_add_hsrsup_ipf()
364 /* Mirror HSR/PRP supervision to CPU port */ in xrs700x_port_add_hsrsup_ipf()
615 /* Enable inbound policy which allows HSR/PRP supervision forwarding in xrs700x_hsr_join()
679 * which allows HSR/PRP supervision forwarding to the CPU port without in xrs700x_hsr_leave()
/openbmc/linux/Documentation/driver-api/tty/
H A Dn_gsm.rst73 /* use keep-alive once every 5s for modem connection supervision */
163 /* use keep-alive once every 5s for peer connection supervision */
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dti,tps380x-reset.yaml14 provide circuit initialization and timing supervision. The devices assert a
/openbmc/linux/drivers/mfd/
H A Dtps65218.c210 "ti,strict-supply-voltage-supervision", in tps65218_voltage_set_strict()
216 "Invalid ti,strict-supply-voltage-supervision value\n"); in tps65218_voltage_set_strict()
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/
H A Drt_bmark.py203 # Sometime the hung task supervision is triggered during execution of
204 # cyclictest (cyclictest starves stress). To avoid that, the supervision
/openbmc/linux/drivers/thermal/
H A Dda9062-thermal.c10 * first level of temperature supervision. It is expected that any final
/openbmc/linux/include/uapi/linux/
H A Dif_link.h1211 IFLA_HSR_MULTICAST_SPEC, /* Last byte of supervision addr */
1212 IFLA_HSR_SUPERVISION_ADDR, /* Supervision frame multicast addr */
/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h1126 IFLA_HSR_MULTICAST_SPEC, /* Last byte of supervision addr */
1127 IFLA_HSR_SUPERVISION_ADDR, /* Supervision frame multicast addr */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/
H A Dvalkey.conf138 # supervision tree. Options:
139 # supervised no - no supervision interaction
144 # Note: these supervision methods only signal "process is ready."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dredis.conf138 # supervision tree. Options:
139 # supervised no - no supervision interaction
144 # Note: these supervision methods only signal "process is ready."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/
H A Dredis.conf138 # supervision tree. Options:
139 # supervised no - no supervision interaction
144 # Note: these supervision methods only signal "process is ready."
/openbmc/linux/scripts/
H A Drecordmcount.h605 /* Overall supervision for Elf32 ET_REL file. */
/openbmc/linux/arch/openrisc/include/asm/
H A Dspr_defs.h212 * Bit definitions for the Supervision Register
/openbmc/linux/Documentation/networking/dsa/
H A Ddsa.rst1097 ring topology. Both HSR and PRP use supervision frames for monitoring the
/openbmc/linux/Documentation/admin-guide/media/
H A Dbttv.rst815 Titanmedia Supervision TV-2400,
/openbmc/linux/net/tipc/
H A Dlink.c157 /* Management and link supervision data */
/openbmc/linux/net/bluetooth/
H A Dhci_core.c3527 /* tx timeout must be longer than maximum link supervision timeout in __check_timeout()
H A Dhci_sync.c4067 events[6] |= 0x80; /* Link Supervision Timeout Changed */ in hci_set_event_mask_sync()