Searched refs:l3_len (Results 1 – 4 of 4) sorted by relevance
1597 u32 l4_len = 0, l3_len = 0, l2_len = 0; in ice_tx_csum() local1739 l3_len = l4.hdr - ip.hdr; in ice_tx_csum()1740 offset |= (l3_len / 4) << ICE_TX_DESC_LEN_IPLEN_S; in ice_tx_csum()
273 __u8 l3_len; member
1356 u32 l2_len, l3_len, l4_len; in hns3_set_outer_l2l3l4() local1369 l3_len = l4.hdr - l3.hdr; in hns3_set_outer_l2l3l4()1370 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L3LEN_S, l3_len >> 2); in hns3_set_outer_l2l3l4()1474 u32 l2_len, l3_len; in hns3_set_l2l3l4() local1511 l3_len = l4.hdr - l3.hdr; in hns3_set_l2l3l4()1512 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L3LEN_S, l3_len >> 2); in hns3_set_l2l3l4()
2241 hdr_desc->hdr.l3_len = cpu_to_be16((u16)hdr_len[1]); in create_hdr_descs()