Home
last modified time | relevance | path

Searched refs:proto (Results 851 – 875 of 1112) sorted by relevance

1...<<31323334353637383940>>...45

/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh1446 local proto=$1; shift
1453 -a own -b $dmac -t "$proto" -q "$@" &
/openbmc/linux/net/nfc/
H A Dllcp_sock.c53 static struct proto llcp_sock_proto = {
1053 .proto = &llcp_sock_proto,
/openbmc/linux/drivers/bluetooth/
H A Dhci_qca.c1427 else if (hu->proto->init_speed) in qca_get_speed()
1428 speed = hu->proto->init_speed; in qca_get_speed()
1432 else if (hu->proto->oper_speed) in qca_get_speed()
1433 speed = hu->proto->oper_speed; in qca_get_speed()
/openbmc/linux/drivers/net/team/
H A Dteam.c1885 static int team_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid) in team_vlan_rx_add_vid() argument
1897 err = vlan_vid_add(port->dev, proto, vid); in team_vlan_rx_add_vid()
1907 vlan_vid_del(port->dev, proto, vid); in team_vlan_rx_add_vid()
1913 static int team_vlan_rx_kill_vid(struct net_device *dev, __be16 proto, u16 vid) in team_vlan_rx_kill_vid() argument
1920 vlan_vid_del(port->dev, proto, vid); in team_vlan_rx_kill_vid()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c96 cid -= qed_cxt_get_proto_cid_start(p_hwfn, p_hwfn->p_rdma_info->proto); in qed_iwarp_cid_cleaned()
135 *cid += qed_cxt_get_proto_cid_start(p_hwfn, p_hwfn->p_rdma_info->proto); in qed_iwarp_alloc_cid()
146 cid -= qed_cxt_get_proto_cid_start(p_hwfn, p_hwfn->p_rdma_info->proto); in qed_iwarp_set_tcp_cid()
179 p_hwfn->p_rdma_info->proto); in qed_iwarp_alloc_tcp_cid()
304 p_hwfn->p_rdma_info->proto, &init_data); in qed_iwarp_modify_fw()
476 p_hwfn->p_rdma_info->proto, &init_data); in qed_iwarp_fw_destroy()
/openbmc/linux/include/linux/
H A Dnetdevice.h898 __be16 proto; member
913 u16 proto; member
939 __be16 proto; member
1458 __be16 proto, u16 vid);
1460 __be16 proto, u16 vid);
1471 u8 qos, __be16 proto);
/openbmc/linux/drivers/input/tablet/
H A Dwacom_serial4.c597 .proto = SERIO_WACOM_IV,
/openbmc/linux/include/linux/ceph/
H A Dmessenger.h35 int *proto, int force_new);
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h514 __u8 proto; member
/openbmc/linux/kernel/trace/
H A Dtrace_probe.h388 const struct btf_type *proto; /* Prototype of the function */ member
/openbmc/linux/net/rxrpc/
H A Dproc.c178 conn->proto.cid, in rxrpc_connection_seq_show()
/openbmc/linux/include/net/
H A Dudp.h96 extern struct proto udp_prot;
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Duoutp.c220 switch (args->v0.proto) { in nvkm_uoutp_mthd_acquire()
/openbmc/linux/net/8021q/
H A Dvlan_dev.c812 path->encap.proto = vlan->vlan_proto; in vlan_dev_fill_forward_path()
819 ctx->vlan[ctx->num_vlans].proto = vlan->vlan_proto; in vlan_dev_fill_forward_path()
/openbmc/linux/scripts/mod/
H A Dfile2alias.c545 DEF_FIELD(symval, serio_device_id, proto); in do_serio_entry()
551 ADD(alias, "pr", proto != SERIO_ANY, proto); in do_serio_entry()
/openbmc/linux/drivers/s390/net/
H A Dqeth_l2_main.c160 __be16 proto, unsigned int data_len) in qeth_l2_fill_header() argument
172 qeth_tx_csum(skb, &hdr->hdr.l2.flags[1], proto); in qeth_l2_fill_header()
246 __be16 proto, u16 vid) in qeth_l2_vlan_rx_add_vid() argument
258 __be16 proto, u16 vid) in qeth_l2_vlan_rx_kill_vid() argument
/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-rhine.c516 __be16 proto, u16 vid);
518 __be16 proto, u16 vid);
1525 static int rhine_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid) in rhine_vlan_rx_add_vid() argument
1536 static int rhine_vlan_rx_kill_vid(struct net_device *dev, __be16 proto, u16 vid) in rhine_vlan_rx_kill_vid() argument
/openbmc/linux/tools/net/ynl/lib/
H A Dnlspec.py385 self.proto = self.yaml.get('protocol', 'genetlink')
/openbmc/linux/drivers/input/keyboard/
H A Dlkkbd.c698 .proto = SERIO_LKKBD,
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Diavf.rst126 # ip link add link eth0 eth0.24 type vlan proto 802.1ad id 24
127 # ip link add link eth0.24 eth0.24.371 type vlan proto 802.1Q id 371
/openbmc/linux/net/dsa/
H A Dswitch.c885 err = ds->ops->change_tag_protocol(ds, tag_ops->proto); in dsa_switch_change_tag_proto()
935 err = ds->ops->connect_tag_protocol(ds, tag_ops->proto); in dsa_switch_connect_tag_proto()
/openbmc/linux/drivers/scsi/isci/
H A Dphy.c459 void sci_phy_get_protocols(struct isci_phy *iphy, struct sci_phy_proto *proto) in sci_phy_get_protocols() argument
461 proto->all = readl(&iphy->link_layer_registers->transmit_identification); in sci_phy_get_protocols()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap5.dtsi570 reg-names = "proto", "phy", "pll";
605 reg-names = "proto", "phy", "pll";
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass436 proto = getattr(f, "proto", None)
437 if proto is not None:
438 uri = uri + "+" + proto
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c1333 int proto; in nicvf_sq_add_hdr_subdesc() local
1367 proto = (ip.v4->version == 4) ? ip.v4->protocol : in nicvf_sq_add_hdr_subdesc()
1370 switch (proto) { in nicvf_sq_add_hdr_subdesc()

1...<<31323334353637383940>>...45