Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/renesas/
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()
423 desc->desc.die_dt = DT_EEMPTY | DIE; in rswitch_gwca_queue_format()
427 desc->desc.die_dt = DT_LINKFIX; in rswitch_gwca_queue_format()
430 linkfix->die_dt = DT_LINKFIX; in rswitch_gwca_queue_format()
461 desc->desc.die_dt = DT_FEMPTY_ND | DIE; in rswitch_gwca_ts_queue_fill()
489 desc->desc.die_dt = DT_FEMPTY | DIE; in rswitch_gwca_queue_ext_ts_fill()
492 desc->desc.die_dt = DT_EEMPTY | DIE; in rswitch_gwca_queue_ext_ts_fill()
528 desc->desc.die_dt = DT_LINKFIX; in rswitch_gwca_queue_ext_ts_format()
531 linkfix->die_dt = DT_LINKFIX; in rswitch_gwca_queue_ext_ts_format()
[all …]
H A Drtsn.c118 if (free_txed_only && (desc->die_dt & DT_MASK) != DT_FEMPTY) in rtsn_tx_free()
144 desc->die_dt = DT_EEMPTY; in rtsn_tx_free()
148 desc->die_dt = DT_LINK; 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()
245 priv->rx_ring[priv->num_rx_ring].die_dt = DT_LINK; in rtsn_rx()
293 priv->tx_desc_bat[i].die_dt = DT_EOS; in rtsn_desc_alloc()
304 priv->rx_desc_bat[i].die_dt = DT_EOS; in rtsn_desc_alloc()
401 tx_desc->die_dt = DT_EEMPTY | D_DIE; in rtsn_chain_format()
404 tx_desc->die_dt = DT_LINK; in rtsn_chain_format()
[all …]
H A Drtsn.h429 u8 die_dt; member
436 u8 die_dt; member
445 u8 die_dt; member
453 u8 die_dt; member
H A 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()
810 u8 die_dt; in ravb_rx_gbeth() local
[all …]