Searched refs:dev_capability (Results 1 – 3 of 3) sorted by relevance
1824 !(lio->dev_capability & NETIF_F_RXCSUM)) in liquidio_fix_features()1828 !(lio->dev_capability & NETIF_F_HW_CSUM)) in liquidio_fix_features()1831 if ((request & NETIF_F_TSO) && !(lio->dev_capability & NETIF_F_TSO)) in liquidio_fix_features()1837 if ((request & NETIF_F_LRO) && !(lio->dev_capability & NETIF_F_LRO)) in liquidio_fix_features()1842 (lio->dev_capability & NETIF_F_LRO)) in liquidio_fix_features()1864 (lio->dev_capability & NETIF_F_LRO)) in liquidio_set_features()2094 lio->dev_capability = NETIF_F_HIGHDMA in setup_nic_devices()2117 netdev->vlan_features = lio->dev_capability; in setup_nic_devices()2119 lio->dev_capability |= NETIF_F_HW_VLAN_CTAG_FILTER | in setup_nic_devices()2123 netdev->features = (lio->dev_capability & ~NETIF_F_LRO); in setup_nic_devices()[all …]
2726 !(lio->dev_capability & NETIF_F_RXCSUM)) in liquidio_fix_features()2730 !(lio->dev_capability & NETIF_F_HW_CSUM)) in liquidio_fix_features()2744 (lio->dev_capability & NETIF_F_LRO)) in liquidio_fix_features()2765 (lio->dev_capability & NETIF_F_LRO) && in liquidio_set_features()2770 (lio->dev_capability & NETIF_F_LRO) && in liquidio_set_features()2796 (lio->dev_capability & NETIF_F_HW_VLAN_CTAG_FILTER) && in liquidio_set_features()3561 lio->dev_capability = NETIF_F_HIGHDMA in setup_nic_devices()3587 lio->dev_capability |= NETIF_F_GSO_UDP_TUNNEL; in setup_nic_devices()3589 netdev->vlan_features = lio->dev_capability; in setup_nic_devices()3591 lio->dev_capability |= NETIF_F_HW_VLAN_CTAG_FILTER | in setup_nic_devices()[all …]
150 u64 dev_capability; member
Completed in 24 milliseconds