[go: nahoru, domu]

Searched refs:mac_control (Results 1 - 15 of 15) sorted by relevance

/drivers/net/ethernet/ti/
H A Dcpsw.h38 u32 mac_control; /* Mac control register */ member in struct:cpsw_platform_data
H A Ddavinci_emac.c167 /* EMAC mac_control register */
644 u32 mac_control; local
649 mac_control = emac_read(EMAC_MACCONTROL);
650 cur_duplex = (mac_control & EMAC_MACCONTROL_FULLDUPLEXEN) ?
661 mac_control |= (EMAC_MACCONTROL_FULLDUPLEXEN);
663 mac_control &= ~(EMAC_MACCONTROL_FULLDUPLEXEN);
667 mac_control = emac_read(EMAC_MACCONTROL);
668 mac_control |= (EMAC_DM646X_MACCONTORL_GIG |
672 mac_control &= ~(EMAC_DM646X_MACCONTORL_GIGFORCE |
676 mac_control |
1292 u32 val, mbp_enable, mac_control; local
1725 u32 mac_control; local
[all...]
H A Dcpsw.c308 u32 mac_control; member in struct:cpsw_sliver_regs
361 u32 mac_control; member in struct:cpsw_slave
840 u32 mac_control = 0; local
849 mac_control = priv->data.mac_control;
856 mac_control |= BIT(7); /* GIGABITEN */
858 mac_control |= BIT(0); /* FULLDUPLEXEN */
862 mac_control |= BIT(15);
864 mac_control |= BIT(18); /* In Band mode */
867 mac_control |
[all...]
/drivers/net/ethernet/neterion/
H A Ds2io.c512 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_STOP;
520 sp->mac_control.fifos[fifo_no].queue_state =
532 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_START;
543 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_START;
583 struct mac_info *mac_control = &nic->mac_control; local
620 struct fifo_info *fifo = &mac_control->fifos[i];
635 struct fifo_info *fifo = &mac_control->fifos[i];
664 mac_control->zerodma_virt_addr = tmp_v;
692 struct fifo_info *fifo = &mac_control
886 struct mac_info *mac_control; local
1206 struct mac_info *mac_control = &nic->mac_control; local
2218 struct mac_info *mac_control = &nic->mac_control; local
2372 struct mac_info *mac_control = &nic->mac_control; local
2673 struct mac_info *mac_control = &sp->mac_control; local
2728 struct mac_info *mac_control = &sp->mac_control; local
2805 struct mac_info *mac_control = &nic->mac_control; local
2846 struct mac_info *mac_control = &nic->mac_control; local
4028 struct mac_info *mac_control = &sp->mac_control; local
4718 struct mac_info *mac_control; local
4845 struct mac_info *mac_control = &sp->mac_control; local
6918 struct mac_info *mac_control = &sp->mac_control; local
7147 struct mac_info *mac_control; local
7713 struct mac_info *mac_control; local
[all...]
H A Ds2io.h864 struct mac_info mac_control; member in struct:s2io_nic
/drivers/net/wireless/libertas_tf/
H A Dmain.c318 priv->mac_control = CMD_ACT_MAC_RX_ON | CMD_ACT_MAC_TX_ON;
449 int old_mac_control = priv->mac_control;
462 priv->mac_control |= CMD_ACT_MAC_PROMISCUOUS_ENABLE;
464 priv->mac_control &= ~CMD_ACT_MAC_PROMISCUOUS_ENABLE;
467 priv->mac_control |= CMD_ACT_MAC_ALL_MULTICAST_ENABLE;
468 priv->mac_control &= ~CMD_ACT_MAC_MULTICAST_ENABLE;
470 priv->mac_control |= CMD_ACT_MAC_MULTICAST_ENABLE;
471 priv->mac_control &= ~CMD_ACT_MAC_ALL_MULTICAST_ENABLE;
474 priv->mac_control &= ~(CMD_ACT_MAC_MULTICAST_ENABLE |
483 if (priv->mac_control !
[all...]
H A Dlibertas_tf.h241 u16 mac_control; member in struct:lbtf_private
H A Dcmd.c429 cmd.action = cpu_to_le16(priv->mac_control);
/drivers/net/wireless/libertas/
H A Dmain.c379 int old_mac_control = priv->mac_control;
389 priv->mac_control |= CMD_ACT_MAC_PROMISCUOUS_ENABLE;
390 priv->mac_control &= ~(CMD_ACT_MAC_ALL_MULTICAST_ENABLE |
395 priv->mac_control |= CMD_ACT_MAC_ALL_MULTICAST_ENABLE;
396 priv->mac_control &= ~(CMD_ACT_MAC_PROMISCUOUS_ENABLE |
418 priv->mac_control |= CMD_ACT_MAC_MULTICAST_ENABLE;
420 priv->mac_control &= ~CMD_ACT_MAC_MULTICAST_ENABLE;
422 priv->mac_control &= ~(CMD_ACT_MAC_PROMISCUOUS_ENABLE |
425 if (priv->mac_control != old_mac_control)
878 priv->mac_control
[all...]
H A Ddev.h171 u16 mac_control; member in struct:lbs_private
H A Dcmd.c1155 cmd.action = cpu_to_le16(priv->mac_control);
1171 cmd.action = cpu_to_le16(priv->mac_control);
H A Dcfg.c1387 priv->mac_control |= CMD_ACT_MAC_WEP_ENABLE;
1404 priv->mac_control &= ~CMD_ACT_MAC_WEP_ENABLE;
/drivers/net/wireless/ath/carl9170/
H A Dwlan.h287 __le16 mac_control; member in struct:_ar9170_tx_hwdesc
H A Dtx.c422 if (super->f.mac_control & cpu_to_le16(AR9170_TX_MAC_IMM_BA)) {
907 * taken from mac_control. For all fallback rate, the firmware
908 * updates the mac_control flags from the rate info field.
932 txc->f.mac_control |= mac_tmp;
1066 txc->f.mac_control = mac_tmp;
1084 super->f.mac_control |= cpu_to_le16(AR9170_TX_MAC_IMM_BA);
H A Ddebug.c297 le16_to_cpu(txc->f.mac_control), le32_to_cpu(txc->f.phy_control),

Completed in 241 milliseconds