Searched refs:td_offset (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx_common.h | 30 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() argument 35 ((u64)td_offset << I40E_TXD_QW1_OFFSET_SHIFT) | in build_ctob()
|
H A D | i40e_txrx.c | 3298 u32 *td_cmd, u32 *td_offset, in i40e_tx_enable_csum() argument 3468 *td_offset |= offset; in i40e_tx_enable_csum() 3627 const u8 hdr_len, u32 td_cmd, u32 td_offset) in i40e_tx_map() argument 3668 build_ctob(td_cmd, td_offset, in i40e_tx_map() 3690 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40e_tx_map() 3736 build_ctob(td_cmd, td_offset, size, td_tag); in i40e_tx_map() 3930 u32 td_offset = 0; in i40e_xmit_frame_ring() local 3981 tso = i40e_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset, in i40e_xmit_frame_ring() 4004 td_cmd, td_offset)) in i40e_xmit_frame_ring()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx_lib.h | 90 ice_build_ctob(u64 td_cmd, u64 td_offset, unsigned int size, u64 td_tag) in ice_build_ctob() argument 94 (td_offset << ICE_TXD_QW1_OFFSET_S) | in ice_build_ctob()
|
H A D | ice_txrx.c | 1605 u64 td_offset, td_tag, td_cmd; in ice_tx_map() local 1617 td_offset = off->td_offset; in ice_tx_map() 1653 ice_build_ctob(td_cmd, td_offset, max_data, in ice_tx_map() 1674 tx_desc->cmd_type_offset_bsz = ice_build_ctob(td_cmd, td_offset, in ice_tx_map() 1705 ice_build_ctob(td_cmd, td_offset, size, td_tag); in ice_tx_map() 1934 off->td_offset |= offset; in ice_tx_csum()
|
H A D | ice_txrx.h | 192 u32 td_offset; member
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 11 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() argument 16 ((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 …]
|