Home
last modified time | relevance | path

Searched refs:mthca_qp (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/mthca/
H A Dmthca_provider.h263 struct mthca_qp { struct
291 struct mthca_qp qp; argument
336 static inline struct mthca_qp *to_mqp(struct ib_qp *ibqp) in to_mqp()
338 return container_of(ibqp, struct mthca_qp, ibqp); in to_mqp()
341 static inline struct mthca_sqp *to_msqp(struct mthca_qp *qp) in to_msqp()
H A Dmthca_qp.c196 static int is_sqp(struct mthca_dev *dev, struct mthca_qp *qp) in is_sqp()
202 static int is_qp0(struct mthca_dev *dev, struct mthca_qp *qp) in is_qp0()
208 static void *get_recv_wqe(struct mthca_qp *qp, int n) in get_recv_wqe()
217 static void *get_send_wqe(struct mthca_qp *qp, int n) in get_send_wqe()
241 struct mthca_qp *qp; in mthca_qp_event()
328 static __be32 get_hw_access_flags(struct mthca_qp *qp, const struct ib_qp_attr *attr, in get_hw_access_flags()
429 struct mthca_qp *qp = to_mqp(ibqp); in mthca_query_qp()
551 struct mthca_qp *qp = to_mqp(ibqp); in __mthca_modify_qp()
850 struct mthca_qp *qp = to_mqp(ibqp); in mthca_modify_qp()
915 static int mthca_max_data_size(struct mthca_dev *dev, struct mthca_qp *qp, int desc_sz) in mthca_max_data_size()
[all …]
H A Dmthca_dev.h544 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
553 struct mthca_qp *qp,
565 void mthca_free_qp(struct mthca_dev *dev, struct mthca_qp *qp);
H A Dmthca_cq.c378 struct mthca_qp *qp, int wqe_index, int is_send, in handle_error_cqe()
485 struct mthca_qp **cur_qp, in mthca_poll_one()
664 struct mthca_qp *qp = NULL; in mthca_poll_cq()
H A Dmthca_provider.c474 struct mthca_qp *qp; in mthca_create_qp()
1148 #define mthca_ib_qp mthca_qp in mthca_register_device()
/freebsd/sys/modules/mthca/
H A DMakefile19 mthca_qp.c \
/freebsd/sys/conf/
H A Dfiles4818 dev/mthca/mthca_qp.c optional mthca pci ofed \