Searched defs:td_offset (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/intel/i40e/
H A Di40e_fcoe.c1285 u32 td_offset = 0; local
1303 td_offset |= ((((sizeof(struct fcoe_hdr) + 2) >> 2) <<
1312 td_offset |= (maclen >> 1) << I40E_TX_DESC_LENGTH_MACLEN_SHIFT;
1315 td_cmd, td_offset);
H A Di40e_txrx.c31 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, argument
36 ((u64)td_offset << I40E_TXD_QW1_OFFSET_SHIFT) |
1919 * @td_offset: Tx descriptor header offsets to set
1923 u32 *td_cmd, u32 *td_offset,
1985 /* Now set the td_offset for IP header length */
1986 *td_offset = (network_hdr_len >> 2) <<
1991 /* Now set the td_offset for IP header length */
1992 *td_offset = (network_hdr_len >> 2) <<
1996 *td_offset |= (skb_network_offset(skb) >> 1) <<
2004 *td_offset |
1922 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
2107 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
2315 u32 td_offset = 0; local
[all...]
/drivers/net/ethernet/intel/i40evf/
H A Di40e_txrx.c32 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, argument
37 ((u64)td_offset << I40E_TXD_QW1_OFFSET_SHIFT) |
1211 * @td_offset: Tx descriptor header offsets to set
1215 u32 *td_cmd, u32 *td_offset,
1277 /* Now set the td_offset for IP header length */
1278 *td_offset = (network_hdr_len >> 2) <<
1283 /* Now set the td_offset for IP header length */
1284 *td_offset = (network_hdr_len >> 2) <<
1288 *td_offset |= (skb_network_offset(skb) >> 1) <<
1296 *td_offset |
1214 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
1357 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
1588 u32 td_offset = 0; local
[all...]

Completed in 82 milliseconds