tx_packet_desc   1048 drivers/net/ethernet/atheros/atlx/atl1.c 		sizeof(struct tx_packet_desc) * tpd_ring->count
tx_packet_desc   1068 drivers/net/ethernet/atheros/atlx/atl1.c 	tpd_ring->size = sizeof(struct tx_packet_desc) * tpd_ring->count;
tx_packet_desc   2101 drivers/net/ethernet/atheros/atlx/atl1.c 		    struct tx_packet_desc *ptpd)
tx_packet_desc   2161 drivers/net/ethernet/atheros/atlx/atl1.c 	struct tx_packet_desc *ptpd)
tx_packet_desc   2186 drivers/net/ethernet/atheros/atlx/atl1.c 	struct tx_packet_desc *ptpd)
tx_packet_desc   2288 drivers/net/ethernet/atheros/atlx/atl1.c        struct tx_packet_desc *ptpd)
tx_packet_desc   2292 drivers/net/ethernet/atheros/atlx/atl1.c 	struct tx_packet_desc *tpd;
tx_packet_desc   2301 drivers/net/ethernet/atheros/atlx/atl1.c 			memcpy(tpd, ptpd, sizeof(struct tx_packet_desc));
tx_packet_desc   2346 drivers/net/ethernet/atheros/atlx/atl1.c 	struct tx_packet_desc *ptpd;
tx_packet_desc   2395 drivers/net/ethernet/atheros/atlx/atl1.c 	memset(ptpd, 0, sizeof(struct tx_packet_desc));
tx_packet_desc    575 drivers/net/ethernet/atheros/atlx/atl1.h #define ATL1_TPD_DESC(R, i)	ATL1_GET_DESC(R, i, struct tx_packet_desc)