Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c3436 uint16_t tx_desc_id) in hns3_parse_tunneling_params() argument
3439 struct hns3_desc *desc = &tx_ring[tx_desc_id]; in hns3_parse_tunneling_params()
3555 uint16_t tx_desc_id) in hns3_txd_enable_checksum() argument
3558 struct hns3_desc *desc = &tx_ring[tx_desc_id]; in hns3_txd_enable_checksum()
3916 hns3_parse_cksum(struct hns3_tx_queue *txq, uint16_t tx_desc_id, in hns3_parse_cksum() argument
3920 struct hns3_desc *desc = &tx_ring[tx_desc_id]; in hns3_parse_cksum()
3925 if (hns3_parse_tunneling_params(txq, m, tx_desc_id)) { in hns3_parse_cksum()
3930 hns3_txd_enable_checksum(txq, m, tx_desc_id); in hns3_parse_cksum()