/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx_lib.h | 25 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()
|
H A D | ice_txrx.c | 1733 u64 td_offset, td_tag, td_cmd; in ice_tx_map() local 1744 td_offset = off->td_offset; in ice_tx_map() 1781 ice_build_ctob(td_cmd, td_offset, max_data, in ice_tx_map() 1802 tx_desc->cmd_type_offset_bsz = ice_build_ctob(td_cmd, td_offset, in ice_tx_map() 1835 ice_build_ctob(td_cmd, td_offset, size, td_tag); in ice_tx_map() 2053 off->td_offset |= offset; in ice_tx_csum()
|
H A D | ice_txrx.h | 158 u32 td_offset; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx_common.h | 27 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() argument 32 ((u64)td_offset << I40E_TXD_QW1_OFFSET_SHIFT) | in build_ctob()
|
H A D | i40e_txrx.c | 3058 * @td_offset: Tx descriptor header offsets to set 3063 u32 *td_cmd, u32 *td_offset, in i40e_tx_enable_csum() 3217 *td_offset |= offset; in i40e_tx_enable_csum() 3368 * @td_offset: offset for checksum or crc 3374 const u8 hdr_len, u32 td_cmd, u32 td_offset) in i40e_tx_map() 3415 build_ctob(td_cmd, td_offset, in i40e_tx_map() 3437 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40e_tx_map() 3483 build_ctob(td_cmd, td_offset, size, td_tag); in i40e_tx_map() 3640 u32 td_offset = 0; in i40e_xmit_frame_ring() local 3701 tso = i40e_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset, in i40e_xmit_frame_ring() 3062 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) i40e_tx_enable_csum() argument 3372 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) i40e_tx_map() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx_common.h | 28 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()
|
H A D | i40e_txrx.c | 3254 * @td_offset: Tx descriptor header offsets to set 3259 u32 *td_cmd, u32 *td_offset, in i40e_tx_enable_csum() 3429 *td_offset |= offset; in i40e_tx_enable_csum() 3582 * @td_offset: offset for checksum or crc 3588 const u8 hdr_len, u32 td_cmd, u32 td_offset) in i40e_tx_map() 3629 build_ctob(td_cmd, td_offset, in i40e_tx_map() 3651 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40e_tx_map() 3697 build_ctob(td_cmd, td_offset, size, td_tag); in i40e_tx_map() 3891 u32 td_offset = 0; in i40e_xmit_frame_ring() local 3942 tso = i40e_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset, in i40e_xmit_frame_ring() 3258 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) i40e_tx_enable_csum() argument 3586 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) i40e_tx_map() argument [all...] |
/kernel/linux/linux-6.6/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 | 1644 u64 td_offset, td_tag, td_cmd; in ice_tx_map() local 1656 td_offset = off->td_offset; in ice_tx_map() 1692 ice_build_ctob(td_cmd, td_offset, max_data, in ice_tx_map() 1713 tx_desc->cmd_type_offset_bsz = ice_build_ctob(td_cmd, td_offset, in ice_tx_map() 1744 ice_build_ctob(td_cmd, td_offset, size, td_tag); in ice_tx_map() 1973 off->td_offset |= offset; in ice_tx_csum()
|
H A D | ice_txrx.h | 192 u32 td_offset; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A 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() 1954 * @td_offset: Tx descriptor header offsets to set 1959 u32 *td_cmd, u32 *td_offset, in iavf_tx_enable_csum() 2110 *td_offset |= offset; in iavf_tx_enable_csum() 2261 * @td_offset: offset for checksum or crc 2265 const u8 hdr_len, u32 td_cmd, u32 td_offset) in iavf_tx_map() 2305 build_ctob(td_cmd, td_offset, in iavf_tx_map() 2326 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in iavf_tx_map() 2359 build_ctob(td_cmd, td_offset, siz in iavf_tx_map() 1958 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) iavf_tx_enable_csum() argument 2263 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) iavf_tx_map() argument 2411 u32 td_offset = 0; iavf_xmit_frame_ring() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A 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() 1969 * @td_offset: Tx descriptor header offsets to set 1974 u32 *td_cmd, u32 *td_offset, in iavf_tx_enable_csum() 2125 *td_offset |= offset; in iavf_tx_enable_csum() 2276 * @td_offset: offset for checksum or crc 2280 const u8 hdr_len, u32 td_cmd, u32 td_offset) in iavf_tx_map() 2320 build_ctob(td_cmd, td_offset, in iavf_tx_map() 2341 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in iavf_tx_map() 2374 build_ctob(td_cmd, td_offset, siz in iavf_tx_map() 1973 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) iavf_tx_enable_csum() argument 2278 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) iavf_tx_map() argument 2426 u32 td_offset = 0; iavf_xmit_frame_ring() local [all...] |