Searched refs:l3_len (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_singleq_txrx.c | 20 u32 l4_len, l3_len, l2_len; in idpf_tx_singleq_csum() local 146 l3_len = l4.hdr - ip.hdr; in idpf_tx_singleq_csum() 147 offset |= (l3_len / 4) << IDPF_TX_DESC_LEN_IPLEN_S; in idpf_tx_singleq_csum()
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.h | 273 __u8 l3_len; member
|
| H A D | hns3_enet.c | 1330 u32 l2_len, l3_len, l4_len; in hns3_set_outer_l2l3l4() local 1343 l3_len = l4.hdr - l3.hdr; in hns3_set_outer_l2l3l4() 1344 hns3_set_field(*ol_type_vlan_len_msec, HNS3_TXD_L3LEN_S, l3_len >> 2); in hns3_set_outer_l2l3l4() 1448 u32 l2_len, l3_len; in hns3_set_l2l3l4() local 1485 l3_len = l4.hdr - l3.hdr; in hns3_set_l2l3l4() 1486 hns3_set_field(*type_cs_vlan_tso, HNS3_TXD_L3LEN_S, l3_len >> 2); in hns3_set_l2l3l4()
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_txrx.c | 1813 u32 l4_len = 0, l3_len = 0, l2_len = 0; in ice_tx_csum() local 1959 l3_len = l4.hdr - ip.hdr; in ice_tx_csum() 1960 offset |= (l3_len / 4) << ICE_TX_DESC_LEN_IPLEN_S; in ice_tx_csum()
|
| /linux-6.15/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.h | 297 __be16 l3_len; member
|
| H A D | ibmvnic.c | 2233 hdr_desc->hdr.l3_len = cpu_to_be16((u16)hdr_len[1]); in create_hdr_descs()
|