Home
last modified time | relevance | path

Searched refs:CMD_ACT_MAC_MULTICAST_ENABLE (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/marvell/libertas/
Dmain.c375 CMD_ACT_MAC_MULTICAST_ENABLE); in lbs_update_mcast()
381 CMD_ACT_MAC_MULTICAST_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()
Dhost.h138 #define CMD_ACT_MAC_MULTICAST_ENABLE 0x0020 macro
/drivers/net/wireless/marvell/libertas_tf/
Dmain.c396 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()
402 priv->mac_control &= ~(CMD_ACT_MAC_MULTICAST_ENABLE | in lbtf_op_configure_filter()
Dlibertas_tf.h52 #define CMD_ACT_MAC_MULTICAST_ENABLE 0x0020 macro