Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/renesas/
H A Drswitch.c368 desc->desc.info_ds = cpu_to_le16(PKT_BUF_SZ); in rswitch_gwca_queue_format()
432 desc->desc.info_ds = cpu_to_le16(PKT_BUF_SZ); in rswitch_gwca_queue_ext_ts_fill()
715 pkt_len = le16_to_cpu(desc->desc.info_ds) & RX_DS; in rswitch_rx()
780 size = le16_to_cpu(desc->desc.info_ds) & TX_DS; in rswitch_tx_free()
1523 desc->desc.info_ds = cpu_to_le16(skb->len); in rswitch_start_xmit()
H A Drswitch.h887 __le16 info_ds; /* Descriptor size */ member