commit | 90f104da22bbf2e2b8a2136c12fb4e013fccf504 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Thu Oct 06 13:15:56 2005 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Oct 17 15:20:28 2005 -0700 |
tree | d720f4b226cd72903ee878096707578ccc7abc0c | |
parent | 116c0074ecfd6f061570856bec52b691d54dbd3c [diff] |
[IB] mthca: SRQ limit reached events Our hardware supports generating an event when the number of receives posted to a shared receive queue (SRQ) falls below a user-specified limit. Implement mthca_modify_srq() to arm the limit, and add code to handle dispatching SRQ events when they occur. Signed-off-by: Roland Dreier <rolandd@cisco.com>