Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/igc/
Digc_base.c376 rlpml = rd32(IGC_RLPML); in igc_rx_fifo_flush_base()
377 wr32(IGC_RLPML, 0); in igc_rx_fifo_flush_base()
396 wr32(IGC_RLPML, rlpml); in igc_rx_fifo_flush_base()
Digc_regs.h111 #define IGC_RLPML 0x05004 /* Rx Long Packet Max Length */ macro
Digc_ethtool.c219 regs_buff[26] = rd32(IGC_RLPML); in igc_ethtool_get_regs()
Digc_main.c3619 wr32(IGC_RLPML, rlpml); in igc_set_rx_mode()