Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c310 mcip = mcip->mci_client_next) { in mac_primary_client_handle()
575 mci_list = mci_list->mci_client_next) { in mac_client_link_state()
904 mcip = mcip->mci_client_next) { in mac_unicast_update_clients()
1137 cur_client = cur_client->mci_client_next) { in mac_unicast_primary_info()
1181 mcip->mci_client_next = mip->mi_clients_list; in mac_client_add()
1203 prev = &cclient->mci_client_next; in mac_client_remove()
1207 *prev = cclient->mci_client_next; in mac_client_remove()
1236 client = client->mci_client_next) { in mac_addr_in_use()
2297 client = client->mci_client_next) { in mac_update_single_active_client()
2508 mcip = mcip->mci_client_next) { in mac_get_passive_primary_client()
[all …]
H A Dmac.c2883 cclient = cclient->mci_client_next) { in i_mac_tx_srs_notify()
6200 mcip = mcip->mci_client_next) { in i_mac_impl_log()
7594 gclient = gclient->mci_client_next) { in mac_reserve_tx_group()
8132 vmcip = vmcip->mci_client_next) { in mac_set_prim_vlan_rings()
8420 mcip = mcip->mci_client_next) { in mac_pool_link_update()
H A Dmac_datapath_setup.c4090 mcip = mcip->mci_client_next) { in mac_fanout_recompute()
4128 mcip = mcip->mci_client_next) in mac_poll_state_change()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h103 struct mac_client_impl_s *mci_client_next; /* mi_rw_lock */ member