Lines Matching refs:features
844 if (likely(dev->features & NETIF_F_RXCSUM)) { in mlx4_en_process_rx_cq()
879 (dev->features & NETIF_F_GRO)) { in mlx4_en_process_rx_cq()
893 dev->features)) { in mlx4_en_process_rx_cq()
910 (dev->features & NETIF_F_HW_VLAN_CTAG_RX)) { in mlx4_en_process_rx_cq()
916 (dev->features & NETIF_F_HW_VLAN_STAG_RX)) { in mlx4_en_process_rx_cq()
922 if (dev->features & NETIF_F_RXHASH) in mlx4_en_process_rx_cq()
956 if (check_csum(cqe, skb, skb->data, dev->features)) { in mlx4_en_process_rx_cq()
970 if (dev->features & NETIF_F_RXHASH) in mlx4_en_process_rx_cq()
979 (dev->features & NETIF_F_HW_VLAN_CTAG_RX)) in mlx4_en_process_rx_cq()
983 (dev->features & NETIF_F_HW_VLAN_STAG_RX)) in mlx4_en_process_rx_cq()
1150 if (priv->dev->features & NETIF_F_RXFCS) in mlx4_en_config_rss_qp()