Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/natsemi/
H A Dns83820.c604 int speed, fullduplex, newlinkstate; in phy_intr() local
618 if ( (fullduplex = (tanlpar & TANAR_FULL_DUP) && in phy_intr()
661 fullduplex = (cfg & CFG_DUPSTS); in phy_intr()
663 if (fullduplex) { in phy_intr()
697 fullduplex ? "full" : "half"); in phy_intr()
1210 int fullduplex = 0; local
1231 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0;
1254 cmd->base.duplex = fullduplex ? DUPLEX_FULL : DUPLEX_HALF;
1278 int fullduplex = 0; local
1287 fullduplex = (tanar & TANAR_FULL_DUP);
[all …]
/linux/sound/pci/
H A Drme32.c78 static bool fullduplex[SNDRV_CARDS]; // = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable
86 module_param_array(fullduplex, bool, NULL, 0444);
87 MODULE_PARM_DESC(fullduplex, "Support full-duplex mode.");
1873 if (fullduplex[dev]) in __snd_rme32_probe()
/linux/drivers/net/hamradio/
H A DKconfig85 tristate "BAYCOM ser12 fullduplex driver for AX.25"
/linux/Documentation/networking/device_drivers/hamradio/
H A Dbaycom.rst78 the driver supports the KISS (see below) fullduplex command. It then simply
H A Dz8530drv.rst558 has same result as the fullduplex mode 1. This parameter
/linux/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c749 static void bcm_enet_set_duplex(struct bcm_enet_priv *priv, int fullduplex) in bcm_enet_set_duplex() argument
754 if (fullduplex) in bcm_enet_set_duplex()