Searched refs:ip_offset (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-wqe.h64 uint64_t ip_offset:8; member in struct:__anon46::__anon47
192 uint64_t ip_offset:8;
199 uint64_t ip_offset:8; member in struct:__anon46::__anon48
239 uint64_t ip_offset:8;
/linux-master/drivers/soundwire/
H A Dcadence_master.h110 * @ip_offset: version-dependent offset to access IP_MCP registers and fields
126 u32 ip_offset; member in struct:sdw_cdns
H A Dintel.h15 * @ip_offset: offset for MCP_IP registers
35 u32 ip_offset; member in struct:sdw_intel_link_res
H A Dintel_init.c69 link->ip_offset = 0;
75 link->ip_offset = SDW_CADENCE_MCP_IP_OFFSET;
H A Dintel_auxdevice.c233 cdns->ip_offset = sdw->link_res->ip_offset;
H A Dcadence_master.c215 return cdns_readl(cdns, cdns->ip_offset + offset);
220 return cdns_writel(cdns, cdns->ip_offset + offset, value);
236 cdns_updatel(cdns, cdns->ip_offset + offset, mask, val);
/linux-master/drivers/net/ethernet/sfc/
H A Def100_tx.c191 unsigned int len, ip_offset, tcp_offset, payload_segs; local
214 ip_offset = skb_inner_network_offset(skb);
220 ip_offset = skb_network_offset(skb);
240 ESF_GZ_TX_TSO_INNER_L3_OFF_W, ip_offset >> 1,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c567 uint16_t die_offset, ip_offset, num_dies, num_ips; local
580 ip_offset = die_offset + sizeof(*dhdr);
583 ip = (struct ip_v4 *)(adev->mman.discovery_bin + ip_offset);
615 ip_offset += struct_size(ip, base_address_64, ip->num_base_address);
617 ip_offset += struct_size(ip, base_address, ip->num_base_address);
978 size_t ip_offset = _ip_offset; local
984 ip = (struct ip_v4 *)(adev->mman.discovery_bin + ip_offset);
989 DRM_DEBUG("match:%d @ ip_offset:%zu", ii, ip_offset);
1056 ip_offset
1074 size_t ip_offset; local
1230 uint16_t ip_offset; local
[all...]
/linux-master/sound/soc/sof/intel/
H A Dhda-mlink.c43 * @ip_offset: offset to IP register base
66 u32 ip_offset; member in struct:hdac_ext2_link
146 h2link->ip_offset = AZX_REG_SDW_IP_OFFSET;
153 h2link->ip_offset = AZX_REG_INTEL_DMIC_IP_OFFSET;
161 h2link->ip_offset = AZX_REG_INTEL_SSP_IP_OFFSET;
168 h2link->ip_offset = AZX_REG_INTEL_UAOL_IP_OFFSET;
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c47 u8 ip_offset = 0; local
75 ip_offset = ETH_HLEN;
78 ip_offset += VLAN_HLEN;
112 desc->tx.ip_offset = ip_offset;
152 u32 ip_offset; local
174 ip_offset = ETH_HLEN;
178 ip_offset += VLAN_HLEN;
193 flag_ipoffset |= ip_offset << HNS_TXD_IPOFFSET_S;
H A Dhnae.h183 __u8 ip_offset; member in struct:hnae_desc::__anon889::__anon890::__anon892::__anon893
/linux-master/drivers/staging/octeon/
H A Dethernet-tx.c576 work->word2.s.ip_offset = 14;
H A Docteon-stubs.h49 uint64_t ip_offset:8; member in struct:cvmx_pip_wqe_word2::__anon254
73 uint64_t ip_offset:8; member in struct:cvmx_pip_wqe_word2::__anon255
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5623 int offset, moffset, ip_offset; local
5667 ip_offset = IPV4_INDEX * sizeof(u32);
5668 calc_x(tmp_x_l, *(u32 *)(&p[offset + ip_offset]),
5669 *(u32 *)(&p[moffset + ip_offset]));
5670 calc_y(tmp_y_l, *(u32 *)(&p[offset + ip_offset]),
5671 *(u32 *)(&p[moffset + ip_offset]));

Completed in 293 milliseconds