Searched refs:hw_fcs_strip (Results 1 – 6 of 6) sorted by relevance
172 uint32_t hw_fcs_strip:1; /**< FCS stripping toggling is supported. */ member
985 priv->hw_fcs_strip = !!(device_attr_ex.raw_packet_caps & in mlx4_pci_probe()988 priv->hw_fcs_strip ? "" : "not "); in mlx4_pci_probe()
789 if (priv->hw_fcs_strip) { in mlx4_rx_queue_setup()
1088 config->hw_fcs_strip = !!(sh->device_attr.raw_packet_caps & in mlx5_dev_spawn()1319 config->hw_fcs_strip = 0; in mlx5_dev_spawn()1321 (config->hw_fcs_strip ? "" : "not ")); in mlx5_dev_spawn()
410 if (config->hw_fcs_strip) in mlx5_get_rx_queue_offloads()1644 if (config->hw_fcs_strip) { in mlx5_rxq_new()
202 unsigned int hw_fcs_strip:1; /* FCS stripping is supported. */ member