Searched refs:mlx5e_ptp (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | ptp.h | 30 struct mlx5e_ptp { struct 81 u8 lag_port, struct mlx5e_ptp **cp); 82 void mlx5e_ptp_close(struct mlx5e_ptp *c); 83 void mlx5e_ptp_activate_channel(struct mlx5e_ptp *c); 84 void mlx5e_ptp_deactivate_channel(struct mlx5e_ptp *c); 85 int mlx5e_ptp_get_rqn(struct mlx5e_ptp *c, u32 *rqn);
|
D | ptp.c | 164 struct mlx5e_ptp *c = container_of(napi, struct mlx5e_ptp, napi); in mlx5e_ptp_napi_poll() 215 static int mlx5e_ptp_alloc_txqsq(struct mlx5e_ptp *c, int txq_ix, in mlx5e_ptp_alloc_txqsq() 305 static int mlx5e_ptp_open_txqsq(struct mlx5e_ptp *c, u32 tisn, in mlx5e_ptp_open_txqsq() 355 static int mlx5e_ptp_open_txqsqs(struct mlx5e_ptp *c, in mlx5e_ptp_open_txqsqs() 384 static void mlx5e_ptp_close_txqsqs(struct mlx5e_ptp *c) in mlx5e_ptp_close_txqsqs() 392 static int mlx5e_ptp_open_tx_cqs(struct mlx5e_ptp *c, in mlx5e_ptp_open_tx_cqs() 444 static int mlx5e_ptp_open_rx_cq(struct mlx5e_ptp *c, in mlx5e_ptp_open_rx_cq() 462 static void mlx5e_ptp_close_tx_cqs(struct mlx5e_ptp *c) in mlx5e_ptp_close_tx_cqs() 502 static void mlx5e_ptp_build_params(struct mlx5e_ptp *c, in mlx5e_ptp_build_params() 526 static int mlx5e_init_ptp_rq(struct mlx5e_ptp *c, struct mlx5e_params *params, in mlx5e_init_ptp_rq() [all …]
|
D | channels.c | 44 struct mlx5e_ptp *c = chs->ptp; in mlx5e_channels_get_ptp_rqn()
|
D | reporter_rx.c | 370 mlx5e_rx_reporter_diagnose_common_ptp_config(struct mlx5e_priv *priv, struct mlx5e_ptp *ptp_ch, in mlx5e_rx_reporter_diagnose_common_ptp_config() 396 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_rx_reporter_diagnose_common_config() 445 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_rx_reporter_diagnose() 605 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_rx_reporter_dump_all_rqs()
|
D | reporter_tx.c | 316 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_tx_reporter_diagnose_common_config() 358 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_tx_reporter_diagnose() 480 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_tx_reporter_dump_all_sqs()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en.h | 820 struct mlx5e_ptp; 824 struct mlx5e_ptp *ptp;
|
D | en_rep.c | 441 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_add_sqs_fwd_rules()
|
D | en_main.c | 2865 struct mlx5e_ptp *c = priv->channels.ptp; in mlx5e_build_txq_maps() 3441 struct mlx5e_ptp *ptp_channel; in mlx5e_mqprio_channel_validate()
|