Home
last modified time | relevance | path

Searched refs:TGTPORTSTAT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h712 #define TGTPORTSTAT port->fct_stat macro
749 TGTPORTSTAT.FctP2IORcnt[15]++; \
755 TGTPORTSTAT.FctP2IORcnt[14]++; \
760 TGTPORTSTAT.FctP2IORcnt[13]++; \
764 TGTPORTSTAT.FctP2IORcnt[12]++; \
772 TGTPORTSTAT.FctP2IORcnt[11]++; \
776 TGTPORTSTAT.FctP2IORcnt[10]++; \
782 TGTPORTSTAT.FctP2IORcnt[9]++; \
786 TGTPORTSTAT.FctP2IORcnt[8]++; \
797 TGTPORTSTAT.FctP2IORcnt[7]++; \
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1745 TGTPORTSTAT.FctOutstandingIO--; in emlxs_fct_send_cmd_rsp()
2239 TGTPORTSTAT.FctPortRegister++; in emlxs_fct_register_remote_port()
2254 TGTPORTSTAT.FctFailedPortRegister++; in emlxs_fct_register_remote_port()
2297 TGTPORTSTAT.FctPortDeregister++; in emlxs_fct_deregister_remote_port()
2357 if (TGTPORTSTAT.FctOutstandingIO >= port->fct_port->port_max_xchges) { in emlxs_fct_handle_unsol_req()
2358 TGTPORTSTAT.FctOverQDepth++; in emlxs_fct_handle_unsol_req()
2458 TGTPORTSTAT.FctIOCmdCnt++; in emlxs_fct_handle_unsol_req()
2462 TGTPORTSTAT.FctWriteBytes += cnt; in emlxs_fct_handle_unsol_req()
2468 TGTPORTSTAT.FctReadBytes += cnt; in emlxs_fct_handle_unsol_req()
2503 TGTPORTSTAT.FctCmdReceived++; in emlxs_fct_handle_unsol_req()
[all …]
H A Demlxs_dfc.c7054 emlxs_tgtport_stat_t *statp = &TGTPORTSTAT; in emlxs_dfc_get_fctstat()