Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/renesas/
Dravb_main.c209 txed = desc->die_dt == DT_FEMPTY; in ravb_tx_free()
231 desc->die_dt = DT_EEMPTY; in ravb_tx_free()
351 rx_desc->die_dt = DT_FEMPTY; in ravb_rx_ring_format_gbeth()
355 rx_desc->die_dt = DT_LINKFIX; /* type */ in ravb_rx_ring_format_gbeth()
381 rx_desc->die_dt = DT_FEMPTY; in ravb_rx_ring_format_rcar()
385 rx_desc->die_dt = DT_LINKFIX; /* type */ in ravb_rx_ring_format_rcar()
411 tx_desc->die_dt = DT_EEMPTY; in ravb_ring_format()
414 tx_desc->die_dt = DT_EEMPTY; in ravb_ring_format()
418 tx_desc->die_dt = DT_LINKFIX; /* type */ in ravb_ring_format()
422 desc->die_dt = DT_LINKFIX; /* type */ in ravb_ring_format()
[all …]
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()
372 desc->desc.die_dt = DT_EEMPTY | DIE; in rswitch_gwca_queue_format()
376 desc->desc.die_dt = DT_LINKFIX; in rswitch_gwca_queue_format()
379 linkfix->die_dt = DT_LINKFIX; in rswitch_gwca_queue_format()
409 desc->desc.die_dt = DT_FEMPTY_ND | DIE; in rswitch_gwca_ts_queue_fill()
435 desc->desc.die_dt = DT_FEMPTY | DIE; in rswitch_gwca_queue_ext_ts_fill()
438 desc->desc.die_dt = DT_EEMPTY | DIE; in rswitch_gwca_queue_ext_ts_fill()
474 desc->desc.die_dt = DT_LINKFIX; in rswitch_gwca_queue_ext_ts_format()
477 linkfix->die_dt = DT_LINKFIX; in rswitch_gwca_queue_ext_ts_format()
[all …]
Dravb.h881 u8 die_dt; /* Descriptor interrupt enable and type */ member
909 u8 die_dt; /* Descriptor interrupt enable and type */ member
916 u8 die_dt; /* Descriptor interrupt enable and type */ member
946 u8 die_dt; /* Descriptor interrupt enable and type */ member
Drswitch.h888 u8 die_dt; /* Descriptor interrupt enable and type */ member