Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c495 u32 fcoe_sof_eof = 0; in ixgbe_fso() local
515 fcoe_sof_eof = IXGBE_ADVTXD_FCOEF_ORIS; in ixgbe_fso()
518 fcoe_sof_eof = IXGBE_ADVTXD_FCOEF_SOF | in ixgbe_fso()
524 fcoe_sof_eof = IXGBE_ADVTXD_FCOEF_SOF; in ixgbe_fso()
536 fcoe_sof_eof |= IXGBE_ADVTXD_FCOEF_EOF_N; in ixgbe_fso()
541 fcoe_sof_eof |= IXGBE_ADVTXD_FCOEF_EOF_N | in ixgbe_fso()
544 fcoe_sof_eof |= IXGBE_ADVTXD_FCOEF_EOF_T; in ixgbe_fso()
547 fcoe_sof_eof |= IXGBE_ADVTXD_FCOEF_EOF_NI; in ixgbe_fso()
550 fcoe_sof_eof |= IXGBE_ADVTXD_FCOEF_EOF_A; in ixgbe_fso()
560 fcoe_sof_eof |= IXGBE_ADVTXD_FCOEF_PARINC; in ixgbe_fso()
[all …]