tx_packet_desc
sizeof(struct tx_packet_desc) * tpd_ring->count
tpd_ring->size = sizeof(struct tx_packet_desc) * tpd_ring->count;
struct tx_packet_desc *ptpd)
struct tx_packet_desc *ptpd)
struct tx_packet_desc *ptpd)
struct tx_packet_desc *ptpd)
struct tx_packet_desc *tpd;
memcpy(tpd, ptpd, sizeof(struct tx_packet_desc));
struct tx_packet_desc *ptpd;
memset(ptpd, 0, sizeof(struct tx_packet_desc));
#define ATL1_TPD_DESC(R, i) ATL1_GET_DESC(R, i, struct tx_packet_desc)