Home
last modified time | relevance | path

Searched refs:td_offset (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_txrx.c1114 build_ctob(u64 td_cmd, u64 td_offset, unsigned int size, u64 td_tag) in build_ctob() argument
1118 (td_offset << ICE_TXD_QW1_OFFSET_S) | in build_ctob()
1174 u64 td_offset, td_tag, td_cmd; in ice_tx_map() local
1185 td_offset = off->td_offset; in ice_tx_map()
1222 build_ctob(td_cmd, td_offset, max_data, td_tag); in ice_tx_map()
1242 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in ice_tx_map()
1275 build_ctob(td_cmd, td_offset, size, td_tag); in ice_tx_map()
1408 off->td_offset |= offset; in ice_tx_csum()
Dice_txrx.h50 u32 td_offset; member
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c11 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() argument
16 ((u64)td_offset << I40E_TXD_QW1_OFFSET_SHIFT) | in build_ctob()
1945 u32 *td_cmd, u32 *td_offset, in i40e_tx_enable_csum() argument
2096 *td_offset |= offset; in i40e_tx_enable_csum()
2251 const u8 hdr_len, u32 td_cmd, u32 td_offset) in i40evf_tx_map() argument
2291 build_ctob(td_cmd, td_offset, in i40evf_tx_map()
2312 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40evf_tx_map()
2345 build_ctob(td_cmd, td_offset, size, td_tag); in i40evf_tx_map()
2400 u32 td_offset = 0; in i40e_xmit_frame_ring() local
2460 tso = i40e_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset, in i40e_xmit_frame_ring()
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c12 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() argument
17 ((u64)td_offset << I40E_TXD_QW1_OFFSET_SHIFT) | in build_ctob()
3035 u32 *td_cmd, u32 *td_offset, in i40e_tx_enable_csum() argument
3186 *td_offset |= offset; in i40e_tx_enable_csum()
3343 const u8 hdr_len, u32 td_cmd, u32 td_offset) in i40e_tx_map() argument
3384 build_ctob(td_cmd, td_offset, in i40e_tx_map()
3406 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40e_tx_map()
3452 build_ctob(td_cmd, td_offset, size, td_tag); in i40e_tx_map()
3562 u32 td_offset = 0; in i40e_xmit_frame_ring() local
3623 tso = i40e_tx_enable_csum(skb, &tx_flags, &td_cmd, &td_offset, in i40e_xmit_frame_ring()
[all …]