Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c150 u32 fcbuff, fcdmarw, fcfltrw, fcrxctl; in ixgbe_fcoe_ddp_setup() local
284 fcrxctl = IXGBE_READ_REG(hw, IXGBE_FCRXCTRL); in ixgbe_fcoe_ddp_setup()
285 fcrxctl |= IXGBE_FCRXCTRL_LASTSEQH; in ixgbe_fcoe_ddp_setup()
286 IXGBE_WRITE_REG(hw, IXGBE_FCRXCTRL, fcrxctl); in ixgbe_fcoe_ddp_setup()