Searched refs:mc_filter_type (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dvf.c102 /* also set up the mc_filter_type which is piggy backed
112 hw->mac.mc_filter_type = msgbuf[IXGBE_VF_MC_TYPE_WORD];
179 * to mc_filter_type.
185 switch (hw->mac.mc_filter_type) {
198 default: /* Invalid mc_filter_type */
H A Dvf.h86 s32 mc_filter_type; member in struct:ixgbe_mac_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl2.h413 u32 mc_filter_type; member in struct:atl2_hw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_common.c1309 IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL, hw->mac.mc_filter_type);
1430 * to mc_filter_type.
1436 switch (hw->mac.mc_filter_type) {
1449 default: /* Invalid mc_filter_type */
1531 IXGBE_MCSTCTRL_MFE | hw->mac.mc_filter_type);
1556 hw->mac.mc_filter_type);
1579 IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL, hw->mac.mc_filter_type);
H A Dixgbe_sriov.c260 msgbuf[3] = hw->mac.mc_filter_type;
H A Dixgbe_ethtool.c1638 reg_data |= adapter->hw.mac.mc_filter_type;
H A Dixgbe_type.h2497 s32 mc_filter_type; member in struct:ixgbe_mac_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_hw.h352 u32 mc_filter_type; member in struct:e1000_mac_info
H A De1000_mac.c327 * For a mc_filter_type of 0, bit_shift is the number of left-shifts
335 * is determined by the mc_filter_type setting.
337 * The bit_shift for a mc_filter_type of 0 represents the number of
349 * values resulting from each mc_filter_type...
359 switch (hw->mac.mc_filter_type) {
H A Digb_main.c2764 (hw->mac.mc_filter_type << E1000_RCTL_MO_SHIFT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgb/
H A Dixgb_hw.h675 u32 mc_filter_type; /* Multicast filter hash type */ member in struct:ixgb_hw
H A Dixgb_hw.c502 * determined by the mc_filter_type setting.
504 switch (hw->mc_filter_type) {
525 /* Invalid mc_filter_type, what should we do? */
H A Dixgb_main.c806 (adapter->hw.mc_filter_type << IXGB_RCTL_MO_SHIFT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dhw.h824 u32 mc_filter_type; member in struct:e1000_mac_info
H A Dlib.c295 * For a mc_filter_type of 0, bit_shift is the number of left-shifts
303 * is determined by the mc_filter_type setting.
305 * The bit_shift for a mc_filter_type of 0 represents the number of
317 * values resulting from each mc_filter_type...
327 switch (hw->mac.mc_filter_type) {
H A Dethtool.c1217 (adapter->hw.mac.mc_filter_type << E1000_RCTL_MO_SHIFT);
H A Dnetdev.c2700 (adapter->hw.mac.mc_filter_type << E1000_RCTL_MO_SHIFT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_ethtool.c1117 (hw->mc_filter_type << E1000_RCTL_MO_SHIFT);
H A De1000_hw.h1331 u32 mc_filter_type; member in struct:e1000_hw
H A De1000_hw.c4152 * determined by the mc_filter_type setting.
4154 switch (hw->mc_filter_type) {
H A De1000_main.c1694 (hw->mc_filter_type << E1000_RCTL_MO_SHIFT);

Completed in 243 milliseconds