/titanic_50/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_ib.c | 71 mtrp->mtr_mactype = DL_IB; in _init() 72 mtrp->mtr_nativetype = DL_IB; in _init()
|
/titanic_50/usr/src/uts/common/io/bpf/ |
H A D | bpf_dlt.c | 60 { DL_IB, DLT_IPOIB, 44 }, /* Solaris IPoIB (infini.) */
|
/titanic_50/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_sc.c | 85 if ((p->local.iftype != DL_IB) || (p->remote.iftype != DL_IB)) \
|
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdsv3_sc.c | 81 if ((p->local.iftype != DL_IB) || (p->remote.iftype != DL_IB)) \
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | libdlib.c | 369 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 D | libdllink.c | 784 } else if (media == DL_IB) { in i_dladm_phys_delete() 787 &del_arg, DATALINK_CLASS_PART, DL_IB, DLADM_OPT_PERSIST); in i_dladm_phys_delete()
|
H A D | libdladm.c | 54 { DL_IB, "Infiniband" },
|
H A D | linkprop.c | 512 DATALINK_CLASS_PART, DL_IB },
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | revarp.c | 360 case DL_IB: in dlpi_print_address()
|
/titanic_50/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 965 case DL_IB: in dlpi_arptype() 999 case DL_IB: in dlpi_iftype() 1619 { DL_IB, "Infiniband" },
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pf.c | 1566 if (interface->mac_type == DL_IB) { 1567 dl.dl_type = DL_IB;
|
H A D | snoop_filter.c | 1819 case DL_IB: in etheraddr_match() 2215 if (interface->mac_type == DL_IB) in primary() 2229 } else if (interface->mac_type == DL_IB) { in primary()
|
H A D | snoop_ether.c | 82 { DL_IB, 4096, 0, 2, ETHERTYPE_IP, ETHERTYPE_IPV6,
|
/titanic_50/usr/src/uts/common/io/ |
H A D | sundlpi.c | 570 case DL_IB: return ("Infiniband"); in dl_mactypestr()
|
H A D | gld.c | 321 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 D | gldutil.c | 567 ASSERT(macinfo->gldm_type == DL_IB); in gld_init_ib()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | dlpi.h | 263 #define DL_IB 0x1a /* Infiniband */ macro
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 176 { DL_IB, ARPHRD_IB, -2, 20}, /* Infiniband */
|
H A D | ip_if.c | 267 { DL_IB, IFT_IB, ETHERTYPE_IP, ETHERTYPE_IPV6,
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 2239 case DL_IB: in mac_protect_update_mac_token()
|
/titanic_50/usr/src/cmd/dladm/ |
H A D | dladm.c | 9443 DATALINK_CLASS_PHYS, DL_IB, flags); in do_show_ib()
|