Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h214 struct tp_tcp_stats;
303 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4,
304 struct tp_tcp_stats *v6);
Dcxgb4.h204 struct tp_tcp_stats { struct
1332 void t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4,
1333 struct tp_tcp_stats *v6);
Dcxgb4_ethtool.c329 struct tp_tcp_stats v4, v6; in collect_adapter_stats()
Dcxgb4_main.c2019 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4, in cxgb4_get_tcp_stats()
2020 struct tp_tcp_stats *v6) in cxgb4_get_tcp_stats()
Dt4_hw.c4800 void t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4, in t4_tp_get_tcp_stats()
4801 struct tp_tcp_stats *v6) in t4_tp_get_tcp_stats()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dprovider.c451 struct tp_tcp_stats v4, v6; in c4iw_get_mib()