Searched refs:hw_tpd (Results 1 – 1 of 1) sorted by relevance
1028 u32 *hw_tpd; in emac_tx_tpd_create() local1031 hw_tpd = EMAC_TPD(tx_q, adpt->tpd_size, tx_q->tpd.produce_idx); in emac_tx_tpd_create()1036 *(hw_tpd++) = tpd->word[0]; in emac_tx_tpd_create()1037 *(hw_tpd++) = tpd->word[1]; in emac_tx_tpd_create()1038 *(hw_tpd++) = tpd->word[2]; in emac_tx_tpd_create()1039 *hw_tpd = tpd->word[3]; in emac_tx_tpd_create()1046 u32 *hw_tpd = in emac_tx_tpd_mark_last() local1050 tmp_tpd = *(hw_tpd + 1); in emac_tx_tpd_mark_last()1052 *(hw_tpd + 1) = tmp_tpd; in emac_tx_tpd_mark_last()