Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
A Dice_txrx_lib.h25 ice_build_ctob(u64 td_cmd, u64 td_offset, unsigned int size, u64 td_tag) in ice_build_ctob() argument
29 (td_offset << ICE_TXD_QW1_OFFSET_S) | in ice_build_ctob()
A Dice_txrx.c1570 u64 td_offset, td_tag, td_cmd; in ice_tx_map() local
1581 td_offset = off->td_offset; in ice_tx_map()
1618 ice_build_ctob(td_cmd, td_offset, max_data, in ice_tx_map()
1639 tx_desc->cmd_type_offset_bsz = ice_build_ctob(td_cmd, td_offset, in ice_tx_map()
1672 ice_build_ctob(td_cmd, td_offset, size, td_tag); in ice_tx_map()
1890 off->td_offset |= offset; in ice_tx_csum()
A Dice_txrx.h159 u32 td_offset; member
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_txrx_common.h27 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() argument
32 ((u64)td_offset << I40E_TXD_QW1_OFFSET_SHIFT) | in build_ctob()
A Di40e_txrx.c3173 u32 *td_cmd, u32 *td_offset, in i40e_tx_enable_csum() argument
3327 *td_offset |= offset; in i40e_tx_enable_csum()
3484 const u8 hdr_len, u32 td_cmd, u32 td_offset) in i40e_tx_map() argument
3525 build_ctob(td_cmd, td_offset, in i40e_tx_map()
3547 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40e_tx_map()
3593 build_ctob(td_cmd, td_offset, size, td_tag); in i40e_tx_map()
3750 u32 td_offset = 0; in i40e_xmit_frame_ring() local
3811 tso = i40e_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset, in i40e_xmit_frame_ring()
3834 td_cmd, td_offset)) in i40e_xmit_frame_ring()
/linux/drivers/net/ethernet/intel/iavf/
A Diavf_txrx.c10 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() argument
15 ((u64)td_offset << IAVF_TXD_QW1_OFFSET_SHIFT) | in build_ctob()
1951 u32 *td_cmd, u32 *td_offset, in iavf_tx_enable_csum() argument
2102 *td_offset |= offset; in iavf_tx_enable_csum()
2257 const u8 hdr_len, u32 td_cmd, u32 td_offset) in iavf_tx_map() argument
2297 build_ctob(td_cmd, td_offset, in iavf_tx_map()
2318 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in iavf_tx_map()
2351 build_ctob(td_cmd, td_offset, size, td_tag); in iavf_tx_map()
2403 u32 td_offset = 0; in iavf_xmit_frame_ring() local
2463 tso = iavf_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset, in iavf_xmit_frame_ring()
[all …]

Completed in 19 milliseconds