Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dmain.c262 priv->mac_control = CMD_ACT_MAC_RX_ON | CMD_ACT_MAC_TX_ON; in lbtf_op_start()
380 int old_mac_control = priv->mac_control; in lbtf_op_configure_filter()
392 priv->mac_control &= ~CMD_ACT_MAC_PROMISCUOUS_ENABLE; in lbtf_op_configure_filter()
395 priv->mac_control |= CMD_ACT_MAC_ALL_MULTICAST_ENABLE; in lbtf_op_configure_filter()
396 priv->mac_control &= ~CMD_ACT_MAC_MULTICAST_ENABLE; in lbtf_op_configure_filter()
398 priv->mac_control |= CMD_ACT_MAC_MULTICAST_ENABLE; in lbtf_op_configure_filter()
399 priv->mac_control &= ~CMD_ACT_MAC_ALL_MULTICAST_ENABLE; in lbtf_op_configure_filter()
402 priv->mac_control &= ~(CMD_ACT_MAC_MULTICAST_ENABLE | in lbtf_op_configure_filter()
411 if (priv->mac_control != old_mac_control) in lbtf_op_configure_filter()
H A Dlibertas_tf.h241 u16 mac_control; member
H A Dcmd.c425 cmd.action = cpu_to_le16(priv->mac_control); in lbtf_set_mac_control()
/linux/drivers/net/wireless/marvell/libertas/
H A Dmain.c365 int old_mac_control = priv->mac_control; in lbs_update_mcast()
373 priv->mac_control |= CMD_ACT_MAC_PROMISCUOUS_ENABLE; in lbs_update_mcast()
374 priv->mac_control &= ~(CMD_ACT_MAC_ALL_MULTICAST_ENABLE | in lbs_update_mcast()
379 priv->mac_control |= CMD_ACT_MAC_ALL_MULTICAST_ENABLE; in lbs_update_mcast()
380 priv->mac_control &= ~(CMD_ACT_MAC_PROMISCUOUS_ENABLE | in lbs_update_mcast()
402 priv->mac_control |= CMD_ACT_MAC_MULTICAST_ENABLE; in lbs_update_mcast()
404 priv->mac_control &= ~CMD_ACT_MAC_MULTICAST_ENABLE; in lbs_update_mcast()
406 priv->mac_control &= ~(CMD_ACT_MAC_PROMISCUOUS_ENABLE | in lbs_update_mcast()
409 if (priv->mac_control != old_mac_control) in lbs_update_mcast()
833 priv->mac_control = CMD_ACT_MAC_RX_ON | CMD_ACT_MAC_TX_ON; in lbs_init_adapter()
H A Ddev.h172 u16 mac_control; member
H A Dcmd.c1086 cmd.action = cpu_to_le16(priv->mac_control); in lbs_set_mac_control()
1098 cmd.action = cpu_to_le16(priv->mac_control); in lbs_set_mac_control_sync()
/linux/Documentation/devicetree/bindings/net/
H A Dcpsw.txt17 - mac_control : Specifies Default MAC control register content
80 mac_control = <0x20>;
111 mac_control = <0x20>;
/linux/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c278 u32 mac_control; member
439 u32 mac_control; member
622 u32 mac_control; member
635 u16 mac_control; member
699 u32 mac_control; member
2074 u32 mac_control = 0; in netcp_ethss_link_state_action() local
2077 mac_control = slave->mac_control; in netcp_ethss_link_state_action()
2079 mac_control |= MACSL_GIG_MODE; in netcp_ethss_link_state_action()
2080 mac_control &= ~MACSL_XGIG_MODE; in netcp_ethss_link_state_action()
2082 mac_control |= MACSL_XGIG_MODE; in netcp_ethss_link_state_action()
[all …]
H A Dam65-cpsw-nuss.c2184 u32 mac_control; in am65_cpsw_nuss_mac_link_down() local
2197 mac_control = CPSW_SL_CTL_GMII_EN | CPSW_SL_CTL_GIG | CPSW_SL_CTL_IFCTL_A | in am65_cpsw_nuss_mac_link_down()
2201 mac_control |= CPSW_SL_CTL_EXT_EN; in am65_cpsw_nuss_mac_link_down()
2203 cpsw_sl_ctl_clr(port->slave.mac_sl, mac_control); in am65_cpsw_nuss_mac_link_down()
2217 u32 mac_control = CPSW_SL_CTL_GMII_EN; in am65_cpsw_nuss_mac_link_up() local
2224 mac_control |= CPSW_SL_CTL_GIG; in am65_cpsw_nuss_mac_link_up()
2228 mac_control |= CPSW_SL_CTL_EXT_EN; in am65_cpsw_nuss_mac_link_up()
2230 mac_control |= CPSW_SL_CTL_IFCTL_A; in am65_cpsw_nuss_mac_link_up()
2232 mac_control |= CPSW_SL_CTL_FULLDUPLEX; in am65_cpsw_nuss_mac_link_up()
2236 mac_control |= CPSW_SL_CTL_TX_FLOW_EN; in am65_cpsw_nuss_mac_link_up()
[all …]
/linux/drivers/net/wireless/ath/carl9170/
H A Dwlan.h287 __le16 mac_control; member
H A Dtx.c423 if (super->f.mac_control & cpu_to_le16(AR9170_TX_MAC_IMM_BA)) { in carl9170_tx_status_process_ampdu()
937 txc->f.mac_control |= mac_tmp; in carl9170_tx_apply_rateset()
1072 txc->f.mac_control = mac_tmp; in carl9170_tx_prepare()
1090 super->f.mac_control |= cpu_to_le16(AR9170_TX_MAC_IMM_BA); in carl9170_set_immba()
H A Ddebug.c291 le16_to_cpu(txc->f.mac_control), le32_to_cpu(txc->f.phy_control), in carl9170_debugfs_format_frame()
/linux/drivers/net/ethernet/neterion/
H A Ds2io.h865 struct mac_info mac_control; member
/linux/arch/arm/boot/dts/ti/omap/
H A Ddm814x.dtsi706 mac_control = <0x20>;
H A Dam33xx-l4.dtsi727 mac_control = <0x20>;