Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/renesas/
Dravb_main.c220 txed = desc->die_dt == DT_FEMPTY; in ravb_tx_free()
362 rx_desc->die_dt = DT_FEMPTY; in ravb_rx_ring_format_gbeth()
392 rx_desc->die_dt = DT_FEMPTY; in ravb_rx_ring_format_rcar()
789 while (desc->die_dt != DT_FEMPTY) { in ravb_rx_gbeth()
887 desc->die_dt = DT_FEMPTY; in ravb_rx_gbeth()
915 while (desc->die_dt != DT_FEMPTY) { in ravb_rx_rcar()
1002 desc->die_dt = DT_FEMPTY; in ravb_rx_rcar()
1306 if (gptp || desc->die_dt != DT_FEMPTY) { in ravb_poll()
Drswitch.c226 if ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_is_queue_rxed()
370 desc->desc.die_dt = DT_FEMPTY | DIE; in rswitch_gwca_queue_format()
435 desc->desc.die_dt = DT_FEMPTY | DIE; in rswitch_gwca_queue_ext_ts_fill()
713 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) { in rswitch_rx()
776 if (free_txed_only && (desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_tx_free()
Dravb.h898 DT_FEMPTY = 0xc0, enumerator
Drswitch.h854 DT_FEMPTY = 0x40, enumerator