summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
diff options
context:
space:
mode:
authorHariprasad Shenai2015-01-27 09:17:45 +0100
committerDavid S. Miller2015-01-27 09:15:01 +0100
commitdc9daab226aaacc2402d46af79a8a4a1765ca53a (patch)
treebe245f5dc96b79d2e86ab5eb1dab1d23e4179923 /drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
parentnet: dsa/mv88e6352: make mv88e6352_wait generic (diff)
downloadkernel-qcow2-linux-dc9daab226aaacc2402d46af79a8a4a1765ca53a.tar.gz
kernel-qcow2-linux-dc9daab226aaacc2402d46af79a8a4a1765ca53a.tar.xz
kernel-qcow2-linux-dc9daab226aaacc2402d46af79a8a4a1765ca53a.zip
cxgb4: Added support in debugfs to dump sge_qinfo
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 24fc162ee57a..533a69106513 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
@@ -1029,6 +1029,8 @@ int cxgb4_t4_bar2_sge_qregs(struct adapter *adapter,
u64 *pbar2_qoffset,
unsigned int *pbar2_qid);
+unsigned int qtimer_val(const struct adapter *adap,
+ const struct sge_rspq *q);
int t4_init_sge_params(struct adapter *adapter);
int t4_init_tp_params(struct adapter *adap);
int t4_filter_field_shift(const struct adapter *adap, int filter_sel);