Searched refs:get_drop_cnt (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.h | 148 void (*get_drop_cnt)(struct xgene_enet_pdata *pdata, u32 *rx, u32 *tx); member
|
H A D | xgene_enet_xgmac.c | 520 .get_drop_cnt = xgene_xgmac_get_drop_cnt,
|
H A D | xgene_enet_ethtool.c | 240 pdata->mac_ops->get_drop_cnt(pdata, &rx_drop, &tx_drop); in xgene_get_extd_stats()
|
H A D | xgene_enet_sgmac.c | 591 .get_drop_cnt = xgene_sgmac_get_drop_cnt,
|
H A D | xgene_enet_hw.c | 1004 .get_drop_cnt = xgene_gmac_get_drop_cnt,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.h | 148 void (*get_drop_cnt)(struct xgene_enet_pdata *pdata, u32 *rx, u32 *tx); member
|
H A D | xgene_enet_xgmac.c | 520 .get_drop_cnt = xgene_xgmac_get_drop_cnt,
|
H A D | xgene_enet_ethtool.c | 240 pdata->mac_ops->get_drop_cnt(pdata, &rx_drop, &tx_drop); in xgene_get_extd_stats()
|
H A D | xgene_enet_sgmac.c | 591 .get_drop_cnt = xgene_sgmac_get_drop_cnt,
|
H A D | xgene_enet_hw.c | 1004 .get_drop_cnt = xgene_gmac_get_drop_cnt,
|
Completed in 12 milliseconds