Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
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()
Dice_txrx.c1585 u64 td_offset, td_tag, td_cmd; in ice_tx_map() local
1597 td_offset = off->td_offset; in ice_tx_map()
1634 ice_build_ctob(td_cmd, td_offset, max_data, in ice_tx_map()
1655 tx_desc->cmd_type_offset_bsz = ice_build_ctob(td_cmd, td_offset, in ice_tx_map()
1685 ice_build_ctob(td_cmd, td_offset, size, td_tag); in ice_tx_map()
1914 off->td_offset |= offset; in ice_tx_csum()
Dice_txrx.h162 u32 td_offset; member
/linux-6.1.9/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.c3178 u32 *td_cmd, u32 *td_offset, in i40e_tx_enable_csum() argument
3348 *td_offset |= offset; in i40e_tx_enable_csum()
3507 const u8 hdr_len, u32 td_cmd, u32 td_offset) in i40e_tx_map() argument
3548 build_ctob(td_cmd, td_offset, in i40e_tx_map()
3570 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40e_tx_map()
3616 build_ctob(td_cmd, td_offset, size, td_tag); in i40e_tx_map()
3810 u32 td_offset = 0; in i40e_xmit_frame_ring() local
3861 tso = i40e_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset, in i40e_xmit_frame_ring()
3884 td_cmd, td_offset)) in i40e_xmit_frame_ring()
/linux-6.1.9/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()
1975 u32 *td_cmd, u32 *td_offset, in iavf_tx_enable_csum() argument
2126 *td_offset |= offset; in iavf_tx_enable_csum()
2281 const u8 hdr_len, u32 td_cmd, u32 td_offset) in iavf_tx_map() argument
2321 build_ctob(td_cmd, td_offset, in iavf_tx_map()
2342 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in iavf_tx_map()
2375 build_ctob(td_cmd, td_offset, size, td_tag); in iavf_tx_map()
2427 u32 td_offset = 0; in iavf_xmit_frame_ring() local
2492 tso = iavf_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset, in iavf_xmit_frame_ring()
[all …]