Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/atlx/
Datl1.h544 struct tx_packet_desc { struct
584 #define ATL1_TPD_DESC(R, i) ATL1_GET_DESC(R, i, struct tx_packet_desc)
Datl1.c1068 sizeof(struct tx_packet_desc) * tpd_ring->count in atl1_setup_ring_resources()
1090 tpd_ring->size = sizeof(struct tx_packet_desc) * tpd_ring->count; in atl1_setup_ring_resources()
2077 struct tx_packet_desc *tpd; in atl1_intr_tx()
2112 struct tx_packet_desc *ptpd) in atl1_tso()
2173 struct tx_packet_desc *ptpd) in atl1_tx_csum()
2198 struct tx_packet_desc *ptpd) in atl1_tx_map()
2303 struct tx_packet_desc *ptpd) in atl1_tx_queue()
2307 struct tx_packet_desc *tpd; in atl1_tx_queue()
2316 memcpy(tpd, ptpd, sizeof(struct tx_packet_desc)); in atl1_tx_queue()
2361 struct tx_packet_desc *ptpd; in atl1_xmit_frame()
[all …]