Lines Matching refs:td_offset
33 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() argument
38 ((u64)td_offset << I40E_TXD_QW1_OFFSET_SHIFT) | in build_ctob()
1503 u32 *td_cmd, u32 *td_offset, in i40e_tx_enable_csum() argument
1588 *td_offset = (network_hdr_len >> 2) << in i40e_tx_enable_csum()
1594 *td_offset = (network_hdr_len >> 2) << in i40e_tx_enable_csum()
1598 *td_offset |= (skb_network_offset(skb) >> 1) << in i40e_tx_enable_csum()
1606 *td_offset |= (this_tcp_hdrlen >> 2) << in i40e_tx_enable_csum()
1612 *td_offset |= (sizeof(struct sctphdr) >> 2) << in i40e_tx_enable_csum()
1618 *td_offset |= (sizeof(struct udphdr) >> 2) << in i40e_tx_enable_csum()
1762 const u8 hdr_len, u32 td_cmd, u32 td_offset) in i40evf_tx_map() argument
1808 build_ctob(td_cmd, td_offset, in i40evf_tx_map()
1827 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40evf_tx_map()
1854 build_ctob(td_cmd, td_offset, size, td_tag) | in i40evf_tx_map()
1859 build_ctob(td_cmd, td_offset, size, td_tag) | in i40evf_tx_map()
1957 u32 td_offset = 0; in i40e_xmit_frame_ring() local
2005 i40e_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset, in i40e_xmit_frame_ring()
2013 td_cmd, td_offset); in i40e_xmit_frame_ring()