Searched refs:ip_offset (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/mips/include/asm/octeon/ |
| A D | cvmx-wqe.h | 64 uint64_t ip_offset:8; member 192 uint64_t ip_offset:8; 199 uint64_t ip_offset:8; member 239 uint64_t ip_offset:8;
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | ef100_tx.c | 191 unsigned int len, ip_offset, tcp_offset, payload_segs; in ef100_make_tso_desc() local 214 ip_offset = skb_inner_network_offset(skb); in ef100_make_tso_desc() 220 ip_offset = skb_network_offset(skb); in ef100_make_tso_desc() 240 ESF_GZ_TX_TSO_INNER_L3_OFF_W, ip_offset >> 1, in ef100_make_tso_desc()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_discovery.c | 331 uint16_t ip_offset; in amdgpu_discovery_reg_base_init() local 356 ip_offset = die_offset + sizeof(*dhdr); in amdgpu_discovery_reg_base_init() 368 ip = (struct ip *)(adev->mman.discovery_bin + ip_offset); in amdgpu_discovery_reg_base_init() 420 ip_offset += sizeof(*ip) + 4 * (ip->num_base_address - 1); in amdgpu_discovery_reg_base_init() 435 uint16_t ip_offset; in amdgpu_discovery_get_ip_version() local 454 ip_offset = die_offset + sizeof(*dhdr); in amdgpu_discovery_get_ip_version() 457 ip = (struct ip *)(adev->mman.discovery_bin + ip_offset); in amdgpu_discovery_get_ip_version() 468 ip_offset += sizeof(*ip) + 4 * (ip->num_base_address - 1); in amdgpu_discovery_get_ip_version()
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| A D | hns_enet.c | 49 u8 ip_offset = 0; in fill_v2_desc_hw() local 77 ip_offset = ETH_HLEN; in fill_v2_desc_hw() 80 ip_offset += VLAN_HLEN; in fill_v2_desc_hw() 114 desc->tx.ip_offset = ip_offset; in fill_v2_desc_hw() 153 u32 ip_offset; in fill_desc() local 175 ip_offset = ETH_HLEN; in fill_desc() 179 ip_offset += VLAN_HLEN; in fill_desc() 194 flag_ipoffset |= ip_offset << HNS_TXD_IPOFFSET_S; in fill_desc()
|
| A D | hnae.h | 183 __u8 ip_offset; member
|
| /linux/drivers/staging/octeon/ |
| A D | octeon-stubs.h | 49 uint64_t ip_offset:8; member 73 uint64_t ip_offset:8; member
|
| A D | ethernet-tx.c | 578 work->word2.s.ip_offset = 14; in cvm_oct_xmit_pow()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| A D | hclge_main.c | 5970 int offset, moffset, ip_offset; in hclge_fd_convert_tuple() local 6014 ip_offset = IPV4_INDEX * sizeof(u32); in hclge_fd_convert_tuple() 6015 calc_x(tmp_x_l, *(u32 *)(&p[offset + ip_offset]), in hclge_fd_convert_tuple() 6016 *(u32 *)(&p[moffset + ip_offset])); in hclge_fd_convert_tuple() 6017 calc_y(tmp_y_l, *(u32 *)(&p[offset + ip_offset]), in hclge_fd_convert_tuple() 6018 *(u32 *)(&p[moffset + ip_offset])); in hclge_fd_convert_tuple()
|
Completed in 49 milliseconds