Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c2983 uint16_t tx_desc_id) in hns3_parse_tunneling_params() argument
2986 struct hns3_desc *desc = &tx_ring[tx_desc_id]; in hns3_parse_tunneling_params()
3095 uint16_t tx_desc_id) in hns3_txd_enable_checksum() argument
3098 struct hns3_desc *desc = &tx_ring[tx_desc_id]; in hns3_txd_enable_checksum()
3343 hns3_parse_cksum(struct hns3_tx_queue *txq, uint16_t tx_desc_id, in hns3_parse_cksum() argument
3347 struct hns3_desc *desc = &tx_ring[tx_desc_id]; in hns3_parse_cksum()
3352 if (hns3_parse_tunneling_params(txq, m, tx_desc_id)) { in hns3_parse_cksum()
3357 hns3_txd_enable_checksum(txq, m, tx_desc_id); in hns3_parse_cksum()