Home
last modified time | relevance | path

Searched defs:emlxs_tgtport_stat (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h935 typedef struct emlxs_tgtport_stat struct
938 uint64_t FctP2IOWcnt[MAX_TGTPORT_IOCNT]; /* Writes */
939 uint64_t FctP2IORcnt[MAX_TGTPORT_IOCNT]; /* Reads */
940 uint64_t FctIOCmdCnt; /* Other, ie TUR */
941 uint64_t FctCmdReceived; /* total IOs */
942 uint64_t FctReadBytes; /* total read bytes */
943 uint64_t FctWriteBytes; /* total write bytes */
946 uint64_t FctEvent; /* FctStray + FctCompleted */
970 } emlxs_tgtport_stat_t; argument