Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/ni/
H A Dnixge.c105 #define NIXGE_MAX_JUMBO_FRAME_SIZE \ macro
258 NIXGE_MAX_JUMBO_FRAME_SIZE, in nixge_hw_dma_bd_release()
329 NIXGE_MAX_JUMBO_FRAME_SIZE); in nixge_hw_dma_bd_init()
335 NIXGE_MAX_JUMBO_FRAME_SIZE, in nixge_hw_dma_bd_init()
340 priv->rx_bd_v[i].cntrl = NIXGE_MAX_JUMBO_FRAME_SIZE; in nixge_hw_dma_bd_init()
616 if (length > NIXGE_MAX_JUMBO_FRAME_SIZE) in nixge_recv()
617 length = NIXGE_MAX_JUMBO_FRAME_SIZE; in nixge_recv()
621 NIXGE_MAX_JUMBO_FRAME_SIZE, in nixge_recv()
640 NIXGE_MAX_JUMBO_FRAME_SIZE); in nixge_recv()
645 NIXGE_MAX_JUMBO_FRAME_SIZE, in nixge_recv()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/ni/
H A Dnixge.c104 #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()
335 NIXGE_MAX_JUMBO_FRAME_SIZE, in nixge_hw_dma_bd_init()
340 priv->rx_bd_v[i].cntrl = NIXGE_MAX_JUMBO_FRAME_SIZE; in nixge_hw_dma_bd_init()
616 if (length > NIXGE_MAX_JUMBO_FRAME_SIZE) in nixge_recv()
617 length = NIXGE_MAX_JUMBO_FRAME_SIZE; in nixge_recv()
621 NIXGE_MAX_JUMBO_FRAME_SIZE, in nixge_recv()
640 NIXGE_MAX_JUMBO_FRAME_SIZE); in nixge_recv()
645 NIXGE_MAX_JUMBO_FRAME_SIZE, in nixge_recv()
[all...]

Completed in 3 milliseconds