Lines Matching refs:die_dt
211 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
825 if (rx_packets == budget || desc->die_dt == DT_FEMPTY) in ravb_rx_gbeth()
856 die_dt = desc->die_dt & 0xF0; in ravb_rx_gbeth()
861 switch (die_dt) { in ravb_rx_gbeth()
880 if (die_dt == DT_FSTART) in ravb_rx_gbeth()
918 switch (die_dt) { in ravb_rx_gbeth()
972 if (rx_packets == budget || desc->die_dt == DT_FEMPTY) in ravb_rx_rcar()
2209 desc->die_dt = DT_FEND; in ravb_start_xmit()
2211 desc->die_dt = DT_FSTART; in ravb_start_xmit()
2213 desc->die_dt = DT_FSINGLE; in ravb_start_xmit()
3028 priv->desc_bat[q].die_dt = DT_EOS; in ravb_probe()