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()
809 u8 die_dt; in ravb_rx_gbeth() local
820 if (rx_packets == budget || desc->die_dt == DT_FEMPTY) in ravb_rx_gbeth()
851 die_dt = desc->die_dt & 0xF0; in ravb_rx_gbeth()
856 switch (die_dt) { in ravb_rx_gbeth()
875 if (die_dt == DT_FSTART) in ravb_rx_gbeth()
913 switch (die_dt) { in ravb_rx_gbeth()
967 if (rx_packets == budget || desc->die_dt == DT_FEMPTY) in ravb_rx_rcar()
2216 desc->die_dt = DT_FEND; in ravb_start_xmit()
2218 desc->die_dt = DT_FSTART; in ravb_start_xmit()
2220 desc->die_dt = DT_FSINGLE; in ravb_start_xmit()
3037 priv->desc_bat[q].die_dt = DT_EOS; in ravb_probe()