HomeSort by relevance Sort by last modified time
    Searched refs:vnic (Results 1 - 25 of 27) sorted by null

1 2

  /onnv/onnv-gate/usr/src/uts/common/io/vnic/
vnic_dev.c 53 #include <sys/vnic.h>
59 * Note that for best performance, the VNIC is a passthrough design.
60 * For each VNIC corresponds a MAC client of the underlying MAC (lower MAC).
61 * This MAC client is opened by the VNIC driver at VNIC creation,
62 * and closed when the VNIC is deleted.
63 * When a MAC client of the VNIC itself opens a VNIC, the MAC layer
64 * (upper MAC) detects that the MAC being opened is a VNIC. Instead
65 * of allocating a new MAC client, it asks the VNIC driver to retur
327 vnic_t *vnic; local
545 vnic_t *vnic = NULL; local
564 vnic_t *vnic = NULL; local
658 vnic_t *vnic = arg; local
712 vnic_t *vnic = vnic_arg; local
725 vnic_t *vnic = arg; local
811 vnic_t *vnic = arg; local
888 vnic_t *vnic; local
926 vnic_t *vnic = arg; local
    [all...]
vnic_ctl.c 27 * Virtual Network Interface Card (VNIC)
32 #include <sys/vnic.h>
79 mac_init_ops(&vnic_dev_ops, "vnic");
171 * Allow the VNIC instance to be detached only if there
  /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/
vnic_rcm.c 27 * This RCM module adds support to the RCM framework for VNIC links
57 /* VNIC link flags */
66 struct dl_vnic *dlv_next; /* next VNIC on the same link */
67 struct dl_vnic *dlv_prev; /* prev VNIC on the same link */
69 vnic_flag_t dlv_flags; /* VNIC link flags */
72 /* VNIC Cache state flags */
89 dl_vnic_t *vc_vnic; /* VNIC list on this link */
169 rcm_log_message(RCM_TRACE1, "VNIC: mod_init\n");
179 "VNIC: mod_init failed: cannot open datalink handle: %s\n",
194 rcm_log_message(RCM_TRACE1, "VNIC: mod_info\n")
402 dl_vnic_t *vnic; local
432 dl_vnic_t *vnic; local
537 dl_vnic_t *vnic = NULL; local
676 dl_vnic_t *vnic; local
796 dl_vnic_t *vnic, *next; local
853 dl_vnic_t *vnic; local
977 dl_vnic_t *vnic; local
1000 dl_vnic_t *vnic, *next; local
1124 dl_vnic_t *vnic; local
1153 dl_vnic_t *vnic; local
1186 dl_vnic_t *vnic; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdladm/common/
libdlvlan.c 45 dladm_vnic_attr_t attr, *vnic = &attr; local
47 if ((status = dladm_vnic_info(handle, vlanid, vnic, flags)) !=
51 dvap->dv_vid = vnic->va_vid;
52 dvap->dv_linkid = vnic->va_link_id;
53 dvap->dv_force = vnic->va_force;
libdlvnic.h 34 #include <sys/vnic.h>
libdlvnic.c 47 * VNIC administration library.
100 * Send a create command to the VNIC driver.
154 * Get the configuration information of the given VNIC.
161 vnic_info_t *vnic; local
166 vnic = &ioc.vi_info;
167 vnic->vn_vnic_id = linkid;
175 attrp->va_vnic_id = vnic->vn_vnic_id;
176 attrp->va_link_id = vnic->vn_link_id;
177 attrp->va_mac_addr_type = vnic->vn_mac_addr_type;
178 bcopy(vnic->vn_mac_addr, attrp->va_mac_addr, MAXMACADDRLEN)
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/vnic/
Makefile 33 MODULE = vnic
37 CONF_SRCDIR = $(UTSBASE)/common/io/vnic
  /onnv/onnv-gate/usr/src/uts/sparc/vnic/
Makefile 33 MODULE = vnic
37 CONF_SRCDIR = $(UTSBASE)/common/io/vnic
  /onnv/onnv-gate/usr/src/uts/i86xpv/xnb/
Makefile 65 # Module depends on VNIC.
67 LDFLAGS += -dy -N drv/vnic -N misc/mac
  /onnv/onnv-gate/usr/src/uts/common/sys/
vnic_impl.h 33 #include <sys/vnic.h>
Makefile 630 vnic.h \
  /onnv/onnv-gate/usr/src/uts/common/io/mac/
README 45 dls, aggr, vnic, etc).
  /onnv/onnv-gate/usr/src/cmd/svc/shell/
net_include.sh 287 # whether this is a VRRP VNIC.
292 macaddrtype=`/sbin/dladm show-vnic $1 -o MACADDRTYPE -p 2>/dev/null`
392 # interface is not a VRRP VNIC.
582 # VRRP VNIC
  /onnv/onnv-gate/usr/src/cmd/svc/milestone/
net-physical 78 /sbin/dladm up-vnic
  /onnv/onnv-gate/usr/src/lib/libvrrpadm/common/
libvrrpadm.c 184 return (dgettext(TEXT_DOMAIN, "VRRP VNIC has not been "
528 * Is this a special VNIC interface created for VRRP? If so, return
529 * the linkid the VNIC was created on, the VRRP ID and address family.
570 * Given the primary link name, find the assoicated VRRP vnic name, if
571 * the vnic does not exist yet, return the linkid, vid of the primary link.
575 datalink_id_t *linkidp, uint16_t *vidp, char *vnic, size_t len)
618 * Find the assoicated vnic with the given vrid/vid/af/linkid
630 (void) strlcpy(vnic, lva.lva_vnic, len);
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWckr/
prototype_com 130 f none kernel/drv/vnic.conf 644 root sys
prototype_i386 160 f none kernel/drv/vnic 755 root sys
378 f none kernel/drv/amd64/vnic 755 root sys
prototype_sparc 142 f none kernel/drv/sparcv9/vnic 755 root sys
  /onnv/onnv-gate/usr/src/uts/sparc/
Makefile.sparc.shared 220 DRV_KMODS += vnic
  /onnv/onnv-gate/usr/src/cmd/dladm/
dladm.c 319 { "create-vnic", do_create_vnic,
320 " create-vnic [-t] -l <link> [-m <value> | auto |\n"
323 "\t\t [-H] [-p <prop>=<value>[,...]] <vnic-link>" },
324 { "delete-vnic", do_delete_vnic,
325 " delete-vnic [-t] <vnic-link>" },
326 { "show-vnic", do_show_vnic,
327 " show-vnic [-pP] [-l <link>] [-s [-i <interval>]] "
329 { "up-vnic", do_up_vnic, NULL },
949 * structures for 'dladm show-vnic'
4783 dladm_vnic_attr_t attr, *vnic = &attr; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/
Makefile.intel.shared 352 DRV_KMODS += vnic
  /onnv/onnv-gate/usr/src/uts/common/
Makefile.rules 1225 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vnic/%.c
    [all...]
  /onnv/onnv-gate/usr/src/cmd/truss/
codes.c 88 #include <sys/vnic.h>
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/etc/
exception_list_i386 119 # Virtual Network Interface Card (VNIC)
121 usr/include/sys/vnic.h i386
    [all...]
exception_list_sparc 108 # Virtual Network Interface Card (VNIC)
110 usr/include/sys/vnic.h sparc
    [all...]

Completed in 3480 milliseconds

1 2