Searched refs:hw_features (Results 1 – 2 of 2) sorted by relevance
1439 if (lif->hw_features & IONIC_ETH_HW_RX_HASH) in ionic_lif_set_features()1441 if (lif->hw_features & IONIC_ETH_HW_TX_SG) in ionic_lif_set_features()1443 if (lif->hw_features & IONIC_ETH_HW_RX_SG) in ionic_lif_set_features()1445 if (lif->hw_features & IONIC_ETH_HW_TX_CSUM) in ionic_lif_set_features()1447 if (lif->hw_features & IONIC_ETH_HW_RX_CSUM) in ionic_lif_set_features()1449 if (lif->hw_features & IONIC_ETH_HW_TSO) in ionic_lif_set_features()1451 if (lif->hw_features & IONIC_ETH_HW_TSO_IPV6) in ionic_lif_set_features()1453 if (lif->hw_features & IONIC_ETH_HW_TSO_ECN) in ionic_lif_set_features()1455 if (lif->hw_features & IONIC_ETH_HW_TSO_GRE) in ionic_lif_set_features()1459 if (lif->hw_features & IONIC_ETH_HW_TSO_IPXIP4) in ionic_lif_set_features()[all …]
140 uint32_t hw_features; member