Searched refs:mlx5e_ptp (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | ptp.h | 50 struct mlx5e_ptp { struct 130 u8 lag_port, struct mlx5e_ptp **cp); 131 void mlx5e_ptp_close(struct mlx5e_ptp *c); 132 void mlx5e_ptp_activate_channel(struct mlx5e_ptp *c); 133 void mlx5e_ptp_deactivate_channel(struct mlx5e_ptp *c); 134 int mlx5e_ptp_get_rqn(struct mlx5e_ptp *c, u32 *rqn);
|
D | ptp.c | 265 struct mlx5e_ptp *c = container_of(napi, struct mlx5e_ptp, napi); in mlx5e_ptp_napi_poll() 316 static int mlx5e_ptp_alloc_txqsq(struct mlx5e_ptp *c, int txq_ix, in mlx5e_ptp_alloc_txqsq() 456 static int mlx5e_ptp_open_txqsq(struct mlx5e_ptp *c, u32 tisn, in mlx5e_ptp_open_txqsq() 509 static int mlx5e_ptp_open_txqsqs(struct mlx5e_ptp *c, in mlx5e_ptp_open_txqsqs() 540 static void mlx5e_ptp_close_txqsqs(struct mlx5e_ptp *c) in mlx5e_ptp_close_txqsqs() 548 static int mlx5e_ptp_open_tx_cqs(struct mlx5e_ptp *c, in mlx5e_ptp_open_tx_cqs() 602 static int mlx5e_ptp_open_rx_cq(struct mlx5e_ptp *c, in mlx5e_ptp_open_rx_cq() 622 static void mlx5e_ptp_close_tx_cqs(struct mlx5e_ptp *c) in mlx5e_ptp_close_tx_cqs() 661 static void mlx5e_ptp_build_params(struct mlx5e_ptp *c, in mlx5e_ptp_build_params() 688 static int mlx5e_init_ptp_rq(struct mlx5e_ptp *c, struct mlx5e_params *params, in mlx5e_init_ptp_rq() [all …]
|
D | reporter_rx.c | 310 mlx5e_rx_reporter_diagnose_common_ptp_config(struct mlx5e_priv *priv, struct mlx5e_ptp *ptp_ch, in mlx5e_rx_reporter_diagnose_common_ptp_config() 325 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_rx_reporter_diagnose_common_config() 348 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_rx_reporter_diagnose() 449 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_rx_reporter_dump_all_rqs()
|
D | reporter_tx.c | 304 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_tx_reporter_diagnose_common_config() 327 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_tx_reporter_diagnose() 418 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_tx_reporter_dump_all_sqs()
|
D | channels.c | 51 struct mlx5e_ptp *c = chs->ptp; in mlx5e_channels_get_ptp_rqn()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en.h | 790 struct mlx5e_ptp; 794 struct mlx5e_ptp *ptp;
|
D | en_rep.c | 607 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_add_sqs_fwd_rules()
|
D | en_main.c | 3152 struct mlx5e_ptp *c = priv->channels.ptp; in mlx5e_build_txq_maps() 3665 struct mlx5e_ptp *ptp_channel; in mlx5e_mqprio_channel_validate() 5349 struct mlx5e_ptp *ptp_channel; in mlx5e_get_base_stats()
|
D | en_stats.c | 1189 struct mlx5e_ptp *ptp = priv->channels.ptp; in mlx5e_stats_ts_get()
|