Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/renesas/
Drswitch.c232 if ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_is_queue_rxed()
386 desc->desc.die_dt = DT_FEMPTY | DIE; in rswitch_gwca_queue_format()
388 desc->desc.die_dt = DT_EEMPTY | DIE; in rswitch_gwca_queue_format()
392 desc->desc.die_dt = DT_LINKFIX; in rswitch_gwca_queue_format()
395 linkfix->die_dt = DT_LINKFIX; in rswitch_gwca_queue_format()
426 desc->desc.die_dt = DT_FEMPTY_ND | DIE; in rswitch_gwca_ts_queue_fill()
454 desc->desc.die_dt = DT_FEMPTY | DIE; in rswitch_gwca_queue_ext_ts_fill()
457 desc->desc.die_dt = DT_EEMPTY | DIE; in rswitch_gwca_queue_ext_ts_fill()
493 desc->desc.die_dt = DT_LINKFIX; in rswitch_gwca_queue_ext_ts_format()
496 linkfix->die_dt = DT_LINKFIX; in rswitch_gwca_queue_ext_ts_format()
[all …]
Drtsn.c122 if (free_txed_only && (desc->die_dt & DT_MASK) != DT_FEMPTY) in rtsn_tx_free()
148 desc->die_dt = DT_EEMPTY; in rtsn_tx_free()
152 desc->die_dt = DT_LINK; 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()
250 priv->rx_ring[priv->num_rx_ring].die_dt = DT_LINK; in rtsn_rx()
298 priv->tx_desc_bat[i].die_dt = DT_EOS; in rtsn_desc_alloc()
309 priv->rx_desc_bat[i].die_dt = DT_EOS; in rtsn_desc_alloc()
406 tx_desc->die_dt = DT_EEMPTY | D_DIE; in rtsn_chain_format()
409 tx_desc->die_dt = DT_LINK; in rtsn_chain_format()
[all …]
Drtsn.h429 u8 die_dt; member
436 u8 die_dt; member
445 u8 die_dt; member
453 u8 die_dt; member
Dravb_main.c211 txed = desc->die_dt == DT_FEMPTY; in ravb_tx_free()
233 desc->die_dt = DT_EEMPTY; in ravb_tx_free()
348 rx_desc->die_dt = DT_FEMPTY; in ravb_rx_ring_refill()
377 rx_desc->die_dt = DT_LINKFIX; /* type */ in ravb_ring_format()
383 tx_desc->die_dt = DT_EEMPTY; in ravb_ring_format()
386 tx_desc->die_dt = DT_EEMPTY; in ravb_ring_format()
390 tx_desc->die_dt = DT_LINKFIX; /* type */ in ravb_ring_format()
394 desc->die_dt = DT_LINKFIX; /* type */ in ravb_ring_format()
399 desc->die_dt = DT_LINKFIX; /* type */ in ravb_ring_format()
814 u8 die_dt; in ravb_rx_gbeth() local
[all …]
Dravb.h887 u8 die_dt; /* Descriptor interrupt enable and type */ member
915 u8 die_dt; /* Descriptor interrupt enable and type */ member
922 u8 die_dt; /* Descriptor interrupt enable and type */ member
952 u8 die_dt; /* Descriptor interrupt enable and type */ member
Drswitch.h898 u8 die_dt; /* Descriptor interrupt enable and type */ member