Searched refs:fullduplex (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 604 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 [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 604 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 [all...] |
/kernel/linux/linux-5.10/sound/pci/ |
H A D | rme32.c | 46 * 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."); 1119 /* ack and pointer callbacks for fullduplex mode */ 1227 /* for fullduplex mode */ 1902 if (fullduplex[dev]) in snd_rme32_probe()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | rme32.c | 46 * 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]) in __snd_rme32_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bcm63xx_enet.c | 728 static void bcm_enet_set_duplex(struct bcm_enet_priv *priv, int fullduplex) in bcm_enet_set_duplex() argument 733 if (fullduplex) in bcm_enet_set_duplex()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bcm63xx_enet.c | 749 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()
|
Completed in 17 milliseconds