Home
last modified time | relevance | path

Searched refs:ipv4_id (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/
Dtx_tso.c64 u16 ipv4_id; member
188 st->ipv4_id = ntohs(ip_hdr(skb)->id); in tso_start()
191 st->ipv4_id = 0; in tso_start()
320 ESF_DZ_TX_TSO_IP_ID, st->ipv4_id, in tso_start_new_packet()
347 ++st->ipv4_id; in tso_start_new_packet()
Def10.c2333 u16 ipv4_id; in efx_ef10_tx_tso_desc() local
2351 ipv4_id = ntohs(ip->id); in efx_ef10_tx_tso_desc()
2357 ipv4_id = 0; in efx_ef10_tx_tso_desc()
2373 ESF_DZ_TX_TSO_IP_ID, ipv4_id, in efx_ef10_tx_tso_desc()