Searched refs:ipoib_rhdr (Results 1 – 4 of 4) sorted by relevance
187 if (in->arp_eh.ipoib_rhdr.ipoib_type != in ibd_comarp()236 out.arp_eh.ipoib_rhdr.ipoib_type = htons(ETHERTYPE_ARP); in ibd_arp()379 if (eh->ipoib_rhdr.ipoib_type == ntohs(ETHERTYPE_IP) && in ibd_input()415 if (eh->ipoib_rhdr.ipoib_type == ntohs(ETHERTYPE_ARP) && in ibd_input()515 eh.ipoib_rhdr.ipoib_type = htons(ETHERTYPE_IP); in ibd_output()516 eh.ipoib_rhdr.ipoib_mbz = 0; in ibd_output()
873 ipoib_rhdr.ipoib_type); in gld_interpret_mdt_ib()903 REF_HOST_USHORT(gldp->ipoib_rhdr.ipoib_type) != 0) in gld_unitdata_ib()904 type = REF_HOST_USHORT(gldp->ipoib_rhdr.ipoib_type); in gld_unitdata_ib()933 SET_NET_USHORT(gldp->ipoib_rhdr.ipoib_type, type); in gld_unitdata_ib()934 gldp->ipoib_rhdr.ipoib_mbz = 0; in gld_unitdata_ib()955 REF_HOST_USHORT(gldp->ipoib_rhdr.ipoib_type) != 0) in gld_fastpath_ib()956 type = REF_HOST_USHORT(gldp->ipoib_rhdr.ipoib_type); in gld_fastpath_ib()971 tgldp->ipoib_rhdr.ipoib_type = htons(type); in gld_fastpath_ib()972 tgldp->ipoib_rhdr.ipoib_mbz = 0; in gld_fastpath_ib()
247 ntohs(orig_hp->ipoib_rhdr.ipoib_type), pdata, NULL, 0); in mac_ib_header_cook()
469 ipoib_hdr_t ipoib_rhdr; member