Home
last modified time | relevance | path

Searched refs:proto (Results 376 – 400 of 1112) sorted by relevance

1...<<11121314151617181920>>...45

/openbmc/linux/Documentation/networking/mac80211_hwsim/
H A Dwpa_supplicant.conf7 proto=WPA2
/openbmc/linux/tools/testing/selftests/net/hsr/
H A Dhsr_ping.sh225 …ns1" link add name hsr1 type hsr slave1 ns1eth1 slave2 ns1eth2 supervision 45 version $HSRv proto 0
226 …ns2" link add name hsr2 type hsr slave1 ns2eth1 slave2 ns2eth2 supervision 45 version $HSRv proto 0
227 …ns3" link add name hsr3 type hsr slave1 ns3eth1 slave2 ns3eth2 supervision 45 version $HSRv proto 0
/openbmc/linux/include/uapi/linux/netfilter_ipv4/
H A Dipt_ECN.h31 } proto; member
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_mpc83xx_serdes.h22 extern void fsl_setup_serdes(u32 offset, char proto, u32 rfcks, char vdd);
/openbmc/linux/include/net/
H A Dpsnap.h15 void unregister_snap_client(struct datalink_proto *proto);
H A Dp8022.h15 void unregister_8022_client(struct datalink_proto *proto);
H A Dinet6_connection_sock.h22 const struct request_sock *req, u8 proto);
/openbmc/linux/tools/testing/selftests/ir/
H A Dir_loopback.c43 enum rc_proto proto; member
144 unsigned int rc_proto = protocols[i].proto; in main()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_ecn.h33 } proto; member
/openbmc/linux/net/ipv6/
H A Dxfrm6_state.c19 .proto = IPPROTO_IPV6,
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dtrace.h17 #define TRACE_EVENT(name, proto, ...) \ argument
18 static inline void trace_ ## name(proto) {} \
27 #define DEFINE_EVENT(evt_class, name, proto, ...) \ argument
28 static inline void trace_ ## name(proto) {}
/openbmc/qemu/hw/sd/
H A Dtrace-events40 sdcard_normal_command(const char *proto, const char *cmd_desc, uint8_t cmd, uint32_t arg, const cha…
41 sdcard_app_command(const char *proto, const char *acmd_desc, uint8_t acmd, uint32_t arg, const char…
57 sdcard_write_data(const char *proto, const char *cmd_desc, uint8_t cmd, uint32_t offset, uint8_t va…
58 sdcard_read_data(const char *proto, const char *cmd_desc, uint8_t cmd, uint32_t offset, uint64_t si…
/openbmc/linux/net/dsa/
H A Dtag_none.c24 .proto = DSA_TAG_PROTO_NONE,
/openbmc/linux/drivers/mtd/spi-nor/
H A Dcore.c82 const enum spi_nor_protocol proto) in spi_nor_spimem_setup_op() argument
97 if (spi_nor_protocol_is_dtr(proto)) { in spi_nor_spimem_setup_op()
320 enum spi_nor_protocol proto) in spi_nor_read_any_reg() argument
342 enum spi_nor_protocol proto) in spi_nor_write_any_volatile_reg() argument
424 enum spi_nor_protocol proto) in spi_nor_read_id() argument
2222 enum spi_nor_protocol proto) in spi_nor_set_read_settings() argument
2227 read->proto = proto; in spi_nor_set_read_settings()
2231 enum spi_nor_protocol proto) in spi_nor_set_pp_settings() argument
2234 pp->proto = proto; in spi_nor_set_pp_settings()
2485 nor->read_proto = read->proto; in spi_nor_select_read()
[all …]
/openbmc/linux/net/netfilter/
H A Dxt_dccp.c144 .proto = IPPROTO_DCCP,
153 .proto = IPPROTO_DCCP,
/openbmc/qemu/net/
H A Dchecksum.c49 uint16_t net_checksum_tcpudp(uint16_t length, uint16_t proto, in net_checksum_tcpudp() argument
56 sum += proto + length; // protocol & length in net_checksum_tcpudp()
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_helper.h119 enum ip_conntrack_info ctinfo, u16 proto);
121 u8 proto, bool nat, struct nf_conntrack_helper **hp);
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1820 qede_parse_flow_attr(struct qede_dev *edev, __be16 proto, in qede_parse_flow_attr() argument
1840 if (proto != htons(ETH_P_IP) && in qede_parse_flow_attr()
1841 proto != htons(ETH_P_IPV6)) { in qede_parse_flow_attr()
1842 DP_NOTICE(edev, "Unsupported proto=0x%x\n", proto); in qede_parse_flow_attr()
1853 if (ip_proto == IPPROTO_TCP && proto == htons(ETH_P_IP)) in qede_parse_flow_attr()
1857 else if (ip_proto == IPPROTO_UDP && proto == htons(ETH_P_IP)) in qede_parse_flow_attr()
1882 rc = qede_parse_flow_attr(edev, proto, f->rule, &t); in qede_add_tc_flower_fltr()
1978 __be16 proto; in qede_flow_spec_to_rule() local
1987 proto = htons(ETH_P_IP); in qede_flow_spec_to_rule()
1991 proto = htons(ETH_P_IPV6); in qede_flow_spec_to_rule()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Doutp.c113 nvif_outp_acquire(struct nvif_outp *outp, u8 proto, struct nvif_outp_acquire_v0 *args) in nvif_outp_acquire() argument
118 args->proto = proto; in nvif_outp_acquire()
/openbmc/linux/include/linux/
H A Dscmi_protocol.h793 u8 proto);
795 (*devm_protocol_get)(struct scmi_device *sdev, u8 proto,
797 void (*devm_protocol_put)(struct scmi_device *sdev, u8 proto);
895 int scmi_protocol_register(const struct scmi_protocol *proto);
896 void scmi_protocol_unregister(const struct scmi_protocol *proto);
/openbmc/linux/drivers/auxdisplay/
H A Dpanel.c205 int proto; member
859 lcd.proto = LCD_PROTO_PARALLEL; in lcd_init()
871 lcd.proto = LCD_PROTO_SERIAL; in lcd_init()
884 lcd.proto = LCD_PROTO_PARALLEL; in lcd_init()
897 lcd.proto = DEFAULT_LCD_PROTO; in lcd_init()
904 lcd.proto = LCD_PROTO_PARALLEL; in lcd_init()
928 lcd.proto = lcd_proto; in lcd_init()
952 if (lcd.proto == LCD_PROTO_SERIAL) { /* SERIAL */ in lcd_init()
962 } else if (lcd.proto == LCD_PROTO_PARALLEL) { /* PARALLEL */ in lcd_init()
1687 lcd.proto = lcd_proto; in panel_init_module()
/openbmc/linux/drivers/net/wan/
H A Dhdlc_fr.c1174 static struct hdlc_proto proto = { variable
1195 if (dev_to_hdlc(dev)->proto != &proto) /* Different proto */ in fr_ioctl()
1238 if (dev_to_hdlc(dev)->proto != &proto) { /* Different proto */ in fr_ioctl()
1239 result = attach_hdlc_protocol(dev, &proto, in fr_ioctl()
1255 if (dev_to_hdlc(dev)->proto != &proto) /* Different proto */ in fr_ioctl()
1286 register_hdlc_protocol(&proto); in hdlc_fr_init()
1292 unregister_hdlc_protocol(&proto); in hdlc_fr_exit()
/openbmc/bmcweb/redfish-core/lib/
H A Dstorage.hpp415 convertDriveProtocol(std::string_view proto) in convertDriveProtocol() argument
417 if (proto == "xyz.openbmc_project.Inventory.Item.Drive.DriveProtocol.SAS") in convertDriveProtocol()
421 if (proto == "xyz.openbmc_project.Inventory.Item.Drive.DriveProtocol.SATA") in convertDriveProtocol()
425 if (proto == "xyz.openbmc_project.Inventory.Item.Drive.DriveProtocol.NVMe") in convertDriveProtocol()
429 if (proto == "xyz.openbmc_project.Inventory.Item.Drive.DriveProtocol.FC") in convertDriveProtocol()
433 if (proto == in convertDriveProtocol()
521 std::optional<protocol::Protocol> proto = in getDriveItemProperties() local
523 if (!proto) in getDriveItemProperties()
529 if (*proto == protocol::Protocol::Invalid) in getDriveItemProperties()
534 asyncResp->res.jsonValue["Protocol"] = *proto; in getDriveItemProperties()
/openbmc/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap3-dss.txt77 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
78 - reg-names: "proto", "phy", "pll"
/openbmc/linux/drivers/net/ppp/
H A Dppp_mppe.c341 int proto; in mppe_compress() local
346 proto = PPP_PROTOCOL(ibuf); in mppe_compress()
347 if (proto < 0x0021 || proto > 0x00fa) in mppe_compress()

1...<<11121314151617181920>>...45