Home
last modified time | relevance | path

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

/drivers/net/ethernet/renesas/
A Drtsn.c122 if (free_txed_only && (desc->die_dt & DT_MASK) != DT_FEMPTY) in rtsn_tx_free()
182 if ((desc->die_dt & DT_MASK) == DT_FEMPTY) in rtsn_rx()
247 desc->die_dt = DT_FEMPTY | D_DIE; in rtsn_rx()
424 rx_desc->die_dt = DT_FEMPTY | D_DIE; in rtsn_chain_format()
A Drswitch.c242 if ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_is_queue_rxed()
396 desc->desc.die_dt = DT_FEMPTY | DIE; in rswitch_gwca_queue_format()
464 desc->desc.die_dt = DT_FEMPTY | DIE; in rswitch_gwca_queue_ext_ts_fill()
817 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) { in rswitch_rx()
875 while ((desc->desc.die_dt & DT_MASK) == DT_FEMPTY) { in rswitch_tx_free()
A Drtsn.h405 DT_FEMPTY = 0x40, enumerator
A Dravb.h904 DT_FEMPTY = 0xc0, enumerator
A Dravb_main.c211 txed = desc->die_dt == DT_FEMPTY; in ravb_tx_free()
348 rx_desc->die_dt = DT_FEMPTY; in ravb_rx_ring_refill()
820 if (rx_packets == budget || desc->die_dt == DT_FEMPTY) in ravb_rx_gbeth()
967 if (rx_packets == budget || desc->die_dt == DT_FEMPTY) in ravb_rx_rcar()
A Drswitch.h859 DT_FEMPTY = 0x40, enumerator

Completed in 33 milliseconds