Searched refs:td_offset (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx_common.h30 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, argument
35 ((u64)td_offset << I40E_TXD_QW1_OFFSET_SHIFT) |
H A Di40e_txrx.c3278 * @td_offset: Tx descriptor header offsets to set
3283 u32 *td_cmd, u32 *td_offset,
3453 *td_offset |= offset;
3606 * @td_offset: offset for checksum or crc
3612 const u8 hdr_len, u32 td_cmd, u32 td_offset)
3652 build_ctob(td_cmd, td_offset,
3674 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset,
3720 build_ctob(td_cmd, td_offset, size, td_tag);
3914 u32 td_offset = 0; local
3965 tso = i40e_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset,
3282 i40e_tx_enable_csum(struct sk_buff *skb, u32 *tx_flags, u32 *td_cmd, u32 *td_offset, struct i40e_ring *tx_ring, u32 *cd_tunneling) argument
3610 i40e_tx_map(struct i40e_ring *tx_ring, struct sk_buff *skb, struct i40e_tx_buffer *first, u32 tx_flags, const u8 hdr_len, u32 td_cmd, u32 td_offset) argument
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.h90 ice_build_ctob(u64 td_cmd, u64 td_offset, unsigned int size, u64 td_tag) argument
94 (td_offset << ICE_TXD_QW1_OFFSET_S) |
H A Dice_txrx.c1643 u64 td_offset, td_tag, td_cmd; local
1655 td_offset = off->td_offset;
1691 ice_build_ctob(td_cmd, td_offset, max_data,
1712 tx_desc->cmd_type_offset_bsz = ice_build_ctob(td_cmd, td_offset,
1743 ice_build_ctob(td_cmd, td_offset, size, td_tag);
1972 off->td_offset |= offset;
H A Dice_txrx.h192 u32 td_offset; member in struct:ice_tx_offload_params
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c11 static __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, argument
16 ((u64)td_offset << IAVF_TXD_QW1_OFFSET_SHIFT) |
1966 * @td_offset: Tx descriptor header offsets to set
1971 u32 *td_cmd, u32 *td_offset,
2122 *td_offset |= offset;
2273 * @td_offset: offset for checksum or crc
2277 const u8 hdr_len, u32 td_cmd, u32 td_offset)
2316 build_ctob(td_cmd, td_offset,
2337 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset,
2370 build_ctob(td_cmd, td_offset, siz
1970 iavf_tx_enable_csum(struct sk_buff *skb, u32 *tx_flags, u32 *td_cmd, u32 *td_offset, struct iavf_ring *tx_ring, u32 *cd_tunneling) argument
2275 iavf_tx_map(struct iavf_ring *tx_ring, struct sk_buff *skb, struct iavf_tx_buffer *first, u32 tx_flags, const u8 hdr_len, u32 td_cmd, u32 td_offset) argument
2422 u32 td_offset = 0; local
[all...]
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.h883 * @td_offset: Offset to be filled in desc
889 static inline __le64 idpf_tx_singleq_build_ctob(u64 td_cmd, u64 td_offset, argument
894 (td_offset << IDPF_TXD_QW1_OFFSET_S) |

Completed in 184 milliseconds