Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_txrx_common.h28 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() argument
33 ((u64)td_offset << I40E_TXD_QW1_OFFSET_SHIFT) | in build_ctob()
Di40e_txrx.c3262 u32 *td_cmd, u32 *td_offset, in i40e_tx_enable_csum() argument
3432 *td_offset |= offset; in i40e_tx_enable_csum()
3591 const u8 hdr_len, u32 td_cmd, u32 td_offset) in i40e_tx_map() argument
3632 build_ctob(td_cmd, td_offset, in i40e_tx_map()
3654 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40e_tx_map()
3700 build_ctob(td_cmd, td_offset, size, td_tag); in i40e_tx_map()
3894 u32 td_offset = 0; in i40e_xmit_frame_ring() local
3945 tso = i40e_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset, in i40e_xmit_frame_ring()
3968 td_cmd, td_offset)) in i40e_xmit_frame_ring()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.h77 ice_build_ctob(u64 td_cmd, u64 td_offset, unsigned int size, u64 td_tag) in ice_build_ctob() argument
81 (td_offset << ICE_TXD_QW1_OFFSET_S) | in ice_build_ctob()
Dice_txrx.c1645 u64 td_offset, td_tag, td_cmd; in ice_tx_map() local
1657 td_offset = off->td_offset; in ice_tx_map()
1693 ice_build_ctob(td_cmd, td_offset, max_data, in ice_tx_map()
1714 tx_desc->cmd_type_offset_bsz = ice_build_ctob(td_cmd, td_offset, in ice_tx_map()
1745 ice_build_ctob(td_cmd, td_offset, size, td_tag); in ice_tx_map()
1974 off->td_offset |= offset; in ice_tx_csum()
Dice_txrx.h192 u32 td_offset; member
/Linux-v6.6/drivers/net/ethernet/intel/iavf/
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()
1974 u32 *td_cmd, u32 *td_offset, in iavf_tx_enable_csum() argument
2125 *td_offset |= offset; in iavf_tx_enable_csum()
2280 const u8 hdr_len, u32 td_cmd, u32 td_offset) in iavf_tx_map() argument
2320 build_ctob(td_cmd, td_offset, in iavf_tx_map()
2341 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in iavf_tx_map()
2374 build_ctob(td_cmd, td_offset, size, td_tag); in iavf_tx_map()
2426 u32 td_offset = 0; in iavf_xmit_frame_ring() local
2491 tso = iavf_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset, in iavf_xmit_frame_ring()
[all …]