| .. | .. |
|---|
| 1048 | 1048 | * clear the multicast table. Also reset num_rar_entries to 128, |
|---|
| 1049 | 1049 | * since we modify this value when programming the SAN MAC address. |
|---|
| 1050 | 1050 | */ |
|---|
| 1051 | | - hw->mac.num_rar_entries = 128; |
|---|
| 1051 | + hw->mac.num_rar_entries = IXGBE_82599_RAR_ENTRIES; |
|---|
| 1052 | 1052 | hw->mac.ops.init_rx_addrs(hw); |
|---|
| 1053 | 1053 | |
|---|
| 1054 | 1054 | /* Store the permanent SAN mac address */ |
|---|
| .. | .. |
|---|
| 1568 | 1568 | case 0x0000: |
|---|
| 1569 | 1569 | /* mask VLAN ID */ |
|---|
| 1570 | 1570 | fdirm |= IXGBE_FDIRM_VLANID; |
|---|
| 1571 | | - /* fall through */ |
|---|
| 1571 | + fallthrough; |
|---|
| 1572 | 1572 | case 0x0FFF: |
|---|
| 1573 | 1573 | /* mask VLAN priority */ |
|---|
| 1574 | 1574 | fdirm |= IXGBE_FDIRM_VLANP; |
|---|
| .. | .. |
|---|
| 1576 | 1576 | case 0xE000: |
|---|
| 1577 | 1577 | /* mask VLAN ID only */ |
|---|
| 1578 | 1578 | fdirm |= IXGBE_FDIRM_VLANID; |
|---|
| 1579 | | - /* fall through */ |
|---|
| 1579 | + fallthrough; |
|---|
| 1580 | 1580 | case 0xEFFF: |
|---|
| 1581 | 1581 | /* no VLAN fields masked */ |
|---|
| 1582 | 1582 | break; |
|---|
| .. | .. |
|---|
| 1589 | 1589 | case 0x0000: |
|---|
| 1590 | 1590 | /* Mask Flex Bytes */ |
|---|
| 1591 | 1591 | fdirm |= IXGBE_FDIRM_FLEX; |
|---|
| 1592 | | - /* fall through */ |
|---|
| 1592 | + fallthrough; |
|---|
| 1593 | 1593 | case 0xFFFF: |
|---|
| 1594 | 1594 | break; |
|---|
| 1595 | 1595 | default: |
|---|