Home
last modified time | relevance | path

Searched full:framing (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/kernel/linux/linux-6.6/include/uapi/linux/
Dsonet.h39 /* set framing mode (SONET/SDH) */
41 /* get framing mode */
43 unsigned char[SONET_FRSENSE_SIZE]) /* get framing sense information */
54 #define SONET_FRAME_SONET 0 /* SONET STS-3 framing */
55 #define SONET_FRAME_SDH 1 /* SDH STM-1 framing */
/kernel/linux/linux-5.10/include/uapi/linux/
Dsonet.h39 /* set framing mode (SONET/SDH) */
41 /* get framing mode */
43 unsigned char[SONET_FRSENSE_SIZE]) /* get framing sense information */
54 #define SONET_FRAME_SONET 0 /* SONET STS-3 framing */
55 #define SONET_FRAME_SDH 1 /* SDH STM-1 framing */
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-net-qmi9 framing from '802.3' to 'raw-ip'.
11 The netdev will change to reflect the link framing
22 link framing mode, changing this setting to 'Y' if the
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
Dvxge-traffic.h405 * framing characters (i.e. less framing bits). To determine the
406 * total octets of transmitted frames, including framing characters,
497 * framing characters (i.e. less framing bits). To determine the
498 * total octets of received frames, including framing characters,
507 * @rx_offload_octets: Count of total octets, not including framing
528 * framing bits) less than 64 octets, that are otherwise well-formed.
531 * framing bits) more than 1518 octets, that are otherwise
536 * framing bits) less than 64 octets that had bad FCS. In other
539 * framing bits) more than 1518 octets that had bad FCS. In other
545 * FCS, but not framing bits) of exactly 64 octets. Includes frames
[all …]
/kernel/linux/linux-6.6/drivers/hwtracing/stm/
DKconfig15 tristate "Basic STM framing protocol driver"
18 This is a simple framing protocol for sending data over STM
30 tristate "MIPI SyS-T STM framing protocol driver"
Dp_basic.c3 * Basic framing protocol for STM devices.
47 MODULE_DESCRIPTION("Basic STM framing protocol driver");
/kernel/linux/linux-5.10/drivers/hwtracing/stm/
DKconfig16 tristate "Basic STM framing protocol driver"
19 This is a simple framing protocol for sending data over STM
31 tristate "MIPI SyS-T STM framing protocol driver"
Dp_basic.c3 * Basic framing protocol for STM devices.
47 MODULE_DESCRIPTION("Basic STM framing protocol driver");
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-class-net-qmi9 framing from '802.3' to 'raw-ip'.
11 The netdev will change to reflect the link framing
22 link framing mode, changing this setting to 'Y' if the
/kernel/linux/linux-5.10/Documentation/networking/caif/
Dlinux_caif.rst86 to the called function (except for framing layers' receive function)
123 - CFFRML CAIF Framing layer. Handles Framing i.e. Frame length
150 | Framing | | Framing |
/kernel/linux/linux-5.10/include/net/nfc/
Ddigital.h36 * Framing configuration passed as param argument to in_configure_hw and
95 * framing in initiator mode. This is a synchronous function.
96 * @in_send_cmd: Initiator mode data exchange using RF technology and framing
104 * framing in target mode. This is a synchronous function.
105 * @tg_send_cmd: Target mode data exchange using RF technology and framing
/kernel/linux/linux-6.6/include/net/nfc/
Ddigital.h36 * Framing configuration passed as param argument to in_configure_hw and
95 * framing in initiator mode. This is a synchronous function.
96 * @in_send_cmd: Initiator mode data exchange using RF technology and framing
104 * framing in target mode. This is a synchronous function.
105 * @tg_send_cmd: Target mode data exchange using RF technology and framing
/kernel/linux/linux-6.6/Documentation/networking/caif/
Dlinux_caif.rst86 to the called function (except for framing layers' receive function)
123 - CFFRML CAIF Framing layer. Handles Framing i.e. Frame length
150 | Framing | | Framing |
/kernel/linux/linux-6.6/drivers/nfc/
Dtrf7970a.c93 * messes up the data returned so it is only enabled when the framing is
96 * when the framing is 'NFC_DIGITAL_FRAMING_NFCA_T2T'. This is done by
445 int framing; member
785 if ((trf->framing == NFC_DIGITAL_FRAMING_NFCA_T2T) && (skb->len == 1) && in trf7970a_drain_fifo()
907 switch (trf->framing) { in trf7970a_irq()
1264 static int trf7970a_in_config_framing(struct trf7970a *trf, int framing) in trf7970a_in_config_framing() argument
1270 dev_dbg(trf->dev, "framing: %d\n", framing); in trf7970a_in_config_framing()
1272 switch (framing) { in trf7970a_in_config_framing()
1296 dev_dbg(trf->dev, "Unsupported Framing: %d\n", framing); in trf7970a_in_config_framing()
1300 trf->framing = framing; in trf7970a_in_config_framing()
[all …]
/kernel/linux/linux-5.10/drivers/nfc/
Dtrf7970a.c93 * messes up the data returned so it is only enabled when the framing is
96 * when the framing is 'NFC_DIGITAL_FRAMING_NFCA_T2T'. This is done by
444 int framing; member
784 if ((trf->framing == NFC_DIGITAL_FRAMING_NFCA_T2T) && (skb->len == 1) && in trf7970a_drain_fifo()
906 switch (trf->framing) { in trf7970a_irq()
1263 static int trf7970a_in_config_framing(struct trf7970a *trf, int framing) in trf7970a_in_config_framing() argument
1269 dev_dbg(trf->dev, "framing: %d\n", framing); in trf7970a_in_config_framing()
1271 switch (framing) { in trf7970a_in_config_framing()
1295 dev_dbg(trf->dev, "Unsupported Framing: %d\n", framing); in trf7970a_in_config_framing()
1299 trf->framing = framing; in trf7970a_in_config_framing()
[all …]
/kernel/linux/linux-5.10/include/linux/usb/
Dusbnet.h53 u32 hard_mtu; /* count any extra framing */
95 /* interface from the device/framing level "minidriver" to core */
100 /* framing is CDC Ethernet, not writing ZLPs (hw issues), or optionally: */
151 /* fixup rx packet (strip framing) */
154 /* fixup tx packet (add framing) */
181 * much everything except custom framing and chip-specific stuff.
/kernel/linux/linux-6.6/include/linux/usb/
Dusbnet.h45 u32 hard_mtu; /* count any extra framing */
101 /* interface from the device/framing level "minidriver" to core */
106 /* framing is CDC Ethernet, not writing ZLPs (hw issues), or optionally: */
157 /* fixup rx packet (strip framing) */
160 /* fixup tx packet (add framing) */
187 * much everything except custom framing and chip-specific stuff.
/kernel/linux/linux-6.6/net/nfc/
Ddigital_core.c313 u8 framing; in digital_target_found() local
323 framing = NFC_DIGITAL_FRAMING_NFCA_T1T; in digital_target_found()
329 framing = NFC_DIGITAL_FRAMING_NFCA_T2T; in digital_target_found()
335 framing = NFC_DIGITAL_FRAMING_NFCF_T3T; in digital_target_found()
342 framing = NFC_DIGITAL_FRAMING_NFCA_NFC_DEP; in digital_target_found()
346 framing = NFC_DIGITAL_FRAMING_NFCF_NFC_DEP; in digital_target_found()
353 framing = NFC_DIGITAL_FRAMING_ISO15693_T5T; in digital_target_found()
359 framing = NFC_DIGITAL_FRAMING_NFCA_T4T; in digital_target_found()
365 framing = NFC_DIGITAL_FRAMING_NFCB_T4T; in digital_target_found()
387 rc = digital_in_configure_hw(ddev, NFC_DIGITAL_CONFIG_FRAMING, framing); in digital_target_found()
/kernel/linux/linux-5.10/net/nfc/
Ddigital_core.c313 u8 framing; in digital_target_found() local
323 framing = NFC_DIGITAL_FRAMING_NFCA_T1T; in digital_target_found()
329 framing = NFC_DIGITAL_FRAMING_NFCA_T2T; in digital_target_found()
335 framing = NFC_DIGITAL_FRAMING_NFCF_T3T; in digital_target_found()
342 framing = NFC_DIGITAL_FRAMING_NFCA_NFC_DEP; in digital_target_found()
346 framing = NFC_DIGITAL_FRAMING_NFCF_NFC_DEP; in digital_target_found()
353 framing = NFC_DIGITAL_FRAMING_ISO15693_T5T; in digital_target_found()
359 framing = NFC_DIGITAL_FRAMING_NFCA_T4T; in digital_target_found()
365 framing = NFC_DIGITAL_FRAMING_NFCB_T4T; in digital_target_found()
387 rc = digital_in_configure_hw(ddev, NFC_DIGITAL_CONFIG_FRAMING, framing); in digital_target_found()
/kernel/linux/linux-5.10/drivers/atm/
DuPD98402.c29 unsigned char framing; /* SONET/SDH framing */ member
59 static int set_framing(struct atm_dev *dev,unsigned char framing) in set_framing() argument
66 switch (framing) { in set_framing()
146 return put_user(PRIV(dev)->framing,(int __user *)arg) ? in uPD98402_ioctl()
/kernel/linux/linux-5.10/drivers/net/usb/
Dcdc_subset.c20 * framing or hardware control operations. The protocol used here is a
35 * - There is no additional framing data for USB. Packets are written
45 * with this "cdc_subset" framing, that doesn't mean there may not be a
49 * framing to be used rather than this "cdc_subset" model.
193 * network using minimal USB framing data.
291 * The sa-1100 "usb-eth" driver handles the basic framing.
Dzaurus.c36 * - Framing appends a CRC, which the spec says drivers "must not" do;
75 /* Belcarra's funky framing has other options; mostly in zaurus_bind()
195 * - 0x01 -- Zaurus framing (add CRC) in blan_mdlm_bind()
204 * but framing is minidriver-coupled for now. in blan_mdlm_bind()
215 /* same extra framing as for non-BLAN mode */ in blan_mdlm_bind()
/kernel/linux/linux-6.6/drivers/net/usb/
Dcdc_subset.c20 * framing or hardware control operations. The protocol used here is a
35 * - There is no additional framing data for USB. Packets are written
45 * with this "cdc_subset" framing, that doesn't mean there may not be a
49 * framing to be used rather than this "cdc_subset" model.
193 * network using minimal USB framing data.
291 * The sa-1100 "usb-eth" driver handles the basic framing.
Dzaurus.c36 * - Framing appends a CRC, which the spec says drivers "must not" do;
75 /* Belcarra's funky framing has other options; mostly in zaurus_bind()
195 * - 0x01 -- Zaurus framing (add CRC) in blan_mdlm_bind()
204 * but framing is minidriver-coupled for now. in blan_mdlm_bind()
215 /* same extra framing as for non-BLAN mode */ in blan_mdlm_bind()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Den_port.h236 /* Count of total octets of received frames, includes framing characters */
238 /* Count of total octets of received frames, not including framing
477 /* total octets of transmitted frames, including framing characters */
479 /* total octets of transmitted frames, not including framing characters */

12345678910>>...16