Symbol: fcoe_mac_t
usr/src/uts/common/io/fcoe/fcoe.c
1006
mac = kmem_zalloc(sizeof (fcoe_mac_t), KM_SLEEP);
usr/src/uts/common/io/fcoe/fcoe.c
1016
fcoe_destroy_mac(fcoe_mac_t *mac)
usr/src/uts/common/io/fcoe/fcoe.c
1020
kmem_free(mac, sizeof (fcoe_mac_t));
usr/src/uts/common/io/fcoe/fcoe.c
1030
fcoe_get_mblk(fcoe_mac_t *mac, uint32_t raw_frame_size)
usr/src/uts/common/io/fcoe/fcoe.c
1060
fcoe_mac_t *mac = NULL;
usr/src/uts/common/io/fcoe/fcoe.c
122
static fcoe_mac_t *fcoe_create_mac_by_id(datalink_id_t linkid);
usr/src/uts/common/io/fcoe/fcoe.c
123
static int fcoe_cmp_wwn(fcoe_mac_t *checkedmac);
usr/src/uts/common/io/fcoe/fcoe.c
1252
fcoe_cmp_wwn(fcoe_mac_t *checkedmac)
usr/src/uts/common/io/fcoe/fcoe.c
1254
fcoe_mac_t *mac;
usr/src/uts/common/io/fcoe/fcoe.c
1283
fcoe_mac_t *mac = NULL;
usr/src/uts/common/io/fcoe/fcoe.c
129
static boolean_t fcoe_mac_existed(fcoe_mac_t *pmac);
usr/src/uts/common/io/fcoe/fcoe.c
642
fcoe_mac_t *fcoe_mac;
usr/src/uts/common/io/fcoe/fcoe.c
876
list_create(&ss->ss_mac_list, sizeof (fcoe_mac_t),
usr/src/uts/common/io/fcoe/fcoe.c
877
offsetof(fcoe_mac_t, fm_ss_node));
usr/src/uts/common/io/fcoe/fcoe.c
943
fcoe_mac_t *
usr/src/uts/common/io/fcoe/fcoe.c
946
fcoe_mac_t *mac = NULL;
usr/src/uts/common/io/fcoe/fcoe.c
963
fcoe_mac_existed(fcoe_mac_t *pmac)
usr/src/uts/common/io/fcoe/fcoe.c
965
fcoe_mac_t *mac = NULL;
usr/src/uts/common/io/fcoe/fcoe.c
993
static fcoe_mac_t *
usr/src/uts/common/io/fcoe/fcoe.c
996
fcoe_mac_t *mac = NULL;
usr/src/uts/common/io/fcoe/fcoe.h
181
fcoe_mac_t *fmi_mac; /* to/from where */
usr/src/uts/common/io/fcoe/fcoe.h
223
#define EPORT2MAC(x_eport) ((fcoe_mac_t *)(x_eport)->eport_fcoe_private)
usr/src/uts/common/io/fcoe/fcoe.h
239
extern fcoe_mac_t *fcoe_lookup_mac_by_id(datalink_id_t);
usr/src/uts/common/io/fcoe/fcoe.h
240
extern void fcoe_destroy_mac(fcoe_mac_t *);
usr/src/uts/common/io/fcoe/fcoe.h
241
extern mblk_t *fcoe_get_mblk(fcoe_mac_t *, uint32_t);
usr/src/uts/common/io/fcoe/fcoe_eth.c
133
fcoe_close_mac(fcoe_mac_t *mac)
usr/src/uts/common/io/fcoe/fcoe_eth.c
176
fcoe_enable_callback(fcoe_mac_t *mac)
usr/src/uts/common/io/fcoe/fcoe_eth.c
214
fcoe_disable_callback(fcoe_mac_t *mac)
usr/src/uts/common/io/fcoe/fcoe_eth.c
241
fcoe_mac_t *mac = (fcoe_mac_t *)arg;
usr/src/uts/common/io/fcoe/fcoe_eth.c
276
fcoe_mac_t *mac = (fcoe_mac_t *)arg;
usr/src/uts/common/io/fcoe/fcoe_eth.c
341
fcoe_mac_t *mac = EPORT2MAC(eport);
usr/src/uts/common/io/fcoe/fcoe_eth.c
60
fcoe_open_mac(fcoe_mac_t *mac, int force_promisc, fcoeio_stat_t *err_detail)
usr/src/uts/common/io/fcoe/fcoe_eth.h
34
extern int fcoe_open_mac(fcoe_mac_t *, int, fcoeio_stat_t *);
usr/src/uts/common/io/fcoe/fcoe_eth.h
35
extern int fcoe_close_mac(fcoe_mac_t *);
usr/src/uts/common/io/fcoe/fcoe_eth.h
36
extern int fcoe_enable_callback(fcoe_mac_t *);
usr/src/uts/common/io/fcoe/fcoe_eth.h
37
extern int fcoe_disable_callback(fcoe_mac_t *);
usr/src/uts/common/io/fcoe/fcoe_fc.c
138
fcoe_mac_t *mac = EPORT2MAC(eport);
usr/src/uts/common/io/fcoe/fcoe_fc.c
162
fcoe_mac_t *mac = EPORT2MAC(eport);
usr/src/uts/common/io/fcoe/fcoe_fc.c
204
fcoe_mac_t *mac = FRM2MAC(frm);
usr/src/uts/common/io/fcoe/fcoe_fc.c
414
fcoe_mac_t *mac = (fcoe_mac_t *)arg;
usr/src/uts/common/io/fcoe/fcoe_fc.c
424
fcoe_mac_t *mac = (fcoe_mac_t *)arg;
usr/src/uts/common/io/fcoe/fcoe_fc.c
433
fcoe_create_port(dev_info_t *parent, fcoe_mac_t *mac, int is_target)
usr/src/uts/common/io/fcoe/fcoe_fc.c
470
fcoe_mac_t *mac;
usr/src/uts/common/io/fcoe/fcoe_fc.c
74
fcoe_mac_t *mac;
usr/src/uts/common/io/fcoe/fcoe_fc.h
38
extern int fcoe_create_port(dev_info_t *, fcoe_mac_t *, int);