Home
last modified time | relevance | path

Searched refs:tp_tcp_stats (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h348 struct tp_tcp_stats;
519 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4,
520 struct tp_tcp_stats *v6);
H A Dcxgb4.h300 struct tp_tcp_stats { struct
1948 void t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4,
1949 struct tp_tcp_stats *v6, bool sleep_ok);
H A Dcxgb4_main.c2183 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4, in cxgb4_get_tcp_stats()
2184 struct tp_tcp_stats *v6) in cxgb4_get_tcp_stats()
H A Dt4_hw.c5589 void t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4, in t4_tp_get_tcp_stats()
5590 struct tp_tcp_stats *v6, bool sleep_ok) in t4_tp_get_tcp_stats()
H A Dcxgb4_debugfs.c3619 struct tp_tcp_stats v4, v6; in show_tcp_stats()
/linux/drivers/infiniband/hw/cxgb4/
H A Dprovider.c397 struct tp_tcp_stats v4, v6; in c4iw_get_mib()