Home
last modified time | relevance | path

Searched refs:cxgb4_get_tcp_stats (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h405 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4,
Dcxgb4_main.c1664 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4, in cxgb4_get_tcp_stats() function
1673 EXPORT_SYMBOL(cxgb4_get_tcp_stats);
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dprovider.c451 cxgb4_get_tcp_stats(c4iw_dev->rdev.lldi.pdev, &v4, &v6); in c4iw_get_mib()