/Linux-v6.1/include/linux/mlx4/ |
D | qp.h | 473 struct mlx4_qp *mlx4_qp_lookup(struct mlx4_dev *dev, u32 qpn); 480 int sqd_event, struct mlx4_qp *qp); 482 int mlx4_qp_query(struct mlx4_dev *dev, struct mlx4_qp *qp, 487 struct mlx4_qp *qp, enum mlx4_qp_state *qp_state); 489 static inline struct mlx4_qp *__mlx4_qp_lookup(struct mlx4_dev *dev, u32 qpn) in __mlx4_qp_lookup() 494 void mlx4_qp_remove(struct mlx4_dev *dev, struct mlx4_qp *qp);
|
D | device.h | 753 struct mlx4_qp { struct 754 void (*event) (struct mlx4_qp *, enum mlx4_event); argument 1135 int mlx4_qp_alloc(struct mlx4_dev *dev, int qpn, struct mlx4_qp *qp); 1136 void mlx4_qp_free(struct mlx4_dev *dev, struct mlx4_qp *qp); 1147 int mlx4_unicast_attach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], 1149 int mlx4_unicast_detach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], 1151 int mlx4_multicast_attach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], 1154 int mlx4_multicast_detach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16],
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/ |
D | qp.c | 52 struct mlx4_qp *qp; in mlx4_qp_event() 74 static int is_master_qp0(struct mlx4_dev *dev, struct mlx4_qp *qp, int *real_qp0, int *proxy_qp0) in is_master_qp0() 91 int sqd_event, struct mlx4_qp *qp, int native) in __mlx4_qp_modify() 212 int sqd_event, struct mlx4_qp *qp) in mlx4_qp_modify() 391 struct mlx4_qp *mlx4_qp_lookup(struct mlx4_dev *dev, u32 qpn) in mlx4_qp_lookup() 394 struct mlx4_qp *qp; in mlx4_qp_lookup() 404 int mlx4_qp_alloc(struct mlx4_dev *dev, int qpn, struct mlx4_qp *qp) in mlx4_qp_alloc() 513 void mlx4_qp_remove(struct mlx4_dev *dev, struct mlx4_qp *qp) in mlx4_qp_remove() 524 void mlx4_qp_free(struct mlx4_dev *dev, struct mlx4_qp *qp) in mlx4_qp_free() 894 int mlx4_qp_query(struct mlx4_dev *dev, struct mlx4_qp *qp, in mlx4_qp_query() [all …]
|
D | en_resources.c | 94 int mlx4_en_change_mcast_lb(struct mlx4_en_priv *priv, struct mlx4_qp *qp, in mlx4_en_change_mcast_lb() 111 void mlx4_en_sqp_event(struct mlx4_qp *qp, enum mlx4_event event) in mlx4_en_sqp_event()
|
D | mlx4_en.h | 308 struct mlx4_qp sp_qp; 433 struct mlx4_qp qps[MAX_RX_RINGS]; 435 struct mlx4_qp *indir_qp; 588 struct mlx4_qp drop_qp; 743 void mlx4_en_sqp_event(struct mlx4_qp *qp, enum mlx4_event event); 744 int mlx4_en_change_mcast_lb(struct mlx4_en_priv *priv, struct mlx4_qp *qp,
|
D | mcg.c | 1104 int mlx4_qp_attach_common(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], in mlx4_qp_attach_common() 1214 int mlx4_qp_detach_common(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], in mlx4_qp_detach_common() 1335 static int mlx4_QP_ATTACH(struct mlx4_dev *dev, struct mlx4_qp *qp, in mlx4_QP_ATTACH() 1367 int mlx4_trans_to_dmfs_attach(struct mlx4_dev *dev, struct mlx4_qp *qp, in mlx4_trans_to_dmfs_attach() 1407 int mlx4_multicast_attach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], in mlx4_multicast_attach() 1438 int mlx4_multicast_detach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], in mlx4_multicast_detach() 1530 struct mlx4_qp *qp, u8 gid[16], in mlx4_unicast_attach() 1545 int mlx4_unicast_detach(struct mlx4_dev *dev, struct mlx4_qp *qp, in mlx4_unicast_detach()
|
D | mlx4.h | 1322 int mlx4_qp_detach_common(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], 1324 int mlx4_qp_attach_common(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], 1327 int mlx4_trans_to_dmfs_attach(struct mlx4_dev *dev, struct mlx4_qp *qp,
|
D | en_rx.c | 1064 struct mlx4_qp *qp) in mlx4_en_config_rss_qp()
|
D | resource_tracker.c | 4078 static int qp_attach(struct mlx4_dev *dev, int slave, struct mlx4_qp *qp, in qp_attach() 4105 static int qp_detach(struct mlx4_dev *dev, struct mlx4_qp *qp, in qp_detach() 4144 struct mlx4_qp qp; /* dummy for calling attach/detach */ in mlx4_QP_ATTACH_wrapper() 4586 struct mlx4_qp qp; /* dummy for calling attach/detach */ in detach_qp()
|
D | en_netdev.c | 570 struct mlx4_qp qp; in mlx4_en_uc_steer_add() 622 struct mlx4_qp qp; in mlx4_en_uc_steer_release()
|
D | fw.c | 2716 struct mlx4_qp qp; in mlx4_opreq_action()
|
/Linux-v6.1/drivers/infiniband/hw/mlx4/ |
D | mlx4_ib.h | 327 struct mlx4_qp mqp; 718 static inline struct mlx4_ib_qp *to_mibqp(struct mlx4_qp *mqp) in to_mibqp()
|
D | cq.c | 661 struct mlx4_qp *mqp; in mlx4_ib_poll_one()
|
D | qp.c | 203 static void mlx4_ib_qp_event(struct mlx4_qp *qp, enum mlx4_event type) in mlx4_ib_qp_event() 249 static void mlx4_ib_wq_event(struct mlx4_qp *qp, enum mlx4_event type) in mlx4_ib_wq_event()
|