Searched full:csma (Results 1 – 25 of 27) sorted by relevance
12
/linux-6.12.1/include/linux/ |
D | scc.h | 34 unsigned char fulldup; /* Full Duplex mode 0=CSMA 1=DUP 2=ALWAYS KEYED */ 39 unsigned int maxdefer; /* Timer for CSMA channel busy limit */
|
D | ieee802154.h | 177 * channel, i.e., the CSMA-CA mechanism has failed.
|
/linux-6.12.1/drivers/net/ethernet/actions/ |
D | Kconfig | 23 is compliant with the IEEE 802.3 CSMA/CD standard and supports
|
/linux-6.12.1/Documentation/networking/device_drivers/hamradio/ |
D | z8530drv.rst | 513 0: The interface will operate in CSMA mode (the normal 528 the first slot in CSMA mode. In full duplex modes it is 536 packets, in seconds. This can be useful on busy CSMA 587 you are using CSMA mode (parameter full = 0).
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | actions,owl-emac.yaml | 15 IEEE 802.3 CSMA/CD standard, supporting both half-duplex and full-duplex
|
D | loongson,ls1c-emac.yaml | 19 - Half-duplex operation (CSMA/CD Protocol and back-pressure support)
|
D | loongson,ls1b-gmac.yaml | 19 - Half-duplex operation (CSMA/CD Protocol and back-pressure support)
|
/linux-6.12.1/include/net/ |
D | nl802154.h | 202 * @NL802154_CAP_ATTR_MIN_CSMA_BACKOFFS: minimum of csma backoff value 203 * @NL802154_CAP_ATTR_MAX_CSMA_BACKOFFS: maximum of csma backoffs value
|
D | mac802154.h | 101 * @IEEE802154_HW_CSMA_PARAMS: Indicates that transceiver will support csma 194 * Sets the CSMA parameter set for the PHY. Called with pib_lock held.
|
/linux-6.12.1/include/uapi/linux/ |
D | scc.h | 61 KISS_DUPLEX_HALF, /* normal CSMA operation */
|
/linux-6.12.1/net/mac802154/ |
D | trace.h | 232 TP_printk(LOCAL_PR_FMT ", min be: %d, max be: %d, max csma backoffs: %d",
|
/linux-6.12.1/Documentation/networking/ |
D | 6pack.rst | 33 to experiment with something completely different from the known CSMA and
|
D | phy.rst | 550 IEEE Standard 802.3: CSMA/CD Access Method and Physical Layer Specifications, Section Two:
|
D | oa-tc6-framework.rst | 20 provide improved determinism to the CSMA/CD media access method. PLCA
|
/linux-6.12.1/net/ieee802154/ |
D | trace.h | 236 ", max csma backoffs: %d", WPAN_PHY_PR_ARG,
|
/linux-6.12.1/drivers/net/ethernet/atheros/atlx/ |
D | atlx.h | 349 #define MII_AR_SELECTOR_FIELD 0x0001 /* IEEE 802.3 CSMA/CD */
|
/linux-6.12.1/drivers/net/ethernet/sun/ |
D | cassini.h | 1333 #define MAC_TX_CFG_IGNORE_CARRIER 0x0002 /* disable CSMA/CD deferral 1337 #define MAC_TX_CFG_IGNORE_COLL 0x0004 /* disable CSMA/CD backoff 1368 standard CSMA/CD prot. */ 1377 #define MAC_TX_CFG_NO_BACKOFF 0x0040 /* modify CSMA/CD to disable 1383 #define MAC_TX_CFG_SLOW_DOWN 0x0080 /* modify CSMA/CD so that 1621 generator for the CSMA/CD
|
D | sungem.h | 600 * RNG seed inside GEM for the CSMA/CD backoff algorithm. It is
|
/linux-6.12.1/drivers/net/ieee802154/ |
D | mrf24j40.c | 728 /* REG_SLOTTED is maintained as default (unslotted/CSMA-CA). in mrf24j40_filter() 842 /* csma backoffs */ in mrf24j40_csma_params()
|
D | adf7242.c | 218 #define CMD_RC_CSMACA 0xC1 /* initiates CSMA-CA channel access 1008 /* save CSMA-CA completion status */ in adf7242_isr()
|
D | ca8210.c | 2238 * ca8210_set_csma_params() - Sets the CSMA parameters of the ca8210 2284 "error setting max csma backoffs, MLME-SET.confirm status = %d", in ca8210_set_csma_params()
|
/linux-6.12.1/drivers/net/hamradio/ |
D | 6pack.c | 129 * Perform the persistence/slottime algorithm for CSMA access. If the
|
D | scc.c | 1871 scc->kiss.fulldup = 0; /* CSMA */ in scc_net_siocdevprivate() 1883 scc->kiss.fulldup = 0; /* CSMA */ in scc_net_siocdevprivate()
|
/linux-6.12.1/drivers/net/ethernet/smsc/ |
D | smc91x.c | 1085 my_ad_caps = ADVERTISE_CSMA; /* I am CSMA capable */ in smc_phy_configure()
|
/linux-6.12.1/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 2593 #define NWAY_AR_SELECTOR_FIELD 0x0001 /* indicates IEEE 802.3 CSMA/CD */
|
12