diff options
Diffstat (limited to 'usr/src/uts/common/io/fcoe/fcoe.h')
-rw-r--r-- | usr/src/uts/common/io/fcoe/fcoe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/fcoe/fcoe.h b/usr/src/uts/common/io/fcoe/fcoe.h index 222a29bf12..38a1a05cf8 100644 --- a/usr/src/uts/common/io/fcoe/fcoe.h +++ b/usr/src/uts/common/io/fcoe/fcoe.h @@ -123,7 +123,7 @@ typedef struct fcoe_soft_state { typedef struct fcoe_mac { list_node_t fm_ss_node; - char fm_link_name[MAXLINKNAMELEN]; + datalink_id_t fm_linkid; uint32_t fm_flags; fcoe_soft_state_t *fm_ss; @@ -235,7 +235,7 @@ typedef struct fcoe_worker { /* * fcoe driver common functions */ -extern fcoe_mac_t *fcoe_lookup_mac_by_name(uint8_t *); +extern fcoe_mac_t *fcoe_lookup_mac_by_id(datalink_id_t); extern void fcoe_destroy_mac(fcoe_mac_t *); extern mblk_t *fcoe_get_mblk(fcoe_mac_t *, uint32_t); extern void fcoe_post_frame(fcoe_frame_t *); |