Lines 1284-1290
Link Here
|
1284 |
ixgbe_start_hw(hw); |
1284 |
ixgbe_start_hw(hw); |
1285 |
|
1285 |
|
1286 |
/* Set up VLAN support and filter */ |
1286 |
/* Set up VLAN support and filter */ |
1287 |
ixgbe_setup_vlan_hw_support(adapter); |
1287 |
if (ifp->if_capenable & IFCAP_VLAN_HWTAGGING) |
|
|
1288 |
ixgbe_setup_vlan_hw_support(adapter); |
1288 |
|
1289 |
|
1289 |
/* Setup DMA Coalescing */ |
1290 |
/* Setup DMA Coalescing */ |
1290 |
ixgbe_config_dmac(adapter); |
1291 |
ixgbe_config_dmac(adapter); |