Home
last modified time | relevance | path

Searched refs:hw_fcs_strip (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4.h172 uint32_t hw_fcs_strip:1; /**< FCS stripping toggling is supported. */ member
H A Dmlx4.c985 priv->hw_fcs_strip = !!(device_attr_ex.raw_packet_caps & in mlx4_pci_probe()
988 priv->hw_fcs_strip ? "" : "not "); in mlx4_pci_probe()
H A Dmlx4_rxq.c789 if (priv->hw_fcs_strip) { in mlx4_rx_queue_setup()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1088 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()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxq.c410 if (config->hw_fcs_strip) in mlx5_get_rx_queue_offloads()
1644 if (config->hw_fcs_strip) { in mlx5_rxq_new()
H A Dmlx5.h202 unsigned int hw_fcs_strip:1; /* FCS stripping is supported. */ member