Home
last modified time | relevance | path

Searched refs:encapsulate (Results 1 – 15 of 15) sorted by relevance

/linux-6.1.9/drivers/net/usb/
Dlg-vl600.c255 goto encapsulate; in vl600_tx_fixup()
262 goto encapsulate; in vl600_tx_fixup()
274 encapsulate: in vl600_tx_fixup()
Dnet1080.c431 goto encapsulate; in net1080_tx_fixup()
440 goto encapsulate; in net1080_tx_fixup()
454 encapsulate: in net1080_tx_fixup()
/linux-6.1.9/drivers/net/appletalk/
DKconfig77 driver, you can encapsulate IP inside AppleTalk (e.g. if your Linux
98 If you say Y here, the AppleTalk-IP code will be able to encapsulate
/linux-6.1.9/Documentation/networking/
Dipddp.rst22 You can currently encapsulate or decapsulate AppleTalk-IP on LocalTalk,
Dgtp.rst55 the phone, and encapsulate raw IP packets received from the external
/linux-6.1.9/Documentation/admin-guide/perf/
Dhisi-pmu.rst91 (d)Some HiSilicon SoCs encapsulate multiple CPU and IO dies. Each CPU die
/linux-6.1.9/scripts/coccinelle/iterators/
Dfor_each_child.cocci4 //# loop that may encapsulate an of_node_put.
/linux-6.1.9/Documentation/networking/device_drivers/wifi/
Dray_cs.rst137 translate integer 0 = no translation (encapsulate frames),
/linux-6.1.9/Documentation/process/
Dadding-syscalls.rst23 also makes it easier to encapsulate the new functionality in a kernel module
80 it's preferred to encapsulate the majority of the arguments into a structure
561 arguments should encapsulate those arguments in a struct, which includes a
/linux-6.1.9/drivers/staging/most/Documentation/
Ddriver_usage.txt60 the interface. Adapter drivers encapsulate the peripheral interface
/linux-6.1.9/Documentation/scheduler/
Dsched-design-CFS.rst149 encapsulate scheduling policy details and are handled by the scheduler core
/linux-6.1.9/arch/arm64/boot/dts/qcom/
Dsc7280-qcard.dtsi6 * stuffed) on it. This device tree tries to encapsulate all the things that
/linux-6.1.9/drivers/net/wireless/cisco/
Dairo.c1156 static int encapsulate(struct airo_info *ai, etherHead *pPacket, MICBuffer *buffer, int len);
1402 static int encapsulate(struct airo_info *ai, etherHead *frame, MICBuffer *mic, int payLen) in encapsulate() function
2020 if (encapsulate(ai, (etherHead *)buffer, &pMic, len - sizeof(etherHead)) != SUCCESS) in mpi_send_packet()
4376 if (encapsulate(ai, (etherHead *)pPacket,&pMic, len) != SUCCESS) in transmit_802_3_packet()
/linux-6.1.9/Documentation/driver-api/gpio/
Dlegacy.rst352 introduced to encapsulate all three fields as::
/linux-6.1.9/Documentation/kernel-hacking/
Dlocking.rst688 We encapsulate the reference counting in the standard 'get' and 'put'