Searched refs:td_offset (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
| D | i40e_txrx_common.h | 31 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() argument 36 ((u64)td_offset << I40E_TXD_QW1_OFFSET_SHIFT) | in build_ctob()
|
| D | i40e_txrx.c | 3040 u32 *td_cmd, u32 *td_offset, in i40e_tx_enable_csum() argument 3191 *td_offset |= offset; in i40e_tx_enable_csum() 3348 const u8 hdr_len, u32 td_cmd, u32 td_offset) in i40e_tx_map() argument 3389 build_ctob(td_cmd, td_offset, in i40e_tx_map() 3411 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40e_tx_map() 3457 build_ctob(td_cmd, td_offset, size, td_tag); in i40e_tx_map() 3564 u32 td_offset = 0; in i40e_xmit_frame_ring() local 3625 tso = i40e_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset, in i40e_xmit_frame_ring() 3648 td_cmd, td_offset)) in i40e_xmit_frame_ring()
|
| /Linux-v5.4/drivers/net/ethernet/intel/iavf/ |
| D | iavf_txrx.c | 10 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() 1962 u32 *td_cmd, u32 *td_offset, in iavf_tx_enable_csum() argument 2113 *td_offset |= offset; in iavf_tx_enable_csum() 2268 const u8 hdr_len, u32 td_cmd, u32 td_offset) in iavf_tx_map() argument 2308 build_ctob(td_cmd, td_offset, in iavf_tx_map() 2329 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in iavf_tx_map() 2362 build_ctob(td_cmd, td_offset, size, td_tag); in iavf_tx_map() 2414 u32 td_offset = 0; in iavf_xmit_frame_ring() local 2474 tso = iavf_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset, in iavf_xmit_frame_ring() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/intel/ice/ |
| D | ice_txrx.c | 1532 build_ctob(u64 td_cmd, u64 td_offset, unsigned int size, u64 td_tag) in build_ctob() argument 1536 (td_offset << ICE_TXD_QW1_OFFSET_S) | in build_ctob() 1593 u64 td_offset, td_tag, td_cmd; in ice_tx_map() local 1604 td_offset = off->td_offset; in ice_tx_map() 1641 build_ctob(td_cmd, td_offset, max_data, td_tag); in ice_tx_map() 1661 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in ice_tx_map() 1694 build_ctob(td_cmd, td_offset, size, td_tag); in ice_tx_map() 1828 off->td_offset |= offset; in ice_tx_csum()
|
| D | ice_txrx.h | 69 u32 td_offset; member
|