Home
last modified time | relevance | path

Searched refs:die_dt (Results 1 – 5 of 5) 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.h877 u8 die_dt; /* Descriptor interrupt enable and type */ member
905 u8 die_dt; /* Descriptor interrupt enable and type */ member
912 u8 die_dt; /* Descriptor interrupt enable and type */ member
942 u8 die_dt; /* Descriptor interrupt enable and type */ member
H A Drswitch.h918 u8 die_dt; /* Descriptor interrupt enable and type */ member