Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c494 u32 fcoe_sof_eof = 0; in ixgbe_fso() local
514 fcoe_sof_eof = IXGBE_ADVTXD_FCOEF_ORIS; in ixgbe_fso()
517 fcoe_sof_eof = IXGBE_ADVTXD_FCOEF_SOF | in ixgbe_fso()
523 fcoe_sof_eof = IXGBE_ADVTXD_FCOEF_SOF; in ixgbe_fso()
535 fcoe_sof_eof |= IXGBE_ADVTXD_FCOEF_EOF_N; in ixgbe_fso()
540 fcoe_sof_eof |= IXGBE_ADVTXD_FCOEF_EOF_N | in ixgbe_fso()
543 fcoe_sof_eof |= IXGBE_ADVTXD_FCOEF_EOF_T; in ixgbe_fso()
546 fcoe_sof_eof |= IXGBE_ADVTXD_FCOEF_EOF_NI; in ixgbe_fso()
549 fcoe_sof_eof |= IXGBE_ADVTXD_FCOEF_EOF_A; in ixgbe_fso()
559 fcoe_sof_eof |= IXGBE_ADVTXD_FCOEF_PARINC; in ixgbe_fso()
[all …]