Home
last modified time | relevance | path

Searched refs:info_ds (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/renesas/
H A Drtsn.h427 __le16 info_ds; member
434 __le16 info_ds; member
443 __le16 info_ds; member
451 __le16 info_ds; member
H A Drtsn.c126 size = le16_to_cpu(desc->info_ds) & TX_DS; in rtsn_tx_free()
186 pkt_len = le16_to_cpu(desc->info_ds) & RX_DS; in rtsn_rx()
228 desc->info_ds = cpu_to_le16(PKT_BUF_SZ); in rtsn_rx()
237 le16_to_cpu(desc->info_ds), in rtsn_rx()
240 desc->info_ds = cpu_to_le16(0); in rtsn_rx()
422 rx_desc->info_ds = cpu_to_le16(PKT_BUF_SZ); in rtsn_chain_format()
1084 desc->info_ds = cpu_to_le16(skb->len); in rtsn_start_xmit()
1090 desc->info_ds |= cpu_to_le16(TXC); in rtsn_start_xmit()
H A Drswitch.c394 desc->desc.info_ds = cpu_to_le16(RSWITCH_DESC_BUF_SIZE); in rswitch_gwca_queue_format()
461 desc->desc.info_ds = cpu_to_le16(RSWITCH_DESC_BUF_SIZE); in rswitch_gwca_queue_ext_ts_fill()
731 u16 pkt_len = le16_to_cpu(desc->desc.info_ds) & RX_DS; in rswitch_rx_handle_desc()
1673 desc->desc.info_ds = cpu_to_le16(len); in rswitch_ext_desc_set()
H A Drswitch.h892 __le16 info_ds; /* Descriptor size */ member