Home
last modified time | relevance | path

Searched +full:protocol +full:- +full:id (Results 1 – 25 of 1095) sorted by relevance

12345678910>>...44

/OK3568_Linux_fs/kernel/drivers/pnp/
H A Dcore.c1 // SPDX-License-Identifier: GPL-2.0
3 * core.c - contains all core device and protocol registration functions
18 #include <linux/dma-mapping.h>
28 * skip some blind probes. ISAPNP typically enumerates only plug-in ISA
29 * devices, not built-in things like COM ports.
46 static void pnp_remove_protocol(struct pnp_protocol *protocol) in pnp_remove_protocol() argument
49 list_del(&protocol->protocol_list); in pnp_remove_protocol()
54 * pnp_register_protocol - adds a pnp protocol to the pnp layer
55 * @protocol: pointer to the corresponding pnp_protocol structure
59 int pnp_register_protocol(struct pnp_protocol *protocol) in pnp_register_protocol() argument
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/filters/
H A Dbasic.json3 "id": "7a92", string
15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm…
17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic",
18 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at…
25 "id": "2e8a", string
37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm…
39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic",
40 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at…
47 "id": "4d9f", string
59 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm…
[all …]
H A Dmatchall.json3 "id": "f62b", string
4 "name": "Add ingress matchall filter for protocol ipv4 and action PASS",
13 …"cmdUnderTest": "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 1 protocol ip matchall act…
15 "verifyCmd": "$TC filter get dev $DUMMY parent ffff: handle 1 prio 1 protocol ip matchall",
16 …"matchPattern": "^filter parent ffff: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*r…
24 "id": "7f09", string
25 "name": "Add egress matchall filter for protocol ipv4 and action PASS",
34 …"cmdUnderTest": "$TC filter add dev $DUMMY parent 1: handle 0x1 prio 1 protocol ip matchall action…
36 "verifyCmd": "$TC filter get dev $DUMMY parent 1: handle 1 prio 1 protocol ip matchall",
37 …"matchPattern": "^filter parent 1: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*ref …
[all …]
H A Dfw.json3 "id": "901f", string
4 "name": "Add fw filter with prio at 32-bit maxixum",
17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 65535 protocol all fw",
25 "id": "51e2", string
26 "name": "Add fw filter with prio exceeding 32-bit maxixum",
39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 65536 protocol all fw",
47 "id": "d987", string
166 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol all fw",
174 "id": "c591", string
188 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol all fw",
[all …]
H A Dtests.json3 "id": "2638", string
14 "$TC filter add dev $DEV1 protocol all pref 1 ingress handle 0x1234 matchall action ok"
16 … "cmdUnderTest": "$TC filter get dev $DEV1 protocol all pref 1 ingress handle 0x1234 matchall",
19 "matchPattern": "filter protocol all pref 1 matchall chain 0 handle 0x1234",
26 "id": "2ff3", string
35 …"cmdUnderTest": "$TC filter add dev $DEV2 protocol ip pref 1 ingress handle 0xffffffff flower acti…
38 "matchPattern": "filter protocol ip pref 1 flower.*handle 0xffffffff",
45 "id": "d052", string
56 "./tdc_batch.py $DEV2 $BATCH_FILE --share_action -n 1000000"
58 "cmdUnderTest": "$TC -b $BATCH_FILE",
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dvlan.json3 "id": "6f5a", string
20 "matchPattern": "action order [0-9]+: vlan.*pop.*pipe.*index 8 ref",
27 "id": "df35", string
44 "matchPattern": "action order [0-9]+: vlan.*pop.*pass.*index 8 ref",
51 "id": "b0d4", string
68 "matchPattern": "action order [0-9]+: vlan.*pop.*drop.*index 8 ref",
75 "id": "95ee", string
92 "matchPattern": "action order [0-9]+: vlan.*pop.*reclassify.*index 8 ref",
99 "id": "0283", string
116 "matchPattern": "action order [0-9]+: vlan.*pop.*continue.*index 8 ref",
[all …]
H A Dmpls.json3 "id": "a933", string
20 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*pipe.*index 8 ref",
27 "id": "08d1", string
44 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*pass.*index 8 ref",
51 "id": "d786", string
68 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*drop.*index 8 ref",
75 "id": "f334", string
92 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*reclassify.*index 8 ref",
99 "id": "29bd", string
116 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*continue.*index 8 ref",
[all …]
/OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/
H A Dcommon.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * System Control and Management Interface (SCMI) Message Protocol
39 * struct scmi_msg_resp_prot_version - Response for a message
69 * struct scmi_msg_hdr - Message(Tx/Rx) header
71 * @id: The identifier of the message being sent
72 * @protocol_id: The identifier of the protocol used to send @id message
81 u8 id; member
89 * pack_scmi_header() - packs and returns 32-bit header
91 * @hdr: pointer to header containing all the information on message id,
92 * protocol id and sequence id.
[all …]
H A Dbus.c1 // SPDX-License-Identifier: GPL-2.0
3 * System Control and Management Interface (SCMI) Message Protocol bus layer
25 const struct scmi_device_id *id = scmi_drv->id_table; in scmi_dev_match_id() local
27 if (!id) in scmi_dev_match_id()
30 for (; id->protocol_id; id++) in scmi_dev_match_id()
31 if (id->protocol_id == scmi_dev->protocol_id) { in scmi_dev_match_id()
32 if (!id->name) in scmi_dev_match_id()
33 return id; in scmi_dev_match_id()
34 else if (!strcmp(id->name, scmi_dev->name)) in scmi_dev_match_id()
35 return id; in scmi_dev_match_id()
[all …]
H A Ddriver.c1 // SPDX-License-Identifier: GPL-2.0
3 * System Control and Management Interface (SCMI) Message Protocol driver
5 * SCMI Message Protocol is used between the System Control Processor(SCP)
7 * provides a mechanism for inter-processor communication between SCP's
14 * Copyright (C) 2018-2020 ARM Ltd.
42 SCMI_ERR_SUPPORT = -1, /* Not supported */
43 SCMI_ERR_PARAMS = -2, /* Invalid Parameters */
44 SCMI_ERR_ACCESS = -3, /* Invalid access/permission denied */
45 SCMI_ERR_ENTRY = -4, /* Not found */
46 SCMI_ERR_RANGE = -5, /* Value out of range */
[all …]
H A Dnotify.c1 // SPDX-License-Identifier: GPL-2.0
10 * SCMI Protocol specification allows the platform to signal events to
18 * Each SCMI Protocol implementation, during its initialization, registers with
28 * of the SCMI Protocol itself, the underlying notification chains are created
36 * All users provided callbacks and allocated notification-chains are stored in
44 * hash-keys.
47 * as described in the SCMI Protocol specification, while src_id represents an
48 * optional, protocol dependent, source identifier (like domain_id, perf_id
54 * pushes the event-data itself on a protocol-dedicated kfifo queue for further
57 * Each protocol has it own dedicated work_struct and worker which, once kicked
[all …]
H A Dbase.c1 // SPDX-License-Identifier: GPL-2.0
3 * System Control and Management Interface (SCMI) Base Protocol
8 #define pr_fmt(fmt) "SCMI Notifications BASE - " fmt
51 * scmi_base_attributes_get() - gets the implementation details
52 * that are associated with the base protocol.
54 * @ph: SCMI protocol handle
63 struct scmi_revision_info *rev = ph->get_priv(ph); in scmi_base_attributes_get()
65 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, in scmi_base_attributes_get()
70 ret = ph->xops->do_xfer(ph, t); in scmi_base_attributes_get()
72 attr_info = t->rx.buf; in scmi_base_attributes_get()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/common/
H A Dusb-otg-fsm.c1 // SPDX-License-Identifier: GPL-2.0+
8 * Jerry Huang <Chang-Ming.Huang@freescale.com>
19 #include <linux/usb/otg-fsm.h>
28 /* Change USB protocol when there is a protocol change */
29 static int otg_set_protocol(struct otg_fsm *fsm, int protocol) in otg_set_protocol() argument
33 if (fsm->protocol != protocol) { in otg_set_protocol()
34 VDBG("Changing role fsm->protocol= %d; new protocol= %d\n", in otg_set_protocol()
35 fsm->protocol, protocol); in otg_set_protocol()
36 /* stop old protocol */ in otg_set_protocol()
37 if (fsm->protocol == PROTO_HOST) in otg_set_protocol()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_ether.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * INET An implementation of the TCP/IP protocol suite for the LINUX
44 * These are the defined Ethernet Protocol ID's.
52 #define ETH_P_IP 0x0800 /* Internet Protocol packet */
55 #define ETH_P_BPQ 0x08FF /* G8BPQ AX.25 Ethernet Packet [ NOT AN OFFICIALLY REGISTERED ID ] */
58 #define ETH_P_BATMAN 0x4305 /* B.A.T.M.A.N.-Advanced packet [ NOT AN OFFICIALLY REGISTERED ID ] */
76 #define ETH_P_SLOW 0x8809 /* Slow Protocol. See 802.3ad 43B */
77 #define ETH_P_WCCP 0x883E /* Web-cache coordination protocol
78 * defined in draft-wilson-wrec-wccp-v2-00.txt */
85 #define ETH_P_ATMFATE 0x8884 /* Frame-based ATM Transport
[all …]
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Dstack.c1 // SPDX-License-Identifier: GPL-2.0-only
26 printk(KERN_DEBUG "%s prim(%x) id(%x) %p\n", in _queue_message()
27 __func__, hh->prim, hh->id, skb); in _queue_message()
28 skb_queue_tail(&st->msgq, skb); in _queue_message()
29 if (likely(!test_bit(mISDN_STACK_STOPPED, &st->status))) { in _queue_message()
30 test_and_set_bit(mISDN_STACK_WORK, &st->status); in _queue_message()
31 wake_up_interruptible(&st->workq); in _queue_message()
38 _queue_message(ch->st, skb); in mISDN_queue_message()
43 get_channel4id(struct mISDNstack *st, u_int id) in get_channel4id() argument
47 mutex_lock(&st->lmutex); in get_channel4id()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_ether.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * INET An implementation of the TCP/IP protocol suite for the LINUX
44 * These are the defined Ethernet Protocol ID's.
52 #define ETH_P_IP 0x0800 /* Internet Protocol packet */
55 #define ETH_P_BPQ 0x08FF /* G8BPQ AX.25 Ethernet Packet [ NOT AN OFFICIALLY REGISTERED ID ] */
58 #define ETH_P_BATMAN 0x4305 /* B.A.T.M.A.N.-Advanced packet [ NOT AN OFFICIALLY REGISTERED ID ] */
76 #define ETH_P_SLOW 0x8809 /* Slow Protocol. See 802.3ad 43B */
77 #define ETH_P_WCCP 0x883E /* Web-cache coordination protocol
78 * defined in draft-wilson-wrec-wccp-v2-00.txt */
85 #define ETH_P_ATMFATE 0x8884 /* Frame-based ATM Transport
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_ether.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * INET An implementation of the TCP/IP protocol suite for the LINUX
44 * These are the defined Ethernet Protocol ID's.
52 #define ETH_P_IP 0x0800 /* Internet Protocol packet */
55 #define ETH_P_BPQ 0x08FF /* G8BPQ AX.25 Ethernet Packet [ NOT AN OFFICIALLY REGISTERED ID ] */
58 #define ETH_P_BATMAN 0x4305 /* B.A.T.M.A.N.-Advanced packet [ NOT AN OFFICIALLY REGISTERED ID ] */
76 #define ETH_P_SLOW 0x8809 /* Slow Protocol. See 802.3ad 43B */
77 #define ETH_P_WCCP 0x883E /* Web-cache coordination protocol
78 * defined in draft-wilson-wrec-wccp-v2-00.txt */
85 #define ETH_P_ATMFATE 0x8884 /* Frame-based ATM Transport
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Darm,scmi.txt1 System Control and Management Interface (SCMI) Message Protocol
2 ----------------------------------------------------------
17 - compatible : shall be "arm,scmi" or "arm,scmi-smc" for smc/hvc transports
18 - mboxes: List of phandle and mailbox channel specifiers. It should contain
22 - shmem : List of phandle pointing to the shared memory(SHM) area as per
24 - #address-cells : should be '1' if the device has sub-nodes, maps to
25 protocol identifier for a given sub-node.
26 - #size-cells : should be '0' as 'reg' property doesn't have any size
28 - arm,smc-id : SMC id required when using smc or hvc transports
32 - mbox-names: shall be "tx" or "rx" depending on mboxes entries.
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dp2p.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Copyright (C) 1999-2017, Broadcom Corporation
26 * <<Broadcom-WL-IPTag/Open:>>
28 * $Id: p2p.h 700076 2017-05-17 14:42:22Z $
48 #define P2P_IE_ID 0xdd /* P2P IE element ID */
52 uint8 id; /* IE ID: 0xDD */ member
66 #define P2P_ATTR_ID_LEN 1 /* ID filed length */
68 #define P2P_ATTR_HDR_LEN 3 /* ID + 2-byte length field spec 1.02 */
77 #define P2P_SEID_DEV_ID 3 /* P2P Device ID */
89 #define P2P_SEID_GROUP_ID 15 /* Group ID */
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dphonet.rst1 .. SPDX-License-Identifier: GPL-2.0
5 Linux Phonet protocol family
9 ------------
11 Phonet is a packet protocol used by Nokia cellular modems for both IPC
19 - USB with the CDC Phonet interface,
20 - infrared,
21 - Bluetooth,
22 - an RS232 serial port (with a dedicated "FBUS" line discipline),
23 - the SSI bus with some TI OMAP processors.
27 --------------
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dp2p.h6 * Copyright (C) 1999-2017, Broadcom Corporation
27 * <<Broadcom-WL-IPTag/Open:>>
29 * $Id$
47 #define P2P_IE_ID 0xdd /* P2P IE element ID */
51 uint8 id; /* IE ID: 0xDD */ member
65 #define P2P_ATTR_ID_LEN 1 /* ID filed length */
67 #define P2P_ATTR_HDR_LEN 3 /* ID + 2-byte length field spec 1.02 */
76 #define P2P_SEID_DEV_ID 3 /* P2P Device ID */
88 #define P2P_SEID_GROUP_ID 15 /* Group ID */
95 #define P2P_SEID_ADVERTISE_ID 24 /* Advertisement ID */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dp2p.h6 * Copyright (C) 1999-2017, Broadcom Corporation
27 * <<Broadcom-WL-IPTag/Open:>>
29 * $Id$
47 #define P2P_IE_ID 0xdd /* P2P IE element ID */
51 uint8 id; /* IE ID: 0xDD */ member
65 #define P2P_ATTR_ID_LEN 1 /* ID filed length */
67 #define P2P_ATTR_HDR_LEN 3 /* ID + 2-byte length field spec 1.02 */
76 #define P2P_SEID_DEV_ID 3 /* P2P Device ID */
88 #define P2P_SEID_GROUP_ID 15 /* Group ID */
95 #define P2P_SEID_ADVERTISE_ID 24 /* Advertisement ID */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dp2p.h6 * Copyright (C) 1999-2017, Broadcom Corporation
27 * <<Broadcom-WL-IPTag/Open:>>
29 * $Id$
47 #define P2P_IE_ID 0xdd /* P2P IE element ID */
51 uint8 id; /* IE ID: 0xDD */ member
65 #define P2P_ATTR_ID_LEN 1 /* ID filed length */
67 #define P2P_ATTR_HDR_LEN 3 /* ID + 2-byte length field spec 1.02 */
76 #define P2P_SEID_DEV_ID 3 /* P2P Device ID */
88 #define P2P_SEID_GROUP_ID 15 /* Group ID */
95 #define P2P_SEID_ADVERTISE_ID 24 /* Advertisement ID */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dp2p.h21 * <<Broadcom-WL-IPTag/Dual:>>
39 #define P2P_IE_ID 0xdd /* P2P IE element ID */
43 uint8 id; /* IE ID: 0xDD */ member
57 #define P2P_ATTR_ID_LEN 1 /* ID filed length */
59 #define P2P_ATTR_HDR_LEN 3 /* ID + 2-byte length field spec 1.02 */
68 #define P2P_SEID_DEV_ID 3 /* P2P Device ID */
80 #define P2P_SEID_GROUP_ID 15 /* Group ID */
87 #define P2P_SEID_ADVERTISE_ID 24 /* Advertisement ID */
89 #define P2P_SEID_SESSION_ID 26 /* Session ID */
93 #define P2P_SEID_VNDR 221 /* Vendor-specific subelement */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dp2p.h21 * <<Broadcom-WL-IPTag/Dual:>>
39 #define P2P_IE_ID 0xdd /* P2P IE element ID */
43 uint8 id; /* IE ID: 0xDD */ member
57 #define P2P_ATTR_ID_LEN 1 /* ID filed length */
59 #define P2P_ATTR_HDR_LEN 3 /* ID + 2-byte length field spec 1.02 */
68 #define P2P_SEID_DEV_ID 3 /* P2P Device ID */
80 #define P2P_SEID_GROUP_ID 15 /* Group ID */
87 #define P2P_SEID_ADVERTISE_ID 24 /* Advertisement ID */
89 #define P2P_SEID_SESSION_ID 26 /* Session ID */
93 #define P2P_SEID_VNDR 221 /* Vendor-specific subelement */
[all …]

12345678910>>...44