Print this page
NEX-8705 Drivers for ATTO Celerity FC-162E Gen 5 and Celerity FC-162P Gen 6 16GB FC cards support
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-1878 update emlxs from source provided by Emulex

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_queue.h
          +++ new/usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_queue.h
↓ open down ↓ 468 lines elided ↑ open up ↑
 469  469  #define ASYNC_EVENT_NEW_FCF_DISC        1
 470  470  #define ASYNC_EVENT_FCF_TABLE_FULL      2
 471  471  #define ASYNC_EVENT_FCF_DEAD            3
 472  472  #define ASYNC_EVENT_VIRT_LINK_CLEAR     4
 473  473  #define ASYNC_EVENT_FCF_MODIFIED        5
 474  474  
 475  475  /* GRP_5 - evt_type defines */
 476  476  #define ASYNC_EVENT_QOS_SPEED           1
 477  477  
 478  478  /* PORT - evt_type defines */
      479 +#define ASYNC_EVENT_PORT_OTEMP          2
      480 +#define ASYNC_EVENT_PORT_NTEMP          3
 479  481  #define ASYNC_EVENT_MISCONFIG_PORT      9
 480  482  
 481  483  typedef struct CQE_MBOX
 482  484  {
 483  485  #ifdef EMLXS_BIG_ENDIAN
 484  486          uint16_t        extend_status;  /* Word 0 */
 485  487          uint16_t        cmpl_status;
 486  488  
 487  489          uint32_t        tag_low;        /* Word 1 */
 488  490          uint32_t        tag_high;       /* Word 2 */
↓ open down ↓ 633 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX