cxgb4: Added support in debugfs to dump cim ingress bound queue contents
[deliverable/linux.git] / drivers / net / ethernet / chelsio / cxgb4 / cxgb4.h
index 533a6910651393e38d41bb8cf7cb85cf097dd70c..368b5ad20835f695b5dae899753fc6fa6af05ca6 100644 (file)
@@ -1054,6 +1054,8 @@ int t4_mc_read(struct adapter *adap, int idx, u32 addr, __be32 *data,
               u64 *parity);
 int t4_edc_read(struct adapter *adap, int idx, u32 addr, __be32 *data,
                u64 *parity);
+int t4_read_cim_ibq(struct adapter *adap, unsigned int qid, u32 *data,
+                   size_t n);
 int t4_cim_read(struct adapter *adap, unsigned int addr, unsigned int n,
                unsigned int *valp);
 int t4_cim_write(struct adapter *adap, unsigned int addr, unsigned int n,
This page took 0.02577 seconds and 5 git commands to generate.