Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/renesas/
Dravb.h683 __le16 ds_cc; /* Descriptor size and content control LSBs */ member
690 __le16 ds_cc; /* Descriptor size and content control lower bits */ member
Dravb_main.c242 rx_desc->ds_cc = cpu_to_le16(ALIGN(PKT_BUF_SZ, 16)); in ravb_ring_format()
250 rx_desc->ds_cc = cpu_to_le16(0); in ravb_ring_format()
519 pkt_len = le16_to_cpu(desc->ds_cc) & RX_DS; in ravb_rx()
579 desc->ds_cc = cpu_to_le16(ALIGN(PKT_BUF_SZ, 16)); in ravb_rx()
588 le16_to_cpu(desc->ds_cc), in ravb_rx()
595 desc->ds_cc = cpu_to_le16(0); in ravb_rx()