Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/renesas/
Dravb.h895 __le16 ds_cc; /* Descriptor size and content control LSBs */ member
902 __le16 ds_cc; /* Descriptor size and content control lower bits */ member
Dravb_main.c299 rx_desc->ds_cc = cpu_to_le16(RX_BUF_SZ); in ravb_rx_ring_format()
307 rx_desc->ds_cc = cpu_to_le16(0); in ravb_rx_ring_format()
605 pkt_len = le16_to_cpu(desc->ds_cc) & RX_DS; in ravb_rcar_rx()
667 desc->ds_cc = cpu_to_le16(RX_BUF_SZ); in ravb_rcar_rx()
675 le16_to_cpu(desc->ds_cc), in ravb_rcar_rx()
682 desc->ds_cc = cpu_to_le16(0); in ravb_rcar_rx()