Home
last modified time | relevance | path

Searched refs:fullduplex (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/natsemi/
Dns83820.c618 int speed, fullduplex, newlinkstate; in phy_intr() local
630 if ( (fullduplex = (tanlpar & TANAR_FULL_DUP) && in phy_intr()
673 fullduplex = (cfg & CFG_DUPSTS); in phy_intr()
675 if (fullduplex) { in phy_intr()
709 fullduplex ? "full" : "half"); in phy_intr()
1225 int fullduplex = 0; local
1246 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0;
1269 cmd->base.duplex = fullduplex ? DUPLEX_FULL : DUPLEX_HALF;
1293 int fullduplex = 0; local
1302 fullduplex = (tanar & TANAR_FULL_DUP);
[all …]
/Linux-v4.19/Documentation/driver-api/
Dhsi.rst7 High Speed Syncronous Interface (HSI) is a fullduplex, low latency protocol,
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dfsl-sai.txt4 which provides a synchronous audio interface that supports fullduplex
/Linux-v4.19/sound/pci/
Drme32.c92 static bool fullduplex[SNDRV_CARDS]; // = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable
100 module_param_array(fullduplex, bool, NULL, 0444);
101 MODULE_PARM_DESC(fullduplex, "Support full-duplex mode.");
1953 if (fullduplex[dev]) in snd_rme32_probe()
/Linux-v4.19/Documentation/networking/
Dbaycom.txt71 the driver supports the KISS (see below) fullduplex command. It then simply
Dz8530drv.txt537 has same result as the fullduplex mode 1. This parameter
/Linux-v4.19/drivers/net/hamradio/
DKconfig115 tristate "BAYCOM ser12 fullduplex driver for AX.25"
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.c741 static void bcm_enet_set_duplex(struct bcm_enet_priv *priv, int fullduplex) in bcm_enet_set_duplex() argument
746 if (fullduplex) in bcm_enet_set_duplex()