Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qualcomm/emac/
Demac-mac.c1048 u32 tmp_tpd; in emac_tx_tpd_mark_last() local
1050 tmp_tpd = *(hw_tpd + 1); in emac_tx_tpd_mark_last()
1051 tmp_tpd |= EMAC_TPD_LAST_FRAGMENT; in emac_tx_tpd_mark_last()
1052 *(hw_tpd + 1) = tmp_tpd; in emac_tx_tpd_mark_last()