Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datl1.h548 struct tx_packet_desc { struct
588 #define ATL1_TPD_DESC(R, i) ATL1_GET_DESC(R, i, struct tx_packet_desc)
Datl1.c1065 sizeof(struct tx_packet_desc) * tpd_ring->count in atl1_setup_ring_resources()
1087 tpd_ring->size = sizeof(struct tx_packet_desc) * tpd_ring->count; in atl1_setup_ring_resources()
2120 struct tx_packet_desc *ptpd) in atl1_tso()
2180 struct tx_packet_desc *ptpd) in atl1_tx_csum()
2205 struct tx_packet_desc *ptpd) in atl1_tx_map()
2308 struct tx_packet_desc *ptpd) in atl1_tx_queue()
2312 struct tx_packet_desc *tpd; in atl1_tx_queue()
2321 memcpy(tpd, ptpd, sizeof(struct tx_packet_desc)); in atl1_tx_queue()
2366 struct tx_packet_desc *ptpd; in atl1_xmit_frame()
2415 memset(ptpd, 0, sizeof(struct tx_packet_desc)); in atl1_xmit_frame()