Home
last modified time | relevance | path

Searched refs:DL_IB (Results 1 – 21 of 21) sorted by relevance

/onnv-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c71 mtrp->mtr_mactype = DL_IB; in _init()
72 mtrp->mtr_nativetype = DL_IB; in _init()
/onnv-gate/usr/src/uts/common/io/bpf/
H A Dbpf_dlt.c60 { DL_IB, DLT_IPOIB, 44 }, /* Solaris IPoIB (infini.) */
/onnv-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_sc.c85 if ((p->local.iftype != DL_IB) || (p->remote.iftype != DL_IB)) \
/onnv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_sc.c81 if ((p->local.iftype != DL_IB) || (p->remote.iftype != DL_IB)) \
/onnv-gate/usr/src/lib/libdladm/common/
H A Dlibdlib.c369 DATALINK_CLASS_PART, DL_IB, &conf); in dladm_part_persist_conf()
457 if (media != DL_IB) in dladm_part_create()
475 DATALINK_CLASS_PART, DL_IB, flags, &pattr.dia_partlinkid)) != in dladm_part_create()
H A Dlibdllink.c785 } else if (media == DL_IB) { in i_dladm_phys_delete()
788 &del_arg, DATALINK_CLASS_PART, DL_IB, DLADM_OPT_PERSIST); in i_dladm_phys_delete()
H A Dlibdladm.c54 { DL_IB, "Infiniband" },
H A Dlinkprop.c467 DATALINK_CLASS_PART, DL_IB },
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Drevarp.c362 case DL_IB: in dlpi_print_address()
/onnv-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c965 case DL_IB: in dlpi_arptype()
999 case DL_IB: in dlpi_iftype()
1619 { DL_IB, "Infiniband" },
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c1564 if (interface->mac_type == DL_IB) {
1565 dl.dl_type = DL_IB;
H A Dsnoop_filter.c1817 case DL_IB: in etheraddr_match()
2213 if (interface->mac_type == DL_IB) in primary()
2227 } else if (interface->mac_type == DL_IB) { in primary()
H A Dsnoop_ether.c82 { DL_IB, 4096, 0, 2, ETHERTYPE_IP, ETHERTYPE_IPV6,
/onnv-gate/usr/src/uts/common/io/
H A Dsundlpi.c570 case DL_IB: return ("Infiniband"); in dl_mactypestr()
H A Dgld.c321 DL_IB,
665 if (mediatype != DL_IB) { in gld_register()
1151 case DL_IB: in gld_update_kstat()
5540 (macinfo->gldm_type != DL_IB)) || in gld_set_ipq()
H A Dgldutil.c567 ASSERT(macinfo->gldm_type == DL_IB); in gld_init_ib()
/onnv-gate/usr/src/uts/common/sys/
H A Ddlpi.h263 #define DL_IB 0x1a /* Infiniband */ macro
/onnv-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1944 case DL_IB: in mac_protect_update_v6_local_addr()
/onnv-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c176 { DL_IB, ARPHRD_IB, -2, 20}, /* Infiniband */
H A Dip_if.c262 { DL_IB, IFT_IB, ETHERTYPE_IP, ETHERTYPE_IPV6,
/onnv-gate/usr/src/cmd/dladm/
H A Ddladm.c9460 DATALINK_CLASS_PHYS, DL_IB, flags); in do_show_ib()