/linux-3.3/drivers/net/ethernet/mellanox/mlx4/ |
D | mcg.c | 108 u32 qpn) in get_promisc_qp() 127 unsigned int index, u32 qpn) in new_steering_entry() 216 unsigned int index, u32 qpn) in existing_steering_entry() 262 unsigned int index, u32 qpn) in check_duplicate_entry() 304 u32 qpn; in can_remove_steering_entry() local 348 enum mlx4_steer_type steer, u32 qpn) in add_promisc_qp() 454 enum mlx4_steer_type steer, u32 qpn) in remove_promisc_qp() 849 int qpn; in mlx4_QP_ATTACH() local 959 u32 qpn = (u32) vhcr->in_param & 0xffffffff; in mlx4_PROMISC_wrapper() local 973 static int mlx4_PROMISC(struct mlx4_dev *dev, u32 qpn, in mlx4_PROMISC() [all …]
|
D | qp.c | 46 void mlx4_qp_event(struct mlx4_dev *dev, u32 qpn, int event_type) in mlx4_qp_event() 246 int __mlx4_qp_alloc_icm(struct mlx4_dev *dev, int qpn) in __mlx4_qp_alloc_icm() 290 static int mlx4_qp_alloc_icm(struct mlx4_dev *dev, int qpn) in mlx4_qp_alloc_icm() 303 void __mlx4_qp_free_icm(struct mlx4_dev *dev, int qpn) in __mlx4_qp_free_icm() 315 static void mlx4_qp_free_icm(struct mlx4_dev *dev, int qpn) in mlx4_qp_free_icm() 329 int mlx4_qp_alloc(struct mlx4_dev *dev, int qpn, struct mlx4_qp *qp) in mlx4_qp_alloc()
|
D | en_resources.c | 41 int is_tx, int rss, int qpn, int cqn, in mlx4_en_fill_qp_context()
|
D | port.c | 78 static int mlx4_uc_steer_add(struct mlx4_dev *dev, u8 port, u64 mac, int *qpn) in mlx4_uc_steer_add() 100 u64 mac, int qpn) in mlx4_uc_steer_release() 141 int mlx4_get_eth_qp(struct mlx4_dev *dev, u8 port, u64 mac, int *qpn) in mlx4_get_eth_qp() 200 void mlx4_put_eth_qp(struct mlx4_dev *dev, u8 port, u64 mac, int qpn) in mlx4_put_eth_qp() 355 int mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac) in mlx4_replace_mac()
|
D | en_rx.c | 808 static int mlx4_en_config_rss_qp(struct mlx4_en_priv *priv, int qpn, in mlx4_en_config_rss_qp() 864 int i, qpn; in mlx4_en_config_rss_steer() local
|
D | resource_tracker.c | 710 static int qp_res_start_move_to(struct mlx4_dev *dev, int slave, int qpn, in qp_res_start_move_to() 1008 static int valid_reserved(struct mlx4_dev *dev, int slave, int qpn) in valid_reserved() 1020 int qpn; in qp_alloc_res() local 1331 int qpn; in qp_free_res() local 1749 int qpn = vhcr->in_modifier & 0x7fffff; in mlx4_RST2INIT_QP_wrapper() local 2409 int qpn = vhcr->in_modifier & 0x7fffff; in mlx4_GEN_QP_wrapper() local 2446 int qpn = vhcr->in_modifier & 0x7fffff; in mlx4_2RST_QP_wrapper() local 2540 int qpn; in mlx4_QP_ATTACH_wrapper() local 2685 int qpn; in rem_slave_qps() local
|
D | en_tx.c | 57 struct mlx4_en_tx_ring *ring, int qpn, u32 size, in mlx4_en_create_tx_ring()
|
/linux-3.3/include/rdma/ |
D | ib_user_mad.h | 78 __be32 qpn; member 122 __be32 qpn; member 187 __u8 qpn; member
|
D | ib_user_cm.h | 133 __u32 qpn; member 158 __u32 qpn; member 211 __u32 qpn; member 295 __u32 qpn; member
|
D | iw_cm.h | 101 u32 qpn; member
|
/linux-3.3/drivers/infiniband/hw/qib/ |
D | qib_qp.c | 123 u32 i, offset, max_scan, qpn; in alloc_qpn() local 199 static void free_qpn(struct qib_qpn_table *qpt, u32 qpn) in free_qpn() 208 static inline unsigned qpn_hash(struct qib_ibdev *dev, u32 qpn) in qpn_hash() 325 struct qib_qp *qib_lookup_qpn(struct qib_ibport *ibp, u32 qpn) in qib_lookup_qpn()
|
/linux-3.3/drivers/infiniband/hw/ipath/ |
D | ipath_qp.c | 107 u32 i, offset, max_scan, qpn; in alloc_qpn() local 190 static void free_qpn(struct ipath_qp_table *qpt, u32 qpn) in free_qpn() 301 struct ipath_qp *ipath_lookup_qpn(struct ipath_qp_table *qpt, u32 qpn) in ipath_lookup_qpn()
|
/linux-3.3/drivers/infiniband/core/ |
D | agent.c | 83 int port_num, int qpn) in agent_send_response()
|
D | cm_msgs.h | 127 static inline void cm_req_set_local_qpn(struct cm_req_msg *req_msg, __be32 qpn) in cm_req_set_local_qpn() 535 static inline void cm_rep_set_local_qpn(struct cm_rep_msg *rep_msg, __be32 qpn) in cm_rep_set_local_qpn() 655 static inline void cm_dreq_set_remote_qpn(struct cm_dreq_msg *dreq_msg, __be32 qpn) in cm_dreq_set_remote_qpn() 704 static inline void cm_lap_set_remote_qpn(struct cm_lap_msg *lap_msg, __be32 qpn) in cm_lap_set_remote_qpn() 841 __be32 qpn) in cm_sidr_rep_set_qpn()
|
/linux-3.3/drivers/infiniband/hw/amso1100/ |
D | c2_qp.c | 395 static void c2_free_qpn(struct c2_dev *c2dev, int qpn) in c2_free_qpn() 402 struct c2_qp *c2_find_qpn(struct c2_dev *c2dev, int qpn) in c2_find_qpn()
|
D | c2_provider.h | 113 int qpn; member
|
D | c2_provider.c | 219 struct ib_qp *c2_get_qp(struct ib_device *device, int qpn) in c2_get_qp()
|
/linux-3.3/drivers/infiniband/hw/mlx4/ |
D | cq.c | 772 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in __mlx4_ib_cq_clean() 820 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in mlx4_ib_cq_clean()
|
D | mad.c | 208 int qpn = mad->mad_hdr.mgmt_class != IB_MGMT_CLASS_SUBN_LID_ROUTED; in forward_trap() local
|
/linux-3.3/drivers/infiniband/hw/mthca/ |
D | mthca_mad.c | 165 int qpn = mad->mad_hdr.mgmt_class != IB_MGMT_CLASS_SUBN_LID_ROUTED; in forward_trap() local
|
D | mthca_qp.c | 237 void mthca_qp_event(struct mthca_dev *dev, u32 qpn, in mthca_qp_event() 1346 int qpn, in mthca_alloc_sqp()
|
/linux-3.3/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 1034 u32 qpn, in ipoib_cm_send_req() 1094 static int ipoib_cm_tx_init(struct ipoib_cm_tx *p, u32 qpn, in ipoib_cm_tx_init() 1298 u32 qpn; in ipoib_cm_tx_start() local
|
D | ipoib_ib.c | 499 struct ib_ah *address, u32 qpn, in post_send() 538 struct ipoib_ah *address, u32 qpn) in ipoib_send()
|
/linux-3.3/drivers/infiniband/hw/nes/ |
D | nes.c | 355 struct ib_qp *nes_get_qp(struct ib_device *device, int qpn) in nes_get_qp()
|
/linux-3.3/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 1619 struct ib_qp *c4iw_get_qp(struct ib_device *dev, int qpn) in c4iw_get_qp()
|