Print this page
MFV: illumos-omnios@aea0472ecb9ee91fa70556d6f6a941c10c989f1d
Add support for Emulex Corporation Lancer Gen6: LPe32000 FC Host Adapter
Author: Andy Fiddaman <omnios@citrus-it.co.uk>
NEX-1878 update emlxs from source provided by Emulex

*** 20,29 **** --- 20,30 ---- */ /* * Copyright (c) 2004-2012 Emulex. All rights reserved. * Use is subject to license terms. + * Copyright 2018 OmniOS Community Edition (OmniOSce) Association. */ #ifndef _EMLXS_FCF_H #define _EMLXS_FCF_H
*** 98,108 **** #define XRI_STATE_FREE 0 #define XRI_STATE_ALLOCATED 1 uint16_t sge_count; uint16_t iotag; ! MBUF_INFO SGList; struct RPIobj *rpip; struct RPIobj *reserved_rpip; emlxs_buf_t *sbp; uint32_t rx_id; /* Used for unsol exchanges */ uint32_t flag; --- 99,110 ---- #define XRI_STATE_FREE 0 #define XRI_STATE_ALLOCATED 1 uint16_t sge_count; uint16_t iotag; ! MATCHMAP *SGList; ! uint32_t SGSeg; struct RPIobj *rpip; struct RPIobj *reserved_rpip; emlxs_buf_t *sbp; uint32_t rx_id; /* Used for unsol exchanges */ uint32_t flag;