| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_rxq.c | 685 uint64_t offloads = DEV_RX_OFFLOAD_SCATTER | in mlx4_get_rx_queue_offloads() local 707 uint64_t offloads = DEV_RX_OFFLOAD_VLAN_FILTER; in mlx4_get_rx_port_offloads() local 755 uint64_t offloads; in mlx4_rx_queue_setup() local
|
| H A D | mlx4_txq.c | 249 uint64_t offloads = DEV_TX_OFFLOAD_MULTI_SEGS; in mlx4_get_tx_port_offloads() local 314 uint64_t offloads; in mlx4_tx_queue_setup() local
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_rxtx.c | 164 uint64_t offloads; in ionic_dev_tx_queue_setup() local 435 uint64_t offloads, bool not_xmit_more) in ionic_tx() 567 uint64_t offloads; in ionic_prep_pkts() local 650 uint64_t offloads; in ionic_dev_rx_queue_setup() local
|
| H A D | ionic_lif.h | 56 uint64_t offloads; member
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_txq.h | 35 uint64_t offloads; member
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | em_rxtx.c | 96 uint64_t offloads; /**< Offloads of DEV_RX_OFFLOAD_* */ member 175 uint64_t offloads; /**< offloads of DEV_TX_OFFLOAD_* */ member 1207 uint64_t offloads; in eth_em_tx_queue_setup() local 1410 uint64_t offloads; in eth_em_rx_queue_setup() local
|
| H A D | igb_rxtx.c | 114 uint64_t offloads; /**< offloads of DEV_RX_OFFLOAD_* */ member 188 uint64_t offloads; /**< offloads of DEV_TX_OFFLOAD_* */ member 1491 uint64_t offloads; in eth_igb_tx_queue_setup() local 1689 uint64_t offloads; in eth_igb_rx_queue_setup() local
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_tx.c | 74 uint64_t offloads) in sfc_tx_qcheck_conf() 128 uint64_t offloads; in sfc_tx_qinit() local
|
| H A D | sfc_tx.h | 102 uint64_t offloads; member
|
| H A D | sfc_dp_tx.h | 51 uint64_t offloads; member
|
| H A D | sfc_rx.c | 932 __rte_unused uint64_t offloads) in sfc_rx_qcheck_conf() 1070 uint64_t offloads; in sfc_rx_qinit() local
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_rxtx.h | 123 uint64_t offloads; /**< Rx offload flags of DEV_RX_OFFLOAD_* */ member 164 uint64_t offloads; /**< Tx offload flags of DEV_RX_OFFLOAD_* */ member
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxq.c | 404 uint64_t offloads = (DEV_RX_OFFLOAD_SCATTER | in mlx5_get_rx_queue_offloads() local 434 uint64_t offloads = DEV_RX_OFFLOAD_VLAN_FILTER; in mlx5_get_rx_port_offloads() local 762 uint64_t offloads = conf->offloads | in mlx5_rx_queue_setup() local 1404 uint64_t offloads = conf->offloads | in mlx5_rxq_new() local
|
| H A D | mlx5_txq.c | 99 uint64_t offloads = (DEV_TX_OFFLOAD_MULTI_SEGS | in mlx5_get_tx_port_offloads() local
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_rxtx.h | 134 uint64_t offloads; /**< Rx offloads with DEV_RX_OFFLOAD_* */ member 227 uint64_t offloads; /**< Tx offload flags of DEV_TX_OFFLOAD_* */ member
|
| /f-stack/dpdk/drivers/net/fm10k/ |
| H A D | fm10k.h | 180 uint64_t offloads; /* offloads of DEV_RX_OFFLOAD_* */ member 212 uint64_t offloads; /* Offloads of DEV_TX_OFFLOAD_* */ member
|
| /f-stack/dpdk/drivers/net/enic/base/ |
| H A D | vnic_wq.h | 52 uint64_t offloads; member
|
| /f-stack/dpdk/drivers/net/ena/ |
| H A D | ena_ethdev.h | 133 uint64_t offloads; member 227 struct ena_offloads offloads; member
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_txrx.c | 129 uint64_t offloads; /**< offloads of DEV_RX_OFFLOAD_* */ member 211 uint64_t offloads; /**< offloads of DEV_TX_OFFLOAD_* */ member 1082 uint64_t offloads = dev->data->dev_conf.rxmode.offloads; in igc_rx_init() local
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev.c | 565 uint64_t offloads; in otx2_nix_rx_queue_setup() local 1239 uint64_t offloads; in otx2_nix_tx_queue_setup() local
|
| H A D | otx2_ethdev.h | 358 uint64_t offloads; member 379 uint64_t offloads; member
|
| /f-stack/dpdk/drivers/net/thunderx/ |
| H A D | nicvf_struct.h | 42 uint64_t offloads; member
|
| H A D | nicvf_ethdev.c | 942 uint64_t offloads; in nicvf_dev_tx_queue_setup() local 1274 uint64_t offloads; in nicvf_dev_rx_queue_setup() local
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.h | 307 uint64_t offloads; /**< Rx offloads with DEV_RX_OFFLOAD_* */ member 385 uint64_t offloads; /* Tx offload flags of DEV_TX_OFFLOAD_* */ member
|
| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 677 show_offloads(uint64_t offloads, in show_offloads()
|