diff options
author | Ralph Campbell <ralph.campbell@qlogic.com> | 2008-01-07 00:02:33 -0500 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-01-25 17:15:38 -0500 |
commit | 6c719cae0b91f577738dfb4007baee28f03e48a5 (patch) | |
tree | fef7fb60092c5ed84fe14f7aaafdf55a0551016a /drivers/infiniband/hw/ipath/ipath_registers.h | |
parent | 7aa54bd730df1468c90ae84b56ade7f322b44de7 (diff) |
IB/ipath: MAD performance sampling registers support
Add support for QLogic HCAs which have hardware performance sampling
registers for PortSamplesControl and PortSamplesResult MADs.
Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_registers.h')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_registers.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_registers.h b/drivers/infiniband/hw/ipath/ipath_registers.h index d7181d444ed7..156ef1473466 100644 --- a/drivers/infiniband/hw/ipath/ipath_registers.h +++ b/drivers/infiniband/hw/ipath/ipath_registers.h | |||
@@ -469,6 +469,20 @@ struct ipath_cregs { | |||
469 | ipath_creg cr_unsupvlcnt; | 469 | ipath_creg cr_unsupvlcnt; |
470 | ipath_creg cr_wordrcvcnt; | 470 | ipath_creg cr_wordrcvcnt; |
471 | ipath_creg cr_wordsendcnt; | 471 | ipath_creg cr_wordsendcnt; |
472 | ipath_creg cr_vl15droppedpktcnt; | ||
473 | ipath_creg cr_rxotherlocalphyerrcnt; | ||
474 | ipath_creg cr_excessbufferovflcnt; | ||
475 | ipath_creg cr_locallinkintegrityerrcnt; | ||
476 | ipath_creg cr_rxvlerrcnt; | ||
477 | ipath_creg cr_rxdlidfltrcnt; | ||
478 | ipath_creg cr_psstat; | ||
479 | ipath_creg cr_psstart; | ||
480 | ipath_creg cr_psinterval; | ||
481 | ipath_creg cr_psrcvdatacount; | ||
482 | ipath_creg cr_psrcvpktscount; | ||
483 | ipath_creg cr_psxmitdatacount; | ||
484 | ipath_creg cr_psxmitpktscount; | ||
485 | ipath_creg cr_psxmitwaitcount; | ||
472 | }; | 486 | }; |
473 | 487 | ||
474 | #endif /* _IPATH_REGISTERS_H */ | 488 | #endif /* _IPATH_REGISTERS_H */ |