Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c333 mcip->mci_resource_quiesce(mcip->mci_resource_arg, in mac_srs_client_poll_quiesce()
356 mcip->mci_resource_restart(mcip->mci_resource_arg, in mac_srs_client_poll_restart()
422 mcip->mci_resource_arg, (mac_resource_t *)&mrf); in mac_srs_client_poll_enable()
471 mcip->mci_resource_remove(mcip->mci_resource_arg, in mac_srs_client_poll_disable()
1731 if (set_bypass && (mcip->mci_resource_arg != NULL)) { in mac_srs_create_proto_softrings()
1747 mcip->mci_resource_add((void *)mcip->mci_resource_arg, in mac_srs_create_proto_softrings()
1762 if (set_bypass && (mcip->mci_resource_arg != NULL)) { in mac_srs_create_proto_softrings()
1840 (void *)mcip->mci_resource_arg, in mac_srs_fanout_modify()
1865 mcip->mci_resource_bind((void *)mcip->mci_resource_arg, in mac_srs_fanout_modify()
H A Dmac_client.c3942 mcip->mci_resource_arg = arg; in mac_resource_set_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h157 void *mci_resource_arg; /* SL */ member