Searched refs:isprimary (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c234 if (!down && !ip->isprimary) {
255 if (down && !ip->isprimary) {
268 if (!ip->isprimary && down && ++sec == 5) {
273 if (ip->isprimary)
299 if (ip->isprimary && !ip->if_down) {
522 ip->isprimary = 1;
566 * the isprimary and issecondary flags.
586 ip->isprimary = pfound;
642 if (!ip || !ip->isprimary) {
645 "!rdc_check_secondary: ip %p, isprimary
[all...]
H A Drdc_io.h161 int isprimary; /* this end is a primary */ member in struct:rdc_if_s
H A Drdc_io.c5355 krdc->intf->isprimary = 0;
5362 krdc->intf->isprimary = 1;
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c6348 boolean_t isprimary; local
6352 isprimary = mcip->mci_flent->fe_type & FLOW_PRIMARY_MAC;
6398 } else if (isprimary && mip->mi_nactiveclients == 1 &&
6492 nrings = rxhw ? need_rings : isprimary ? donor_grp_rcnt: 1;
6913 boolean_t isprimary; local
6915 isprimary = mcip->mci_flent->fe_type & FLOW_PRIMARY_MAC;
6924 if (!move && isprimary) {
6978 if (isprimary && !need_exclgrp)
H A Dmac_client.c2267 uint8_t *mac_addr, mac_resource_props_t *mrp, boolean_t isprimary,
2310 isprimary, B_TRUE, &flent, mrp)) != 0)
2355 isprimary, B_FALSE, &flent, NULL)) != 0) {
2266 mac_client_datapath_setup(mac_client_impl_t *mcip, uint16_t vid, uint8_t *mac_addr, mac_resource_props_t *mrp, boolean_t isprimary, mac_unicast_impl_t *muip) argument
H A Dmac_datapath_setup.c2874 boolean_t isprimary = flent->fe_type & FLOW_PRIMARY_MAC; local
2917 if (!isprimary && mip->mi_nactiveclients == 2 &&
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c439 ifp->if_down, ifp->isprimary, ifp->issecondary);

Completed in 107 milliseconds