Home
last modified time | relevance | path

Searched refs:mlx5e_txqsq (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dqos.c57 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_get_qos_sq()
73 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_open_qos_sq()
79 struct mlx5e_txqsq *sq; in mlx5e_open_qos_sq()
157 struct mlx5e_txqsq *sq; in mlx5e_activate_qos_sq()
185 struct mlx5e_txqsq *sq; in mlx5e_deactivate_qos_sq()
205 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_close_qos_sq()
208 struct mlx5e_txqsq *sq; in mlx5e_close_qos_sq()
239 struct mlx5e_txqsq *sq; in mlx5e_qos_close_queues()
269 struct mlx5e_txqsq **sqs; in mlx5e_qos_alloc_queues()
284 struct mlx5e_txqsq **sqs; in mlx5e_qos_alloc_queues()
[all …]
H A Dreporter_tx.c78 struct mlx5e_txqsq *sq; in mlx5e_tx_reporter_err_cqe_recover()
130 struct mlx5e_txqsq *sq;
139 struct mlx5e_txqsq *sq; in mlx5e_tx_reporter_timeout_recover()
225 struct mlx5e_txqsq *sq, int tc) in mlx5e_tx_reporter_build_diagnose_output_sq_common()
277 struct mlx5e_txqsq *sq, int tc) in mlx5e_tx_reporter_build_diagnose_output()
339 struct mlx5e_txqsq *txqsq) in mlx5e_tx_reporter_diagnose_generic_txqsq()
394 struct mlx5e_txqsq *generic_sq = priv->txq2sq[0]; in mlx5e_tx_reporter_diagnose_common_config()
458 struct mlx5e_txqsq *sq = &c->sq[tc]; in mlx5e_tx_reporter_diagnose()
491 struct mlx5e_txqsq *sq = ctx; in mlx5e_tx_reporter_dump_sq()
597 struct mlx5e_txqsq *sq = &c->sq[tc]; in mlx5e_tx_reporter_dump_all_sqs()
[all …]
H A Dhealth.h19 void mlx5e_reporter_tx_err_cqe(struct mlx5e_txqsq *sq);
20 int mlx5e_reporter_tx_timeout(struct mlx5e_txqsq *sq);
H A Dtxrx.h95 void mlx5e_free_txqsq_descs(struct mlx5e_txqsq *sq);
168 static inline u16 mlx5e_txqsq_get_next_pi(struct mlx5e_txqsq *sq, u16 size) in mlx5e_txqsq_get_next_pi()
196 void mlx5e_txqsq_wake(struct mlx5e_txqsq *sq);
285 mlx5e_dma_get(struct mlx5e_txqsq *sq, u32 i) in mlx5e_dma_get()
291 mlx5e_dma_push(struct mlx5e_txqsq *sq, dma_addr_t addr, u32 size, in mlx5e_dma_push()
338 void mlx5e_tx_mpwqe_ensure_complete(struct mlx5e_txqsq *sq);
H A Dptp.h33 struct mlx5e_txqsq txqsq;
H A Dptp.c187 struct mlx5e_txqsq *sq = &ptpsq->txqsq; in mlx5e_ptp_handle_ts_cqe()
318 struct mlx5e_txqsq *sq, int tc, in mlx5e_ptp_alloc_txqsq()
460 struct mlx5e_txqsq *txqsq = &ptpsq->txqsq; in mlx5e_ptp_open_txqsq()
496 struct mlx5e_txqsq *sq = &ptpsq->txqsq; in mlx5e_ptp_close_txqsq()
H A Dreporter_rx.c520 struct mlx5e_txqsq *icosq = ctx; in mlx5e_rx_reporter_dump_icosq()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c346 static void mlx5e_tx_check_stop(struct mlx5e_txqsq *sq) in mlx5e_tx_check_stop()
354 static void mlx5e_tx_flush(struct mlx5e_txqsq *sq) in mlx5e_tx_flush()
427 mlx5e_sq_xmit_wqe(struct mlx5e_txqsq *sq, struct sk_buff *skb, in mlx5e_sq_xmit_wqe()
523 static void mlx5e_tx_mpwqe_session_start(struct mlx5e_txqsq *sq, in mlx5e_tx_mpwqe_session_start()
651 void mlx5e_tx_mpwqe_ensure_complete(struct mlx5e_txqsq *sq) in mlx5e_tx_mpwqe_ensure_complete()
683 struct mlx5e_txqsq *sq; in mlx5e_xmit()
778 void mlx5e_txqsq_wake(struct mlx5e_txqsq *sq) in mlx5e_txqsq_wake()
792 struct mlx5e_txqsq *sq; in mlx5e_poll_tx_cq()
800 sq = container_of(cq, struct mlx5e_txqsq, cq); in mlx5e_poll_tx_cq()
901 void mlx5e_free_txqsq_descs(struct mlx5e_txqsq *sq) in mlx5e_free_txqsq_descs()
[all …]
H A Den_dim.c57 struct mlx5e_txqsq *sq = container_of(dim, struct mlx5e_txqsq, dim); in mlx5e_tx_dim_work()
H A Den_txrx.c49 static void mlx5e_handle_tx_dim(struct mlx5e_txqsq *sq) in mlx5e_handle_tx_dim()
130 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_napi_poll()
157 struct mlx5e_txqsq *sq = rcu_dereference(qos_sqs[i]); in mlx5e_napi_poll()
225 struct mlx5e_txqsq *sq = rcu_dereference(qos_sqs[i]); in mlx5e_napi_poll()
H A Den.h418 struct mlx5e_txqsq { struct
751 struct mlx5e_txqsq sq[MLX5E_MAX_NUM_TC];
753 struct mlx5e_txqsq __rcu * __rcu *qos_sqs;
869 struct mlx5e_txqsq **txq2sq;
1083 struct mlx5e_txqsq *sq, int tc, u16 qos_queue_group_id,
1085 void mlx5e_activate_txqsq(struct mlx5e_txqsq *sq);
1086 void mlx5e_deactivate_txqsq(struct mlx5e_txqsq *sq);
1087 void mlx5e_free_txqsq(struct mlx5e_txqsq *sq);
1089 int mlx5e_alloc_txqsq_db(struct mlx5e_txqsq *sq, int numa);
1090 void mlx5e_free_txqsq_db(struct mlx5e_txqsq *sq);
[all …]
H A Den_main.c1469 void mlx5e_free_txqsq_db(struct mlx5e_txqsq *sq) in mlx5e_free_txqsq_db()
1508 struct mlx5e_txqsq *sq, in mlx5e_alloc_txqsq()
1560 void mlx5e_free_txqsq(struct mlx5e_txqsq *sq) in mlx5e_free_txqsq()
1687 struct mlx5e_txqsq *sq, u32 rate);
1766 void mlx5e_close_txqsq(struct mlx5e_txqsq *sq) in mlx5e_close_txqsq()
1784 struct mlx5e_txqsq *sq = container_of(recover_work, struct mlx5e_txqsq, in mlx5e_tx_err_cqe_work()
2174 struct mlx5e_txqsq *sq, u32 rate) in mlx5e_set_sq_maxrate()
2227 struct mlx5e_txqsq *sq = priv->txq2sq[index]; in mlx5e_set_tx_maxrate()
2907 struct mlx5e_txqsq *sq = &c->sq[tc]; in mlx5e_build_txq_maps()
2921 struct mlx5e_txqsq *sq = &c->ptpsq[tc].txqsq; in mlx5e_build_txq_maps()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_txrx.h19 bool mlx5e_ktls_handle_tx_skb(struct net_device *netdev, struct mlx5e_txqsq *sq,
29 void mlx5e_ktls_tx_handle_resync_dump_comp(struct mlx5e_txqsq *sq,
33 mlx5e_ktls_tx_try_handle_resync_dump_comp(struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_try_handle_resync_dump_comp()
60 mlx5e_ktls_tx_try_handle_resync_dump_comp(struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_try_handle_resync_dump_comp()
H A Den_accel.h125 struct mlx5e_txqsq *sq, in mlx5e_accel_tx_begin()
159 static inline unsigned int mlx5e_accel_tx_ids_len(struct mlx5e_txqsq *sq, in mlx5e_accel_tx_ids_len()
193 static inline void mlx5e_accel_tx_finish(struct mlx5e_txqsq *sq, in mlx5e_accel_tx_finish()
H A Dktls_tx.c525 static void tx_fill_wi(struct mlx5e_txqsq *sq, in tx_fill_wi()
549 post_static_params(struct mlx5e_txqsq *sq, in post_static_params()
568 post_progress_params(struct mlx5e_txqsq *sq, in post_progress_params()
584 static void tx_post_fence_nop(struct mlx5e_txqsq *sq) in tx_post_fence_nop()
595 mlx5e_ktls_tx_post_param_wqes(struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_post_param_wqes()
677 tx_post_resync_params(struct mlx5e_txqsq *sq, in tx_post_resync_params()
715 tx_post_resync_dump(struct mlx5e_txqsq *sq, skb_frag_t *frag, u32 tisn) in tx_post_resync_dump()
755 void mlx5e_ktls_tx_handle_resync_dump_comp(struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_handle_resync_dump_comp()
773 struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_handle_ooo()
829 bool mlx5e_ktls_handle_tx_skb(struct net_device *netdev, struct mlx5e_txqsq *sq, in mlx5e_ktls_handle_tx_skb()
H A Dipsec_rxtx.h118 mlx5e_ipsec_txwqe_build_eseg_csum(struct mlx5e_txqsq *sq, struct sk_buff *skb, in mlx5e_ipsec_txwqe_build_eseg_csum()
157 mlx5e_ipsec_txwqe_build_eseg_csum(struct mlx5e_txqsq *sq, struct sk_buff *skb, in mlx5e_ipsec_txwqe_build_eseg_csum()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.h118 void mlx5i_sq_xmit(struct mlx5e_txqsq *sq, struct sk_buff *skb,
H A Dipoib.c702 struct mlx5e_txqsq *sq = epriv->txq2sq[skb_get_queue_mapping(skb)]; in mlx5i_xmit()