/Linux-v4.19/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 | 764 struct mlx4_qp { struct 765 void (*event) (struct mlx4_qp *, enum mlx4_event); argument 1145 int mlx4_qp_alloc(struct mlx4_dev *dev, int qpn, struct mlx4_qp *qp); 1146 void mlx4_qp_free(struct mlx4_dev *dev, struct mlx4_qp *qp); 1157 int mlx4_unicast_attach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], 1159 int mlx4_unicast_detach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], 1161 int mlx4_multicast_attach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], 1164 int mlx4_multicast_detach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16],
|
/Linux-v4.19/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() 893 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 | 322 struct mlx4_qp sp_qp; 445 struct mlx4_qp qps[MAX_RX_RINGS]; 447 struct mlx4_qp *indir_qp; 597 struct mlx4_qp drop_qp; 755 void mlx4_en_sqp_event(struct mlx4_qp *qp, enum mlx4_event event); 756 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 | 1044 struct mlx4_qp *qp) in mlx4_en_config_rss_qp()
|
D | resource_tracker.c | 4067 static int qp_attach(struct mlx4_dev *dev, int slave, struct mlx4_qp *qp, in qp_attach() 4094 static int qp_detach(struct mlx4_dev *dev, struct mlx4_qp *qp, in qp_detach() 4133 struct mlx4_qp qp; /* dummy for calling attach/detach */ in mlx4_QP_ATTACH_wrapper() 4575 struct mlx4_qp qp; /* dummy for calling attach/detach */ in detach_qp()
|
D | en_netdev.c | 558 struct mlx4_qp qp; in mlx4_en_uc_steer_add() 609 struct mlx4_qp qp; in mlx4_en_uc_steer_release()
|
D | fw.c | 2693 struct mlx4_qp qp; in mlx4_opreq_action()
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | mlx4_ib.h | 316 struct mlx4_qp mqp; 699 static inline struct mlx4_ib_qp *to_mibqp(struct mlx4_qp *mqp) in to_mibqp()
|
D | cq.c | 669 struct mlx4_qp *mqp; in mlx4_ib_poll_one()
|
D | qp.c | 227 static void mlx4_ib_qp_event(struct mlx4_qp *qp, enum mlx4_event type) in mlx4_ib_qp_event() 273 static void mlx4_ib_wq_event(struct mlx4_qp *qp, enum mlx4_event type) in mlx4_ib_wq_event()
|