Searched refs:oui (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-11-stable/contrib/ofed/libibmad/
H A Dregister.c135 uint8_t oui[3]; local
158 oui[0] = (class_oui >> 16) & 0xff;
159 oui[1] = (class_oui >> 8) & 0xff;
160 oui[2] = class_oui & 0xff;
163 oui, class_method_mask)) < 0) {
H A Dvendor.c94 rpc.oui = call->oui;
/freebsd-11-stable/contrib/ofed/libibumad/
H A Dumad.c63 uint8_t oui[3]; member in struct:ib_user_mad_reg_req
78 uint32_t oui; member in struct:ib_user_mad_reg_req2
907 uint8_t oui[3], long method_mask[])
911 TRACE("fd %d mgmt_class %u rmpp_version %d oui 0x%x%x%x method_mask %p",
912 fd, mgmt_class, (int)rmpp_version, (int)oui[0], (int)oui[1],
913 (int)oui[2], method_mask);
923 memcpy(req.oui, oui, sizeof req.oui);
906 umad_register_oui(int fd, int mgmt_class, uint8_t rmpp_version, uint8_t oui[3], long method_mask[]) argument
949 __be32 oui = htobe32(IB_OPENIB_OUI); local
[all...]
H A Dumad_types.h169 uint8_t oui[3]; /* network-byte order */ member in struct:umad_vendor_packet
H A Dumad.h223 uint8_t oui[3], long method_mask[16 / sizeof(long)]);
235 uint32_t oui; member in struct:umad_reg_attr
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dradiotap_iter.h23 uint32_t oui; member in struct:ieee80211_radiotap_namespace
H A Dradiotap.c167 uint32_t oui, uint8_t subns)
177 if (iterator->_vns->ns[i].oui != oui)
240 uint32_t oui; local
312 oui = (*iterator->_arg << 16) |
317 find_ns(iterator, oui, subns);
166 find_ns(struct ieee80211_radiotap_iterator *iterator, uint32_t oui, uint8_t subns) argument
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_mad.h188 * @oui: Indicates IEEE OUI when mgmt_class is a vendor class
199 __u8 oui[3]; member in struct:ib_user_mad_reg_req
220 * @oui - Indicates IEEE OUI to use when mgmt_class is a vendor
237 __u32 oui; member in struct:ib_user_mad_reg_req2
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibping.c108 static int oui = IB_OPENIB_OUI; variable
124 call.oui = oui;
182 oui = strtoul(optarg, 0, 0);
211 {"oui", 'o', 1, NULL, "use specified OUI number"},
232 if (mad_register_server_via(ping_class, 0, 0, oui, srcport) < 0)
H A Dibsysstat.c71 static int server = 0, oui = IB_OPENIB_OUI; variable
100 rpc.oui = mad_get_field(mad, 0, IB_VEND2_OUI_F);
234 rpc.oui = oui;
284 oui = strtoul(optarg, 0, 0);
313 {"oui", 'o', 1, NULL, "use specified OUI number"},
337 if (mad_register_server_via(sysstat_class, 1, 0, oui, srcport) <
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dunisap.h66 u_int oui:24; /* IEEE 802.1 OUI */ member in struct:unisve_blli_id3
H A Dunisap.c205 if (s1->oui == s2->oui && s1->pid == s2->pid)
377 if (blli->oui != sap->blli_id3.oui ||
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwmm.c121 wmm->oui[0] = 0x00;
122 wmm->oui[1] = 0x50;
123 wmm->oui[2] = 0xf2;
174 wmm->oui[0], wmm->oui[1], wmm->oui[2], wmm->oui_type,
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dhdmi.h290 unsigned int oui; member in struct:hdmi_vendor_infoframe
305 unsigned int oui; member in struct:hdmi_vendor_any_infoframe::__anon5170
H A Dhdmi.c316 frame->oui = HDMI_IEEE_OUI;
403 if (frame->any.oui != HDMI_IEEE_OUI)
934 if (frame->any.oui != HDMI_IEEE_OUI) {
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c676 memcpy(req.oui, ureq.oui, sizeof req.oui);
793 if (ureq.oui & 0xff000000) {
795 "ib_umad_reg_agent2 failed: oui invalid 0x%08x\n",
796 ureq.oui);
800 req.oui[2] = ureq.oui & 0x0000ff;
801 req.oui[1] = (ureq.oui
[all...]
H A Dmad_priv.h166 u8 oui[MAX_MGMT_OUI][3]; member in struct:ib_mad_mgmt_vendor_class
/freebsd-11-stable/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c502 vendor_mad->oui[0],
503 vendor_mad->oui[1],
504 vendor_mad->oui[2]);
/freebsd-11-stable/sys/dev/etherswitch/ip17x/
H A Dip17x.c79 uint32_t oui, model, phy_id1, phy_id2; local
87 oui = MII_OUI(phy_id1, phy_id2);
90 if (oui != IP17X_OUI) {
92 "Unsupported IC+ switch. Unknown OUI: %#x\n", oui);
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c55 RSN_SELECTOR_PUT(hdr->oui, WPA_OUI_TYPE);
361 unsigned int oui; local
369 oui = WPA_GET_BE24(&pos[2]);
370 if (oui == OUI_MICROSOFT && pos[5] == WMM_OUI_TYPE && pos[1] > 4) {
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-llc.c39 #include "oui.h"
128 uint32_t oui; member in struct:oui_tok
411 if (otp->oui == orgcode) {
440 ND_PRINT((ndo, "oui %s (0x%06x), %s %s (0x%04x), length %u: ",
594 ND_PRINT((ndo, "SNAP, oui %s (0x%06x), pid %s (0x%04x), length %u: ",
H A Dprint-lldp.c34 #include "oui.h"
1425 u_int oui, tlen, hexdump, tlv_type, tlv_len; local
1612 oui = EXTRACT_24BITS(tptr);
1613 ND_PRINT((ndo, ": OUI %s (0x%06x)", tok2str(oui_values, "Unknown", oui), oui));
1615 switch (oui) {
H A Dprint-slow.c33 #include "oui.h"
85 uint8_t oui[3]; member in struct:slow_oam_info_t
593 EXTRACT_24BITS(&tlv.slow_oam_info->oui)),
594 EXTRACT_24BITS(&tlv.slow_oam_info->oui),
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_mac.c164 uint32_t oui; local
175 oui = addr[0] << 16 | addr[1] << 8 | addr[2];
176 if (oui == 0x000000) {
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_mad.h238 u8 oui[3]; member in struct:ib_vendor_mad
600 * @oui: Indicates IEEE OUI when mgmt_class is a vendor class
609 u8 oui[3]; member in struct:ib_mad_reg_req

Completed in 231 milliseconds

12