Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h520 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4,
H A Dcxgb4_main.c2183 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4, in cxgb4_get_tcp_stats() function
2192 EXPORT_SYMBOL(cxgb4_get_tcp_stats);
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dprovider.c401 cxgb4_get_tcp_stats(c4iw_dev->rdev.lldi.pdev, &v4, &v6); in c4iw_get_mib()