Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/atheros/atlx/
H A Datl1.c2099 struct tx_packet_desc *ptpd) in atl1_tso() argument
2133 ptpd->word3 |= 1 << TPD_IP_CSUM_SHIFT; in atl1_tso()
2162 struct tx_packet_desc *ptpd) in atl1_tx_csum() argument
2187 struct tx_packet_desc *ptpd) in atl1_tx_map() argument
2291 struct tx_packet_desc *ptpd) in atl1_tx_queue() argument
2303 if (tpd != ptpd) in atl1_tx_queue()
2349 struct tx_packet_desc *ptpd; in atl1_xmit_frame() local
2395 ptpd = ATL1_TPD_DESC(tpd_ring, in atl1_xmit_frame()
2408 tso = atl1_tso(adapter, skb, ptpd); in atl1_xmit_frame()
2422 atl1_tx_map(adapter, skb, ptpd); in atl1_xmit_frame()
[all …]