Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.h34 extern int fcoe_open_mac(fcoe_mac_t *, int, fcoeio_stat_t *);
35 extern int fcoe_close_mac(fcoe_mac_t *);
36 extern int fcoe_enable_callback(fcoe_mac_t *);
37 extern int fcoe_disable_callback(fcoe_mac_t *);
H A Dfcoe.h149 } fcoe_mac_t; typedef
181 fcoe_mac_t *fmi_mac; /* to/from where */
223 #define EPORT2MAC(x_eport) ((fcoe_mac_t *)(x_eport)->eport_fcoe_private)
239 extern fcoe_mac_t *fcoe_lookup_mac_by_id(datalink_id_t);
240 extern void fcoe_destroy_mac(fcoe_mac_t *);
241 extern mblk_t *fcoe_get_mblk(fcoe_mac_t *, uint32_t);
H A Dfcoe_eth.c60 fcoe_open_mac(fcoe_mac_t *mac, int force_promisc, fcoeio_stat_t *err_detail) in fcoe_open_mac()
133 fcoe_close_mac(fcoe_mac_t *mac) in fcoe_close_mac()
176 fcoe_enable_callback(fcoe_mac_t *mac) in fcoe_enable_callback()
214 fcoe_disable_callback(fcoe_mac_t *mac) in fcoe_disable_callback()
241 fcoe_mac_t *mac = (fcoe_mac_t *)arg; in fcoe_rx()
276 fcoe_mac_t *mac = (fcoe_mac_t *)arg; in fcoe_mac_notify()
341 fcoe_mac_t *mac = EPORT2MAC(eport); in fcoe_mac_set_address()
H A Dfcoe_fc.c72 fcoe_mac_t *mac; in fcoe_register_client()
136 fcoe_mac_t *mac = EPORT2MAC(eport); in fcoe_deregister_client()
160 fcoe_mac_t *mac = EPORT2MAC(eport); in fcoe_ctl()
202 fcoe_mac_t *mac = FRM2MAC(frm); in fcoe_tx_frame()
411 fcoe_mac_t *mac = (fcoe_mac_t *)arg; in fcoe_mac_notify_link_up()
421 fcoe_mac_t *mac = (fcoe_mac_t *)arg; in fcoe_mac_notify_link_down()
430 fcoe_create_port(dev_info_t *parent, fcoe_mac_t *mac, int is_target) in fcoe_create_port()
467 fcoe_mac_t *mac; in fcoe_delete_port()
H A Dfcoe.c122 static fcoe_mac_t *fcoe_create_mac_by_id(datalink_id_t linkid);
123 static int fcoe_cmp_wwn(fcoe_mac_t *checkedmac);
129 static boolean_t fcoe_mac_existed(fcoe_mac_t *pmac);
642 fcoe_mac_t *fcoe_mac; in fcoe_iocmd()
876 list_create(&ss->ss_mac_list, sizeof (fcoe_mac_t), in fcoe_attach_init()
877 offsetof(fcoe_mac_t, fm_ss_node)); in fcoe_attach_init()
943 fcoe_mac_t *
946 fcoe_mac_t *mac = NULL; in fcoe_lookup_mac_by_id()
963 fcoe_mac_existed(fcoe_mac_t *pmac) in fcoe_mac_existed()
965 fcoe_mac_t *mac = NULL; in fcoe_mac_existed()
[all …]
H A Dfcoe_fc.h38 extern int fcoe_create_port(dev_info_t *, fcoe_mac_t *, int);