summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
diff options
context:
space:
mode:
authorHariprasad Shenai2015-01-27 09:17:47 +0100
committerDavid S. Miller2015-01-27 09:15:01 +0100
commitc778af7d18646247310b7bceaf3eacc6eeee1614 (patch)
tree38dca9c99504182656f32167c2f737393c83007c /drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
parentcxgb4: Added support in debugfs to dump cim ingress bound queue contents (diff)
downloadkernel-qcow2-linux-c778af7d18646247310b7bceaf3eacc6eeee1614.tar.gz
kernel-qcow2-linux-c778af7d18646247310b7bceaf3eacc6eeee1614.tar.xz
kernel-qcow2-linux-c778af7d18646247310b7bceaf3eacc6eeee1614.zip
cxgb4: Addded support in debugfs to dump CIM outbound queue content
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4.h')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/cxgb4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
index 368b5ad20835..da94b9a2f347 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
@@ -1056,6 +1056,8 @@ 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_read_cim_obq(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,