Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_hci.h1084 __be16 inner_l4_off; /* Inner L4 header offset */ member
1092 u16 inner_l4_off, u16 outer_l3_off, in fun_eth_offload_init() argument
1100 s->inner_l4_off = cpu_to_be16(inner_l4_off); in fun_eth_offload_init()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_tx.c261 extra_bytes = (be16_to_cpu(req->offload.inner_l4_off) + in write_pkt_desc()