mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 11:44:01 +08:00
056f9c7f39
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>
8 lines
253 B
Makefile
8 lines
253 B
Makefile
ccflags-y := -Idrivers/net/ethernet/chelsio/cxgb4
|
|
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 \
|
|
restrack.o
|