Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c149 u32 fcbuff, fcdmarw, fcfltrw, fcrxctl; in ixgbe_fcoe_ddp_setup() local
283 fcrxctl = IXGBE_READ_REG(hw, IXGBE_FCRXCTRL); in ixgbe_fcoe_ddp_setup()
284 fcrxctl |= IXGBE_FCRXCTRL_LASTSEQH; in ixgbe_fcoe_ddp_setup()
285 IXGBE_WRITE_REG(hw, IXGBE_FCRXCTRL, fcrxctl); in ixgbe_fcoe_ddp_setup()