Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h243 struct tp_tcp_stats;
348 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4,
349 struct tp_tcp_stats *v6);
Dcxgb4.h206 struct tp_tcp_stats { struct
1552 void t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4,
1553 struct tp_tcp_stats *v6);
Dcxgb4_ethtool.c329 struct tp_tcp_stats v4, v6; in collect_adapter_stats()
Dcxgb4_main.c1658 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4, in cxgb4_get_tcp_stats()
1659 struct tp_tcp_stats *v6) in cxgb4_get_tcp_stats()
Dt4_hw.c4843 void t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4, in t4_tp_get_tcp_stats()
4844 struct tp_tcp_stats *v6) in t4_tp_get_tcp_stats()
/drivers/infiniband/hw/cxgb4/
Dprovider.c486 struct tp_tcp_stats v4, v6; in c4iw_get_mib()