Searched refs:fullduplex (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/natsemi/
H A Dns83820.c604 int speed, fullduplex, newlinkstate; local
618 if ( (fullduplex = (tanlpar & TANAR_FULL_DUP) &&
661 fullduplex = (cfg & CFG_DUPSTS);
663 if (fullduplex) {
697 fullduplex ? "full" : "half");
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
[all...]
/linux-master/sound/pci/
H A Drme32.c46 * In the fullduplex mode (given by the module parameter), the hardware buffer
78 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.");
1108 /* ack and pointer callbacks for fullduplex mode */
1212 /* for fullduplex mode */
1873 if (fullduplex[dev])
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c749 static void bcm_enet_set_duplex(struct bcm_enet_priv *priv, int fullduplex) argument
754 if (fullduplex)

Completed in 170 milliseconds