Searched refs:l3_len (Results 1 – 5 of 5) sorted by relevance
264 __u8 l3_len; member
1318 u32 l2_len, l3_len, l4_len; in hns3_set_outer_l2l3l4() local1331 l3_len = l4.hdr - l3.hdr; in hns3_set_outer_l2l3l4()1332 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L3LEN_S, l3_len >> 2); in hns3_set_outer_l2l3l4()1370 u32 l2_len, l3_len; in hns3_set_l2l3l4() local1419 l3_len = l4.hdr - l3.hdr; in hns3_set_l2l3l4()1420 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L3LEN_S, l3_len >> 2); in hns3_set_l2l3l4()
1720 u32 l4_len = 0, l3_len = 0, l2_len = 0; in ice_tx_csum() local1858 l3_len = l4.hdr - ip.hdr; in ice_tx_csum()1859 offset |= (l3_len / 4) << ICE_TX_DESC_LEN_IPLEN_S; in ice_tx_csum()
262 __be16 l3_len; member
1739 hdr_desc.hdr.l3_len = cpu_to_be16((u16)hdr_len[1]); in create_hdr_descs()
Completed in 34 milliseconds