Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_bcast.c130 kmem_free(grp->mbg_clients, in mac_bcast_grp_free()
168 dst_mcip = grp->mbg_clients[i].mgb_client; in mac_bcast_send()
435 grp->mbg_clients[i].mgb_client_ref++; in mac_bcast_add()
451 ASSERT(grp->mbg_clients != NULL); in mac_bcast_add()
458 grp->mbg_clients = new_clients; in mac_bcast_add()
464 grp->mbg_clients[index].mgb_client = mcip; in mac_bcast_add()
465 grp->mbg_clients[index].mgb_client_ref = 1; in mac_bcast_add()
531 if (grp->mbg_clients[i].mgb_client == mcip) in mac_bcast_delete()
540 if (--grp->mbg_clients[i].mgb_client_ref > 0) in mac_bcast_delete()
543 grp->mbg_clients[i].mgb_client = NULL; in mac_bcast_delete()
[all …]