Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dtx_tso.c61 u16 ipv4_id; member
185 st->ipv4_id = ntohs(ip_hdr(skb)->id); in tso_start()
188 st->ipv4_id = 0; in tso_start()
317 ESF_DZ_TX_TSO_IP_ID, st->ipv4_id, in tso_start_new_packet()
344 ++st->ipv4_id; in tso_start_new_packet()
Def10.c2330 u16 ipv4_id; in efx_ef10_tx_tso_desc() local
2348 ipv4_id = ntohs(ip->id); in efx_ef10_tx_tso_desc()
2354 ipv4_id = 0; in efx_ef10_tx_tso_desc()
2370 ESF_DZ_TX_TSO_IP_ID, ipv4_id, in efx_ef10_tx_tso_desc()