Searched refs:fullduplex (Results 1 – 8 of 8) sorted by relevance
604 int speed, fullduplex, newlinkstate; in phy_intr() local616 if ( (fullduplex = (tanlpar & TANAR_FULL_DUP) && in phy_intr()659 fullduplex = (cfg & CFG_DUPSTS); in phy_intr()661 if (fullduplex) { in phy_intr()695 fullduplex ? "full" : "half"); in phy_intr()1211 int fullduplex = 0; local1232 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0;1255 cmd->base.duplex = fullduplex ? DUPLEX_FULL : DUPLEX_HALF;1279 int fullduplex = 0; local1288 fullduplex = (tanar & TANAR_FULL_DUP);[all …]
7 High Speed Syncronous Interface (HSI) is a fullduplex, low latency protocol,
4 which provides a synchronous audio interface that supports fullduplex
78 static bool fullduplex[SNDRV_CARDS]; // = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable86 module_param_array(fullduplex, bool, NULL, 0444);87 MODULE_PARM_DESC(fullduplex, "Support full-duplex mode.");1930 if (fullduplex[dev]) in snd_rme32_probe()
71 the driver supports the KISS (see below) fullduplex command. It then simply
537 has same result as the fullduplex mode 1. This parameter
116 tristate "BAYCOM ser12 fullduplex driver for AX.25"
729 static void bcm_enet_set_duplex(struct bcm_enet_priv *priv, int fullduplex) in bcm_enet_set_duplex() argument734 if (fullduplex) in bcm_enet_set_duplex()