Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h464 uint16_t tso_mode:1; member
H A Dhns3_ethdev.h572 uint8_t tso_mode; member
H A Dhns3_ethdev_dump.c217 hw->tso_mode, hw->max_non_tso_bd_num, in get_device_basic_info()
H A Dhns3_ethdev_vf.c821 hw->tso_mode = HNS3_TSO_SW_CAL_PSEUDO_H_CSUM; in hns3vf_get_capability()
839 hw->tso_mode = HNS3_TSO_HW_CAL_PSEUDO_H_CSUM; in hns3vf_get_capability()
H A Dhns3_rxtx.c3056 txq->tso_mode = hw->tso_mode; in hns3_tx_queue_setup()
3873 if (tx_queue->tso_mode != HNS3_TSO_SW_CAL_PSEUDO_H_CSUM) { in hns3_prep_pkt_proc()
H A Dhns3_ethdev.c2742 hw->tso_mode = HNS3_TSO_SW_CAL_PSEUDO_H_CSUM; in hns3_get_capability()
2763 hw->tso_mode = HNS3_TSO_HW_CAL_PSEUDO_H_CSUM; in hns3_get_capability()