| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.h | 69 DEV_RX_OFFLOAD_KEEP_CRC | \
|
| H A D | igc_txrx.c | 1132 rxq->crc_len = (offloads & DEV_RX_OFFLOAD_KEEP_CRC) ? in igc_rx_init() 1263 if (offloads & DEV_RX_OFFLOAD_KEEP_CRC) in igc_rx_init()
|
| /f-stack/dpdk/drivers/net/enetc/ |
| H A D | enetc_ethdev.c | 213 DEV_RX_OFFLOAD_KEEP_CRC | in enetc_dev_infos_get() 465 rx_ring->crc_len = (uint8_t)((rx_offloads & DEV_RX_OFFLOAD_KEEP_CRC) ? in enetc_rx_queue_setup() 726 if (rx_offloads & DEV_RX_OFFLOAD_KEEP_CRC) { in enetc_dev_configure()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_rxq.c | 686 DEV_RX_OFFLOAD_KEEP_CRC | in mlx4_get_rx_queue_offloads() 788 if (offloads & DEV_RX_OFFLOAD_KEEP_CRC) { in mlx4_rx_queue_setup()
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | em_rxtx.c | 1375 DEV_RX_OFFLOAD_KEEP_CRC | in em_get_rx_port_offloads_capa() 1471 if (dev->data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC) in eth_em_rx_queue_setup() 1809 if (dev->data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC) in eth_em_rx_init() 1891 if (dev->data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC) in eth_em_rx_init()
|
| H A D | igb_rxtx.c | 1644 DEV_RX_OFFLOAD_KEEP_CRC | in igb_get_rx_port_offloads_capa() 1732 if (dev->data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC) in eth_igb_rx_queue_setup() 2387 if (dev->data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC) in eth_igb_rx_init() 2519 if (dev->data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC) { in eth_igb_rx_init()
|
| H A D | igb_ethdev.c | 3250 if (conf->rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC) { in igbvf_dev_configure() 3252 conf->rxmode.offloads &= ~DEV_RX_OFFLOAD_KEEP_CRC; in igbvf_dev_configure() 3255 if (!(conf->rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC)) { in igbvf_dev_configure() 3257 conf->rxmode.offloads |= DEV_RX_OFFLOAD_KEEP_CRC; in igbvf_dev_configure()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_rxq.c | 360 if (rx_offloads & DEV_RX_OFFLOAD_KEEP_CRC) in bnxt_rx_queue_setup_op()
|
| H A D | bnxt.h | 587 DEV_RX_OFFLOAD_KEEP_CRC | \
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 1906 DEV_RX_OFFLOAD_KEEP_CRC | in txgbe_get_rx_port_offloads() 2513 if (dev->data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC) in txgbe_dev_rx_queue_setup() 3977 if ((rx_conf->offloads & DEV_RX_OFFLOAD_KEEP_CRC) && in txgbe_set_rsc() 4165 if (rx_conf->offloads & DEV_RX_OFFLOAD_KEEP_CRC) in txgbe_dev_rx_init() 4208 if (rx_conf->offloads & DEV_RX_OFFLOAD_KEEP_CRC) in txgbe_dev_rx_init() 4273 if (rx_conf->offloads & DEV_RX_OFFLOAD_KEEP_CRC) in txgbe_dev_rx_init()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ipsec.c | 640 if (rx_offloads & DEV_RX_OFFLOAD_KEEP_CRC) { in ixgbe_crypto_enable_ipsec()
|
| H A D | ixgbe_rxtx.c | 2983 DEV_RX_OFFLOAD_KEEP_CRC | in ixgbe_get_rx_port_offloads() 3071 if (dev->data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC) in ixgbe_dev_rx_queue_setup() 4885 if ((rx_conf->offloads & DEV_RX_OFFLOAD_KEEP_CRC) && in ixgbe_set_rsc() 5034 if (rx_conf->offloads & DEV_RX_OFFLOAD_KEEP_CRC) in ixgbe_dev_rx_init() 5080 if (rx_conf->offloads & DEV_RX_OFFLOAD_KEEP_CRC) in ixgbe_dev_rx_init() 5152 if (rx_conf->offloads & DEV_RX_OFFLOAD_KEEP_CRC) in ixgbe_dev_rx_init()
|
| H A D | ixgbe_ethdev.c | 5258 if (conf->rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC) { in ixgbevf_dev_configure() 5260 conf->rxmode.offloads &= ~DEV_RX_OFFLOAD_KEEP_CRC; in ixgbevf_dev_configure() 5263 if (!(conf->rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC)) { in ixgbevf_dev_configure() 5265 conf->rxmode.offloads |= DEV_RX_OFFLOAD_KEEP_CRC; in ixgbevf_dev_configure()
|
| /f-stack/dpdk/drivers/net/axgbe/ |
| H A D | axgbe_rxtx.c | 78 if (dev->data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC) in axgbe_dev_rx_queue_setup()
|
| H A D | axgbe_ethdev.c | 1171 DEV_RX_OFFLOAD_KEEP_CRC; in axgbe_dev_info_get()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxq.c | 411 offloads |= DEV_RX_OFFLOAD_KEEP_CRC; in mlx5_get_rx_queue_offloads() 1643 if (offloads & DEV_RX_OFFLOAD_KEEP_CRC) { in mlx5_rxq_new()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | parameters.c | 1033 rx_offloads |= DEV_RX_OFFLOAD_KEEP_CRC; in launch_args_parse()
|
| H A D | config.c | 1078 if (dev_info.rx_offload_capa & DEV_RX_OFFLOAD_KEEP_CRC) { in port_offload_cap_display() 1081 DEV_RX_OFFLOAD_KEEP_CRC) in port_offload_cap_display()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | features.rst | 483 * **[uses] rte_eth_rxconf,rte_eth_rxmode**: ``offloads:DEV_RX_OFFLOAD_KEEP_CRC``.
|
| H A D | bnxt.rst | 875 DEV_RX_OFFLOAD_KEEP_CRC
|
| /f-stack/dpdk/drivers/net/atlantic/ |
| H A D | atl_rxtx.c | 151 if (dev->data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC) in atl_rx_queue_setup()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev.h | 1355 #define DEV_RX_OFFLOAD_KEEP_CRC 0x00010000 macro
|
| /f-stack/lib/ |
| H A D | ff_dpdk_if.c | 661 port_conf.rxmode.offloads &= ~DEV_RX_OFFLOAD_KEEP_CRC; in init_port_start()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_18_11.rst | 426 To request keeping CRC, application should set ``DEV_RX_OFFLOAD_KEEP_CRC``
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_ethdev.c | 2515 DEV_RX_OFFLOAD_KEEP_CRC | in hns3_dev_infos_get() 4400 if (hw->data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_KEEP_CRC) in hns3_cfg_mac_mode()
|