diff options
author | Steve Wise <swise@opengridcomputing.com> | 2018-05-03 18:41:49 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-05-03 22:51:27 +0300 |
commit | 056f9c7f39bf517d58f32797f1eb1465bb6f6ef2 (patch) | |
tree | beb73b7ffdc1747d18597007f2e4d0f0d7af3127 /drivers/infiniband/hw/cxgb4/Makefile | |
parent | 73937e8a030b046c6b0fa73868bee25647a29be4 (diff) | |
download | linux-056f9c7f39bf517d58f32797f1eb1465bb6f6ef2.tar.xz |
iw_cxgb4: dump detailed driver-specific QP information
Provide a cxgb4-specific function to fill in qp state details.
This allows dumping important c4iw_qp state useful for debugging.
Included in the dump are the t4_sq, t4_rq structs, plus a dump
of the t4_swsqe and t4swrqe descriptors for the first and last
pending entries.
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4/Makefile')
-rw-r--r-- | drivers/infiniband/hw/cxgb4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb4/Makefile b/drivers/infiniband/hw/cxgb4/Makefile index fa40b685831b..9edd92023e18 100644 --- a/drivers/infiniband/hw/cxgb4/Makefile +++ b/drivers/infiniband/hw/cxgb4/Makefile @@ -3,4 +3,5 @@ ccflags-y += -Idrivers/net/ethernet/chelsio/libcxgb obj-$(CONFIG_INFINIBAND_CXGB4) += iw_cxgb4.o -iw_cxgb4-y := device.o cm.o provider.o mem.o cq.o qp.o resource.o ev.o id_table.o +iw_cxgb4-y := device.o cm.o provider.o mem.o cq.o qp.o resource.o ev.o id_table.o \ + restrack.o |