Searched refs:mlx5_fc_query (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/vdpa/mlx5/net/ |
| H A D | debug.c | 60 err = mlx5_fc_query(counter->mdev, counter->counter, &packets, &bytes); in packets_show() 75 err = mlx5_fc_query(counter->mdev, counter->counter, &packets, &bytes); in bytes_show()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | psp.c | 848 mlx5_fc_query(mdev, tx_fs->tx_counter, &stats->psp_tx_pkts, in mlx5e_accel_psp_fs_get_stats_fill() 852 mlx5_fc_query(mdev, accel_psp->rx_counter, &stats->psp_rx_pkts, in mlx5e_accel_psp_fs_get_stats_fill() 856 mlx5_fc_query(mdev, accel_psp->rx_auth_fail_counter, in mlx5e_accel_psp_fs_get_stats_fill() 861 mlx5_fc_query(mdev, accel_psp->rx_err_counter, in mlx5e_accel_psp_fs_get_stats_fill() 866 mlx5_fc_query(mdev, accel_psp->rx_bad_counter, in mlx5e_accel_psp_fs_get_stats_fill()
|
| H A D | ipsec_fs.c | 2535 mlx5_fc_query(mdev, fc->cnt, &stats->ipsec_rx_pkts, &stats->ipsec_rx_bytes); in mlx5e_accel_ipsec_fs_read_stats() 2536 mlx5_fc_query(mdev, fc->drop, &stats->ipsec_rx_drop_pkts, in mlx5e_accel_ipsec_fs_read_stats() 2539 mlx5_fc_query(mdev, ipsec->rx_ipv4->sa_sel.fc, in mlx5e_accel_ipsec_fs_read_stats() 2543 mlx5_fc_query(mdev, fc->cnt, &stats->ipsec_tx_pkts, &stats->ipsec_tx_bytes); in mlx5e_accel_ipsec_fs_read_stats() 2544 mlx5_fc_query(mdev, fc->drop, &stats->ipsec_tx_drop_pkts, in mlx5e_accel_ipsec_fs_read_stats() 2549 if (!mlx5_fc_query(mdev, fc->cnt, &packets, &bytes)) { in mlx5e_accel_ipsec_fs_read_stats() 2554 if (!mlx5_fc_query(mdev, fc->drop, &packets, &bytes)) { in mlx5e_accel_ipsec_fs_read_stats() 2560 if (!mlx5_fc_query(mdev, fc->cnt, &packets, &bytes)) { in mlx5e_accel_ipsec_fs_read_stats() 2565 if (!mlx5_fc_query(mdev, fc->drop, &packets, &bytes)) { in mlx5e_accel_ipsec_fs_read_stats() 2571 !mlx5_fc_query(mdev, ipsec->rx_esw->sa_sel.fc, in mlx5e_accel_ipsec_fs_read_stats()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_counters.c | 360 int mlx5_fc_query(struct mlx5_core_dev *dev, struct mlx5_fc *counter, in mlx5_fc_query() function 365 EXPORT_SYMBOL(mlx5_fc_query);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| H A D | legacy.c | 397 mlx5_fc_query(dev, vport->egress.legacy.drop_counter, in mlx5_esw_query_vport_drop_stats() 401 mlx5_fc_query(dev, vport->ingress.legacy.drop_counter, in mlx5_esw_query_vport_drop_stats()
|
| /linux/include/linux/mlx5/ |
| H A D | fs.h | 339 int mlx5_fc_query(struct mlx5_core_dev *dev, struct mlx5_fc *counter,
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | counters.c | 473 ret = mlx5_fc_query(dev->mdev, mcounter->fc[i], in do_per_qp_get_op_stat() 516 ret = mlx5_fc_query(dev->mdev, opfcs[type].fc, in do_get_op_stat() 1022 return mlx5_fc_query(dev->mdev, fc, in read_flow_counters()
|