Home
last modified time | relevance | path

Searched refs:MAC_CTRL_MC_ALL_EN (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/net/atlx/
Datlx.c139 rctl |= MAC_CTRL_MC_ALL_EN; in atlx_set_multi()
142 rctl &= ~(MAC_CTRL_PROMIS_EN | MAC_CTRL_MC_ALL_EN); in atlx_set_multi()
Datlx.h221 #define MAC_CTRL_MC_ALL_EN 0x2000000 macro
Datl2.c149 rctl |= MAC_CTRL_MC_ALL_EN; in atl2_set_multi()
152 rctl &= ~(MAC_CTRL_PROMIS_EN | MAC_CTRL_MC_ALL_EN); in atl2_set_multi()
1157 value |= MAC_CTRL_MC_ALL_EN; in atl2_setup_mac_ctrl()
Datl1.c1298 value |= MAC_CTRL_MC_ALL_EN; in atl1_setup_mac_ctrl()
/linux-2.6.39/drivers/net/atl1e/
Datl1e_hw.h302 #define MAC_CTRL_MC_ALL_EN 0x2000000 /* 1: upload all multicast frame without error to… macro
Datl1e_main.c297 mac_ctrl_data |= MAC_CTRL_MC_ALL_EN; in atl1e_set_multi()
300 mac_ctrl_data &= ~(MAC_CTRL_PROMIS_EN | MAC_CTRL_MC_ALL_EN); in atl1e_set_multi()
1052 value |= MAC_CTRL_MC_ALL_EN; in atl1e_setup_mac_ctrl()
/linux-2.6.39/drivers/net/atl1c/
Datl1c_hw.h340 #define MAC_CTRL_MC_ALL_EN 0x2000000 macro
Datl1c_main.c395 mac_ctrl_data |= MAC_CTRL_MC_ALL_EN; in atl1c_set_multi()
398 mac_ctrl_data &= ~(MAC_CTRL_PROMIS_EN | MAC_CTRL_MC_ALL_EN); in atl1c_set_multi()
1442 mac_ctrl_data |= MAC_CTRL_MC_ALL_EN; in atl1c_setup_mac_ctrl()