Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/renesas/
H A Drtsn.c118 if (free_txed_only && (desc->die_dt & DT_MASK) != DT_FEMPTY) in rtsn_tx_free()
177 if ((desc->die_dt & DT_MASK) == DT_FEMPTY) in rtsn_rx()
242 desc->die_dt = DT_FEMPTY | D_DIE; in rtsn_rx()
419 rx_desc->die_dt = DT_FEMPTY | D_DIE; in rtsn_chain_format()
H A Drswitch_main.c267 if ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_is_queue_rxed()
421 desc->desc.die_dt = DT_FEMPTY | DIE; in rswitch_gwca_queue_format()
489 desc->desc.die_dt = DT_FEMPTY | DIE; in rswitch_gwca_queue_ext_ts_fill()
842 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) { in rswitch_rx()
900 while ((desc->desc.die_dt & DT_MASK) == DT_FEMPTY) { in rswitch_tx_free()
H A Drtsn.h405 DT_FEMPTY = 0x40, enumerator