Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h525 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4,
Dcxgb4_main.c2181 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4, in cxgb4_get_tcp_stats() function
2190 EXPORT_SYMBOL(cxgb4_get_tcp_stats);
/Linux-v6.1/drivers/infiniband/hw/cxgb4/
Dprovider.c401 cxgb4_get_tcp_stats(c4iw_dev->rdev.lldi.pdev, &v4, &v6); in c4iw_get_mib()