Searched refs:mlx4_en_cq (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_cq.c | 47 struct mlx4_en_cq **pcq, in mlx4_en_create_cq() 52 struct mlx4_en_cq *cq; in mlx4_en_create_cq() 89 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq, in mlx4_en_activate_cq() 124 struct mlx4_en_cq *rx_cq; in mlx4_en_activate_cq() 173 void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq) in mlx4_en_destroy_cq() 176 struct mlx4_en_cq *cq = *pcq; in mlx4_en_destroy_cq() 189 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_deactivate_cq() 200 int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_set_cq_moder() 206 void mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_arm_cq()
|
H A D | mlx4_en.h | 363 struct mlx4_en_cq { struct 596 struct mlx4_en_cq **tx_cq[MLX4_EN_NUM_TX_TYPES]; 597 struct mlx4_en_cq *rx_cq[MAX_RX_RINGS]; 690 int mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq, 692 void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq); 693 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq, 695 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq); 696 int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq); 697 void mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq); 736 struct mlx4_en_cq *cq, [all …]
|
H A D | en_rx.c | 713 int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int budget) in mlx4_en_process_rx_cq() 987 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq); in mlx4_en_rx_irq() 999 struct mlx4_en_cq *cq = container_of(napi, struct mlx4_en_cq, napi); in mlx4_en_poll_rx_cq() 1002 struct mlx4_en_cq *xdp_tx_cq = NULL; in mlx4_en_poll_rx_cq()
|
H A D | en_tx.c | 430 struct mlx4_en_cq *cq, int napi_budget) in mlx4_en_process_tx_cq() 543 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq); in mlx4_en_tx_irq() 555 struct mlx4_en_cq *cq = container_of(napi, struct mlx4_en_cq, napi); in mlx4_en_poll_tx_cq()
|
H A D | en_netdev.c | 1404 struct mlx4_en_cq *cq; in mlx4_en_set_default_moderation() 1453 struct mlx4_en_cq *cq; in mlx4_en_auto_moderation() 1630 struct mlx4_en_cq *cq; in mlx4_en_start_port() 2006 struct mlx4_en_cq *cq = priv->rx_cq[i]; in mlx4_en_stop_port() 2246 sizeof(struct mlx4_en_cq *), in mlx4_en_copy_priv() 2271 sizeof(struct mlx4_en_cq *) * src->rx_ring_num); in mlx4_en_update_priv() 3164 sizeof(struct mlx4_en_cq *), in mlx4_en_init_netdev()
|