Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c1574 mac_hwrings_get(mac_client_handle_t mch, mac_group_handle_t *hwgh, in mac_hwrings_get() argument
1597 if (hwgh != NULL) in mac_hwrings_get()
1598 *hwgh = NULL; in mac_hwrings_get()
1611 if (hwgh != NULL) in mac_hwrings_get()
1612 *hwgh = (mac_group_handle_t)grp; in mac_hwrings_get()
1638 mac_hwrings_idx_get(mac_handle_t mh, uint_t idx, mac_group_handle_t *hwgh, in mac_hwrings_idx_get() argument
1667 if (hwgh != NULL) in mac_hwrings_idx_get()
1668 *hwgh = NULL; in mac_hwrings_idx_get()
1683 if (hwgh != NULL) in mac_hwrings_idx_get()
1684 *hwgh = (mac_group_handle_t)grp; in mac_hwrings_idx_get()