Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/cxgb4/
Dcxgb4_uld.h170 struct tp_tcp_stats;
233 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4,
234 struct tp_tcp_stats *v6);
Dcxgb4.h180 struct tp_tcp_stats { struct
672 void t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4,
673 struct tp_tcp_stats *v6);
Dt4_hw.c1658 void t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4, in t4_tp_get_tcp_stats()
1659 struct tp_tcp_stats *v6) in t4_tp_get_tcp_stats()
Dcxgb4_main.c2430 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4, in cxgb4_get_tcp_stats()
2431 struct tp_tcp_stats *v6) in cxgb4_get_tcp_stats()
/linux-2.6.39/drivers/infiniband/hw/cxgb4/
Dprovider.c394 struct tp_tcp_stats v4, v6; in c4iw_get_mib()