Searched refs:ip_offset (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/mips/include/asm/octeon/ |
| H 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/sound/soc/sof/intel/ |
| H A D | hda-mlink.c | 68 u32 ip_offset; member 157 h2link->ip_offset = AZX_REG_SDW_IP_OFFSET; in hdaml_lnk_enum() 164 h2link->ip_offset = AZX_REG_INTEL_DMIC_IP_OFFSET; in hdaml_lnk_enum() 172 h2link->ip_offset = AZX_REG_INTEL_SSP_IP_OFFSET; in hdaml_lnk_enum() 179 h2link->ip_offset = AZX_REG_INTEL_UAOL_IP_OFFSET; in hdaml_lnk_enum()
|
| /linux/drivers/soundwire/ |
| H A D | intel_init.c | 70 link->ip_offset = 0; in intel_link_dev_register() 76 link->ip_offset = SDW_CADENCE_MCP_IP_OFFSET; in intel_link_dev_register()
|
| H A D | cadence_master.h | 129 u32 ip_offset; member
|
| H A D | intel.h | 36 u32 ip_offset; member
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_enet.c | 47 u8 ip_offset = 0; in fill_v2_desc_hw() local 75 ip_offset = ETH_HLEN; in fill_v2_desc_hw() 78 ip_offset += VLAN_HLEN; in fill_v2_desc_hw() 112 desc->tx.ip_offset = ip_offset; in fill_v2_desc_hw() 152 u32 ip_offset; in fill_desc() local 174 ip_offset = ETH_HLEN; in fill_desc() 178 ip_offset += VLAN_HLEN; in fill_desc() 193 flag_ipoffset |= ip_offset << HNS_TXD_IPOFFSET_S; in fill_desc()
|
| /linux/tools/hv/ |
| H A D | hv_kvp_daemon.c | 1333 int ip_offset = 0, error = 0, ip_ver; in process_dns_gateway_nm() local 1350 if (!parse_ip_val_buffer(ip_string, &ip_offset, addr, in process_dns_gateway_nm() 1396 int ip_offset = 0, subnet_offset = 0; in process_ip_string_nm() local 1402 while (parse_ip_val_buffer(ip_string, &ip_offset, addr, in process_ip_string_nm()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 5711 int offset, moffset, ip_offset; in hclge_fd_convert_tuple() local 5755 ip_offset = IPV4_INDEX * sizeof(u32); in hclge_fd_convert_tuple() 5756 calc_x(tmp_x_l, *(u32 *)(&p[offset + ip_offset]), in hclge_fd_convert_tuple() 5757 *(u32 *)(&p[moffset + ip_offset])); in hclge_fd_convert_tuple() 5758 calc_y(tmp_y_l, *(u32 *)(&p[offset + ip_offset]), in hclge_fd_convert_tuple() 5759 *(u32 *)(&p[moffset + ip_offset])); in hclge_fd_convert_tuple()
|