Searched refs:mlx5e_ptp (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | ptp.h | 28 struct mlx5e_ptp { struct 71 u8 lag_port, struct mlx5e_ptp **cp); 72 void mlx5e_ptp_close(struct mlx5e_ptp *c); 73 void mlx5e_ptp_activate_channel(struct mlx5e_ptp *c); 74 void mlx5e_ptp_deactivate_channel(struct mlx5e_ptp *c); 75 int mlx5e_ptp_get_rqn(struct mlx5e_ptp *c, u32 *rqn);
|
| D | ptp.c | 134 struct mlx5e_ptp *c = container_of(napi, struct mlx5e_ptp, napi); in mlx5e_ptp_napi_poll() 185 static int mlx5e_ptp_alloc_txqsq(struct mlx5e_ptp *c, int txq_ix, in mlx5e_ptp_alloc_txqsq() 273 static int mlx5e_ptp_open_txqsq(struct mlx5e_ptp *c, u32 tisn, in mlx5e_ptp_open_txqsq() 323 static int mlx5e_ptp_open_txqsqs(struct mlx5e_ptp *c, in mlx5e_ptp_open_txqsqs() 352 static void mlx5e_ptp_close_txqsqs(struct mlx5e_ptp *c) in mlx5e_ptp_close_txqsqs() 360 static int mlx5e_ptp_open_tx_cqs(struct mlx5e_ptp *c, in mlx5e_ptp_open_tx_cqs() 412 static int mlx5e_ptp_open_rx_cq(struct mlx5e_ptp *c, in mlx5e_ptp_open_rx_cq() 430 static void mlx5e_ptp_close_tx_cqs(struct mlx5e_ptp *c) in mlx5e_ptp_close_tx_cqs() 470 static void mlx5e_ptp_build_params(struct mlx5e_ptp *c, in mlx5e_ptp_build_params() 494 static int mlx5e_init_ptp_rq(struct mlx5e_ptp *c, struct mlx5e_params *params, in mlx5e_init_ptp_rq() [all …]
|
| D | channels.c | 39 struct mlx5e_ptp *c = chs->ptp; in mlx5e_channels_get_ptp_rqn()
|
| D | reporter_rx.c | 362 mlx5e_rx_reporter_diagnose_common_ptp_config(struct mlx5e_priv *priv, struct mlx5e_ptp *ptp_ch, in mlx5e_rx_reporter_diagnose_common_ptp_config() 388 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_rx_reporter_diagnose_common_config() 437 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_rx_reporter_diagnose() 597 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_rx_reporter_dump_all_rqs()
|
| D | reporter_tx.c | 313 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_tx_reporter_diagnose_common_config() 355 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_tx_reporter_diagnose() 469 struct mlx5e_ptp *ptp_ch = priv->channels.ptp; in mlx5e_tx_reporter_dump_all_sqs()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en.h | 722 struct mlx5e_ptp; 726 struct mlx5e_ptp *ptp;
|
| D | en_tx.c | 117 struct mlx5e_ptp *ptp_channel; in mlx5e_select_queue()
|
| D | en_main.c | 2428 struct mlx5e_ptp *c = priv->channels.ptp; in mlx5e_build_txq_maps() 2948 struct mlx5e_ptp *ptp_channel; in mlx5e_mqprio_channel_validate()
|