Home
last modified time | relevance | path

Searched refs:ds_cc (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/renesas/
Dravb.h901 __le16 ds_cc; /* Descriptor size and content control LSBs */ member
908 __le16 ds_cc; /* Descriptor size and content control lower bits */ member
Dravb_main.c300 rx_desc->ds_cc = cpu_to_le16(priv->rx_buf_sz); in ravb_ring_format()
308 rx_desc->ds_cc = cpu_to_le16(0); in ravb_ring_format()
560 pkt_len = le16_to_cpu(desc->ds_cc) & RX_DS; in ravb_rx()
622 desc->ds_cc = cpu_to_le16(priv->rx_buf_sz); in ravb_rx()
632 le16_to_cpu(desc->ds_cc), in ravb_rx()
639 desc->ds_cc = cpu_to_le16(0); in ravb_rx()