Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A 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 | in ixgbe_fso()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A 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 | in ixgbe_fso()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1065 u32 fcoe_sof_eof, u32 type_tucmd, u32 mss_l4len_idx) in wx_tx_ctxtdesc()
1077 context_desc->seqnum_seed = cpu_to_le32(fcoe_sof_eof); in wx_tx_ctxtdesc()
1064 wx_tx_ctxtdesc(struct wx_ring *tx_ring, u32 vlan_macip_lens, u32 fcoe_sof_eof, u32 type_tucmd, u32 mss_l4len_idx) wx_tx_ctxtdesc() argument

Completed in 5 milliseconds