Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/renesas/
H A Drswitch.c383 desc->desc.info_ds = cpu_to_le16(RSWITCH_DESC_BUF_SIZE); in rswitch_gwca_queue_format()
450 desc->desc.info_ds = cpu_to_le16(RSWITCH_DESC_BUF_SIZE); in rswitch_gwca_queue_ext_ts_fill()
1602 return (orig_len % RSWITCH_DESC_BUF_SIZE) ?: RSWITCH_DESC_BUF_SIZE; in rswitch_ext_desc_get_len()
1605 return RSWITCH_DESC_BUF_SIZE; in rswitch_ext_desc_get_len()
1622 nr_desc = (skb->len - 1) / RSWITCH_DESC_BUF_SIZE + 1; in rswitch_start_xmit()
1644 dma_addr = dma_addr_orig + i * RSWITCH_DESC_BUF_SIZE; in rswitch_start_xmit()
H A Drswitch.h33 #define RSWITCH_DESC_BUF_SIZE 2048 macro
36 #define RSWITCH_BUF_SIZE (RSWITCH_HEADROOM + RSWITCH_DESC_BUF_SIZE + \