Home
last modified time | relevance | path

Searched refs:ip_protocol (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dls1088a_serdes.c10 u8 ip_protocol; member
62 while (ptr->ip_protocol) { in serdes_get_number()
77 return ptr->ip_protocol; in serdes_get_number()
92 while (ptr->ip_protocol) { in serdes_get_prtcl()
93 if (ptr->ip_protocol == cfg) in serdes_get_prtcl()
110 while (ptr->ip_protocol) { in is_serdes_prtcl_valid()
111 if (ptr->ip_protocol == prtcl) in is_serdes_prtcl_valid()
116 if (!ptr->ip_protocol) in is_serdes_prtcl_valid()
/openbmc/qemu/hw/net/
H A Drtl8139.c2081 uint8_t ip_protocol = 0; in rtl8139_cplus_transmit_one() local
2117 ip_protocol = ip->ip_p; in rtl8139_cplus_transmit_one()
2135 if ((txdw0 & CP_TX_LGSEN) && ip_protocol == IP_PROTO_TCP) in rtl8139_cplus_transmit_one()
2274 if ((txdw0 & CP_TX_TCPCS) && ip_protocol == IP_PROTO_TCP) in rtl8139_cplus_transmit_one()
2294 else if ((txdw0 & CP_TX_UDPCS) && ip_protocol == IP_PROTO_UDP) in rtl8139_cplus_transmit_one()