Searched refs:fm_cli_handle (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/fcoe/ |
H A D | fcoe_eth.c | 83 &mac->fm_cli_handle, cli_name, fm_open_flag); in fcoe_open_mac() 96 if (mac_unicast_add(mac->fm_cli_handle, NULL, MAC_UNICAST_PRIMARY, 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() [all …]
|
H A D | fcoe.h | 135 mac_client_handle_t fm_cli_handle; member
|
H A D | fcoe_fc.c | 209 ret_cookie = mac_tx(mac->fm_cli_handle, FRM2MBLK(frm), 0, in fcoe_tx_frame()
|