Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/ni/
Dnixge.c105 #define NIXGE_MAX_JUMBO_FRAME_SIZE \ macro
257 NIXGE_MAX_JUMBO_FRAME_SIZE, in nixge_hw_dma_bd_release()
328 NIXGE_MAX_JUMBO_FRAME_SIZE); in nixge_hw_dma_bd_init()
334 NIXGE_MAX_JUMBO_FRAME_SIZE, in nixge_hw_dma_bd_init()
339 priv->rx_bd_v[i].cntrl = NIXGE_MAX_JUMBO_FRAME_SIZE; in nixge_hw_dma_bd_init()
615 if (length > NIXGE_MAX_JUMBO_FRAME_SIZE) in nixge_recv()
616 length = NIXGE_MAX_JUMBO_FRAME_SIZE; in nixge_recv()
620 NIXGE_MAX_JUMBO_FRAME_SIZE, in nixge_recv()
639 NIXGE_MAX_JUMBO_FRAME_SIZE); in nixge_recv()
644 NIXGE_MAX_JUMBO_FRAME_SIZE, in nixge_recv()
[all …]