Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h275 struct tp_tcp_stats;
405 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4,
406 struct tp_tcp_stats *v6);
Dcxgb4.h224 struct tp_tcp_stats { struct
1692 void t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4,
1693 struct tp_tcp_stats *v6, bool sleep_ok);
Dcxgb4_main.c1664 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4, in cxgb4_get_tcp_stats()
1665 struct tp_tcp_stats *v6) in cxgb4_get_tcp_stats()
Dt4_hw.c5522 void t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4, in t4_tp_get_tcp_stats()
5523 struct tp_tcp_stats *v6, bool sleep_ok) in t4_tp_get_tcp_stats()
Dcxgb4_debugfs.c3441 struct tp_tcp_stats v4, v6; in show_tcp_stats()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dprovider.c448 struct tp_tcp_stats v4, v6; in c4iw_get_mib()