Searched refs:dev_capability (Results 1 – 3 of 3) sorted by relevance
1815 !(lio->dev_capability & NETIF_F_RXCSUM)) in liquidio_fix_features()1819 !(lio->dev_capability & NETIF_F_HW_CSUM)) in liquidio_fix_features()1822 if ((request & NETIF_F_TSO) && !(lio->dev_capability & NETIF_F_TSO)) in liquidio_fix_features()1828 if ((request & NETIF_F_LRO) && !(lio->dev_capability & NETIF_F_LRO)) in liquidio_fix_features()1833 (lio->dev_capability & NETIF_F_LRO)) in liquidio_fix_features()1855 (lio->dev_capability & NETIF_F_LRO)) in liquidio_set_features()2085 lio->dev_capability = NETIF_F_HIGHDMA in setup_nic_devices()2108 netdev->vlan_features = lio->dev_capability; in setup_nic_devices()2110 lio->dev_capability |= NETIF_F_HW_VLAN_CTAG_FILTER | in setup_nic_devices()2114 netdev->features = (lio->dev_capability & ~NETIF_F_LRO); in setup_nic_devices()[all …]
2727 !(lio->dev_capability & NETIF_F_RXCSUM)) in liquidio_fix_features()2731 !(lio->dev_capability & NETIF_F_HW_CSUM)) in liquidio_fix_features()2745 (lio->dev_capability & NETIF_F_LRO)) in liquidio_fix_features()2766 (lio->dev_capability & NETIF_F_LRO) && in liquidio_set_features()2771 (lio->dev_capability & NETIF_F_LRO) && in liquidio_set_features()2797 (lio->dev_capability & NETIF_F_HW_VLAN_CTAG_FILTER) && in liquidio_set_features()3562 lio->dev_capability = NETIF_F_HIGHDMA in setup_nic_devices()3588 lio->dev_capability |= NETIF_F_GSO_UDP_TUNNEL; in setup_nic_devices()3590 netdev->vlan_features = lio->dev_capability; in setup_nic_devices()3592 lio->dev_capability |= NETIF_F_HW_VLAN_CTAG_FILTER | in setup_nic_devices()[all …]
150 u64 dev_capability; member
Completed in 17 milliseconds