Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c83 &mac->fm_cli_handle, cli_name, fm_open_flag); in fcoe_open_mac()
122 mac_client_stat_get(mac->fm_cli_handle, MAC_STAT_IFSPEED); in fcoe_open_mac()
151 mac_rx_clear(mac->fm_cli_handle); in fcoe_close_mac()
161 (void) mac_unicast_remove(mac->fm_cli_handle, in fcoe_close_mac()
166 mac_client_close(mac->fm_cli_handle, 0); in fcoe_close_mac()
167 mac->fm_cli_handle = NULL; in fcoe_close_mac()
184 ret = mac_promisc_add(mac->fm_cli_handle, in fcoe_enable_callback()
194 mac_rx_set(mac->fm_cli_handle, fcoe_rx, mac); in fcoe_enable_callback()
203 mac_client_stat_get(mac->fm_cli_handle, MAC_STAT_IFSPEED); in fcoe_enable_callback()
222 mac_rx_clear(mac->fm_cli_handle); in fcoe_disable_callback()
[all …]
H A Dfcoe.h135 mac_client_handle_t fm_cli_handle; member
H A Dfcoe_fc.c211 ret_cookie = mac_tx(mac->fm_cli_handle, FRM2MBLK(frm), 0, in fcoe_tx_frame()