tpd_size          686 drivers/net/ethernet/qualcomm/emac/emac-mac.c 	tx_q->tpd.size = tx_q->tpd.count * (adpt->tpd_size * 4);
tpd_size          765 drivers/net/ethernet/qualcomm/emac/emac-mac.c 	ring_header->size = num_tx_descs * (adpt->tpd_size * 4) +
tpd_size         1031 drivers/net/ethernet/qualcomm/emac/emac-mac.c 	hw_tpd = EMAC_TPD(tx_q, adpt->tpd_size, tx_q->tpd.produce_idx);
tpd_size         1047 drivers/net/ethernet/qualcomm/emac/emac-mac.c 		EMAC_TPD(tx_q, adpt->tpd_size, tx_q->tpd.last_produce_idx);
tpd_size          412 drivers/net/ethernet/qualcomm/emac/emac.c 	adpt->tpd_size = EMAC_TPD_SIZE;
tpd_size          347 drivers/net/ethernet/qualcomm/emac/emac.h 	unsigned int			tpd_size; /* in quad words */