diff options
| author | Bill Taylor <Bill.Taylor@Sun.COM> | 2009-01-20 13:11:16 -0800 |
|---|---|---|
| committer | Bill Taylor <Bill.Taylor@Sun.COM> | 2009-01-20 13:11:16 -0800 |
| commit | 03494a9880d80f834bec10a1e8f0a2f8f7c97bf4 (patch) | |
| tree | 5873b6f4dd712eb33d82a1fe5d94151d1a4aee6f /usr/src/uts/common/io/warlock/tavor.wlcmd | |
| parent | f081dbc94e8b328991b5b6f050aa277d4be53935 (diff) | |
| download | illumos-joyent-03494a9880d80f834bec10a1e8f0a2f8f7c97bf4.tar.gz | |
PSARC/2008/726 New HCA Capabilities
PSARC/2008/762 IB Support for Relaxed Ordering
PSARC/2008/630 IBTF IO Memory
6771256 IBTF V3 - InfiniBand APIs/ABI needs enhancements to be competitive
6747341 Add FMA to hermon driver
6711885 add IB support for Relaxed Ordering
6323328 tavor panic seen in event handler for catastrophic error
6770100 Mask b23 of the QPNs generated by hermon
6662251 add Reserved L_Key
6764786 Array overrun in libdat
6769108 HCA driver: Enable OpenMPI implementation to coexist with Solaris UDAPL
6769107 protocol: Enable OpenMPI implementation to coexist with Solaris UDAPL
6608903 Need a new ibt_alloc_io_mem() function
6763805 Add support for ibc_alloc_io_mem() API
6737797 Add support for ibc_alloc_io_mem()
6764643 Enable IOMMU Bypass feature by default
Diffstat (limited to 'usr/src/uts/common/io/warlock/tavor.wlcmd')
| -rw-r--r-- | usr/src/uts/common/io/warlock/tavor.wlcmd | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/warlock/tavor.wlcmd b/usr/src/uts/common/io/warlock/tavor.wlcmd index 32acea6328..47ed431b8b 100644 --- a/usr/src/uts/common/io/warlock/tavor.wlcmd +++ b/usr/src/uts/common/io/warlock/tavor.wlcmd @@ -1,8 +1,7 @@ # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" one tavor_state_s @@ -20,6 +19,7 @@ root tavor_ci_query_ah root tavor_ci_modify_ah root tavor_ci_alloc_qp root tavor_ci_alloc_special_qp +root tavor_ci_alloc_qp_range root tavor_ci_free_qp root tavor_ci_release_qpn root tavor_ci_query_qp @@ -28,6 +28,7 @@ root tavor_ci_alloc_cq root tavor_ci_free_cq root tavor_ci_query_cq root tavor_ci_resize_cq +root tavor_ci_modify_cq root tavor_ci_alloc_cq_sched root tavor_ci_free_cq_sched root tavor_ci_alloc_eec @@ -68,6 +69,10 @@ root tavor_ci_destroy_fmr_pool root tavor_ci_flush_fmr_pool root tavor_ci_register_physical_fmr root tavor_ci_deregister_fmr +root tavor_ci_map_mem_iov +root tavor_ci_unmap_mem_iov +root tavor_ci_alloc_io_mem +root tavor_ci_free_io_mem ### Tavor Firmware commands (currently unused) root tavor_sync_tpt_cmd_post |
