Home
last modified time | relevance | path

Searched refs:ip_id (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/u-boot/drivers/crypto/fsl/
H A Dsec.c104 u16 ip_id; in caam_get_era() member
126 u16 ip_id = (secvid_ms & SEC_SECVID_MS_IPID_MASK) >> in caam_get_era() local
138 if (caam_eras[i].ip_id == ip_id && in caam_get_era()
/openbmc/linux/net/core/
H A Dtso.c18 iph->id = htons(tso->ip_id); in tso_build_hdr()
20 tso->ip_id++; in tso_build_hdr()
70 tso->ip_id = ntohs(ip_hdr(skb)->id); in tso_start()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Daqua_vanjaram.c345 enum AMDGPU_XCP_IP_BLOCK ip_id, in __aqua_vanjaram_get_xcp_ip_info() argument
382 switch (ip_id) { in __aqua_vanjaram_get_xcp_ip_info()
403 ip->ip_id = ip_id; in __aqua_vanjaram_get_xcp_ip_info()
604 enum AMDGPU_XCP_IP_BLOCK ip_id, in aqua_vanjaram_get_xcp_ip_details() argument
610 return __aqua_vanjaram_get_xcp_ip_info(xcp_mgr, xcp_id, ip_id, ip); in aqua_vanjaram_get_xcp_ip_details()
H A Damdgpu_xcp.h70 enum AMDGPU_XCP_IP_BLOCK ip_id; member
107 enum AMDGPU_XCP_IP_BLOCK ip_id,
H A Damdgpu_xcp.c114 xcp->ip[ip->ip_id] = *ip; in __amdgpu_xcp_add_block()
115 xcp->ip[ip->ip_id].valid = true; in __amdgpu_xcp_add_block()
/openbmc/linux/tools/testing/selftests/net/
H A Dip_defrag.c48 static uint32_t ip_id = 0xabcd; variable
230 fraghdr->ip6f_ident = htonl(ip_id++); in send_udp_frags()
236 iphdr->ip_id = htons(ip_id++); in send_udp_frags()
/openbmc/linux/include/net/
H A Dtso.h14 u16 ip_id; member
/openbmc/qemu/net/
H A Dutil.h42 uint16_t ip_id; /* identification */ member
/openbmc/linux/drivers/crypto/caam/
H A Dctrl.c421 u16 ip_id; in caam_get_era_from_hw() member
441 u16 ip_id; in caam_get_era_from_hw() local
450 ip_id = (id_ms & SECVID_MS_IPID_MASK) >> SECVID_MS_IPID_SHIFT; in caam_get_era_from_hw()
454 if (id[i].ip_id == ip_id && id[i].maj_rev == maj_rev) in caam_get_era_from_hw()
H A Ddpseci_cmd.h104 __le16 ip_id; member
H A Ddpseci.c319 attr->ip_id = le16_to_cpu(rsp_params->ip_id); in dpseci_get_sec_attr()
H A Ddpseci.h229 u16 ip_id; member
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_base.h71 __le16 ip_id; /* IP id */ member
/openbmc/u-boot/include/
H A Dnet.h356 u16 ip_id; /* identification */ member
380 u16 ip_id; /* identification */ member
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.h77 __le16 ip_id; /* IP id */ member
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h221 __le16 ip_id; /* IP id */ member
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dvf.h54 __le16 ip_id; /* IP id */ member
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h259 __le16 ip_id; /* IP id */ member
289 __le16 ip_id; /* IP id */ member
/openbmc/qemu/hw/net/
H A De1000x_regs.h778 uint16_t ip_id; /* IP id */ member
808 uint16_t ip_id; /* IP id */ member
H A Dnet_tx_pkt.c679 ip->ip_id = cpu_to_be16(be16_to_cpu(ip->ip_id) + 1); in net_tx_pkt_tcp_fragment_advance()
H A Digb_regs.h66 uint16_t ip_id; /* IP Id */ member
H A De1000e_core.c1124 uint16_t *ip_id, in e1000e_build_rx_metadata() argument
1160 *ip_id = cpu_to_le16(net_rx_pkt_get_ip_id(pkt)); in e1000e_build_rx_metadata()
1161 trace_e1000e_rx_metadata_ip_id(*ip_id); in e1000e_build_rx_metadata()
1234 uint16_t ip_id; in e1000e_write_lgcy_rx_descr() local
1244 &status_flags, &ip_id, in e1000e_write_lgcy_rx_descr()
1265 &desc->wb.lower.hi_dword.csum_ip.ip_id, in e1000e_write_ext_rx_descr()
1292 &desc->wb.lower.hi_dword.csum_ip.ip_id, in e1000e_write_ps_rx_descr()
/openbmc/u-boot/net/
H A Dnet.c935 if (!total_len || localip->ip_id != ip->ip_id) { in __net_defragment()
1516 ip->ip_id = htons(net_ip_id++); in net_set_ip_header()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c118 p.ip_udp.ip_id = htons(++net_ip_id); in send_dhcp_discover()
/openbmc/qemu/include/net/
H A Deth.h53 uint16_t ip_id; /* identification */ member

12