Home
last modified time | relevance | path

Searched defs:qp (Results 1 – 142 of 142) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_qp.c209 static int ipath_alloc_qpn(struct ipath_qp_table *qpt, struct ipath_qp *qp, in ipath_alloc_qpn()
243 static void ipath_free_qp(struct ipath_qp_table *qpt, struct ipath_qp *qp) in ipath_free_qp()
274 struct ipath_qp *qp; in ipath_free_all_qps() local
304 struct ipath_qp *qp; in ipath_lookup_qpn() local
324 static void ipath_reset_qp(struct ipath_qp *qp, enum ib_qp_type type) in ipath_reset_qp()
377 int ipath_error_qp(struct ipath_qp *qp, enum ib_wc_status err) in ipath_error_qp()
454 struct ipath_qp *qp = to_iqp(ibqp); in ipath_modify_qp() local
624 struct ipath_qp *qp = to_iqp(ibqp); in ipath_query_qp() local
677 __be32 ipath_compute_aeth(struct ipath_qp *qp) in ipath_compute_aeth()
745 struct ipath_qp *qp; in ipath_create_qp() local
[all …]
Dipath_ruc.c87 void ipath_insert_rnr_queue(struct ipath_qp *qp) in ipath_insert_rnr_queue()
123 int ipath_init_sge(struct ipath_qp *qp, struct ipath_rwqe *wqe, in ipath_init_sge()
166 int ipath_get_rwqe(struct ipath_qp *qp, int wr_id_only) in ipath_get_rwqe()
263 struct ipath_qp *qp; in ipath_ruc_loopback() local
517 static void want_buffer(struct ipath_devdata *dd, struct ipath_qp *qp) in want_buffer()
541 static int ipath_no_bufs_available(struct ipath_qp *qp, in ipath_no_bufs_available()
600 void ipath_make_ruc_header(struct ipath_ibdev *dev, struct ipath_qp *qp, in ipath_make_ruc_header()
641 struct ipath_qp *qp = (struct ipath_qp *)data; in ipath_do_send() local
699 void ipath_send_complete(struct ipath_qp *qp, struct ipath_swqe *wqe, in ipath_send_complete()
Dipath_rc.c62 static void ipath_init_restart(struct ipath_qp *qp, struct ipath_swqe *wqe) in ipath_init_restart()
86 static int ipath_make_rc_ack(struct ipath_ibdev *dev, struct ipath_qp *qp, in ipath_make_rc_ack()
213 int ipath_make_rc_req(struct ipath_qp *qp) in ipath_make_rc_req()
612 static void send_rc_ack(struct ipath_qp *qp) in send_rc_ack()
724 static void reset_psn(struct ipath_qp *qp, u32 psn) in reset_psn()
805 void ipath_restart_rc(struct ipath_qp *qp, u32 psn) in ipath_restart_rc()
841 static inline void update_last_psn(struct ipath_qp *qp, u32 psn) in update_last_psn()
857 static int do_rc_ack(struct ipath_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack()
1120 struct ipath_qp *qp, in ipath_rc_rcv_resp()
1338 struct ipath_qp *qp, in ipath_rc_rcv_error()
[all …]
Dipath_verbs_mcast.c53 static struct ipath_mcast_qp *ipath_mcast_qp_alloc(struct ipath_qp *qp) in ipath_mcast_qp_alloc()
70 struct ipath_qp *qp = mqp->qp; in ipath_mcast_qp_free() local
238 struct ipath_qp *qp = to_iqp(ibqp); in ipath_multicast_attach() local
287 struct ipath_qp *qp = to_iqp(ibqp); in ipath_multicast_detach() local
Dipath_ud.c53 struct ipath_qp *qp; in ipath_ud_loopback() local
241 int ipath_make_ud_req(struct ipath_qp *qp) in ipath_make_ud_req()
410 int has_grh, void *data, u32 tlen, struct ipath_qp *qp) in ipath_ud_rcv()
Dipath_verbs.c336 static int ipath_post_one_send(struct ipath_qp *qp, struct ib_send_wr *wr) in ipath_post_one_send()
448 struct ipath_qp *qp = to_iqp(ibqp); in ipath_post_send() local
477 struct ipath_qp *qp = to_iqp(ibqp); in ipath_post_receive() local
542 void *data, u32 tlen, struct ipath_qp *qp) in ipath_qp_rcv()
588 struct ipath_qp *qp; in ipath_ib_rcv() local
682 struct ipath_qp *qp; in ipath_ib_timer() local
1031 struct ipath_qp *qp = tx->qp; in sdma_complete() local
1061 static void decrement_dma_busy(struct ipath_qp *qp) in decrement_dma_busy()
1097 static int ipath_verbs_send_dma(struct ipath_qp *qp, in ipath_verbs_send_dma()
1222 static int ipath_verbs_send_pio(struct ipath_qp *qp, in ipath_verbs_send_pio()
[all …]
Dipath_uc.c46 int ipath_make_uc_req(struct ipath_qp *qp) in ipath_make_uc_req()
241 int has_grh, void *data, u32 tlen, struct ipath_qp *qp) in ipath_uc_rcv()
Dipath_keys.c121 int ipath_lkey_ok(struct ipath_qp *qp, struct ipath_sge *isge, in ipath_lkey_ok()
199 int ipath_rkey_ok(struct ipath_qp *qp, struct ipath_sge_state *ss, in ipath_rkey_ok()
Dipath_verbs.h158 struct ipath_qp *qp; member
480 static inline struct ipath_swqe *get_swqe_ptr(struct ipath_qp *qp, in get_swqe_ptr()
646 struct ipath_qp *qp; member
693 static inline void ipath_schedule_send(struct ipath_qp *qp) in ipath_schedule_send()
Dipath_driver.c1218 u32 qp = be32_to_cpu(hdr->bth[1]) & 0xffffff; in ipath_kreceive() local
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_rc.c57 static void start_timer(struct qib_qp *qp) in start_timer()
77 static int qib_make_rc_ack(struct qib_ibdev *dev, struct qib_qp *qp, in qib_make_rc_ack()
231 int qib_make_rc_req(struct qib_qp *qp) in qib_make_rc_req()
648 void qib_send_rc_ack(struct qib_qp *qp) in qib_send_rc_ack()
783 static void reset_psn(struct qib_qp *qp, u32 psn) in reset_psn()
868 static void qib_restart_rc(struct qib_qp *qp, u32 psn, int wait) in qib_restart_rc()
905 struct qib_qp *qp = (struct qib_qp *)arg; in rc_timeout() local
928 struct qib_qp *qp = (struct qib_qp *)arg; in qib_rc_rnr_retry() local
944 static void reset_sending_psn(struct qib_qp *qp, u32 psn) in reset_sending_psn()
969 void qib_rc_send_complete(struct qib_qp *qp, struct qib_ib_header *hdr) in qib_rc_send_complete()
[all …]
Dqib_qp.c223 static void insert_qp(struct qib_ibdev *dev, struct qib_qp *qp) in insert_qp()
248 static void remove_qp(struct qib_ibdev *dev, struct qib_qp *qp) in remove_qp()
299 struct qib_qp *qp; in qib_free_all_qps() local
341 struct qib_qp *qp = NULL; in qib_lookup_qpn() local
371 static void qib_reset_qp(struct qib_qp *qp, enum ib_qp_type type) in qib_reset_qp()
418 static void clear_mr_refs(struct qib_qp *qp, int clr_sends) in clear_mr_refs()
474 int qib_error_qp(struct qib_qp *qp, enum ib_wc_status err) in qib_error_qp()
573 struct qib_qp *qp = to_iqp(ibqp); in qib_modify_qp() local
858 struct qib_qp *qp = to_iqp(ibqp); in qib_query_qp() local
911 __be32 qib_compute_aeth(struct qib_qp *qp) in qib_compute_aeth()
[all …]
Dqib_ruc.c81 static int qib_init_sge(struct qib_qp *qp, struct qib_rwqe *wqe) in qib_init_sge()
138 int qib_get_rwqe(struct qib_qp *qp, int wr_id_only) in qib_get_rwqe()
229 void qib_migrate_qp(struct qib_qp *qp) in qib_migrate_qp()
268 int has_grh, struct qib_qp *qp, u32 bth0) in qib_ruc_check_hdr()
358 struct qib_qp *qp; in qib_ruc_loopback() local
674 void qib_make_ruc_header(struct qib_qp *qp, struct qib_other_headers *ohdr, in qib_make_ruc_header()
719 struct qib_qp *qp = container_of(work, struct qib_qp, s_work); in qib_do_send() local
770 void qib_send_complete(struct qib_qp *qp, struct qib_swqe *wqe, in qib_send_complete()
Dqib_verbs.c337 static int qib_post_one_send(struct qib_qp *qp, struct ib_send_wr *wr, in qib_post_one_send()
466 struct qib_qp *qp = to_iqp(ibqp); in qib_post_send() local
497 struct qib_qp *qp = to_iqp(ibqp); in qib_post_receive() local
561 int has_grh, void *data, u32 tlen, struct qib_qp *qp) in qib_qp_rcv()
615 struct qib_qp *qp; in qib_ib_rcv() local
710 struct qib_qp *qp = NULL; in mem_timer() local
929 struct qib_qp *qp) in __get_txreq()
960 struct qib_qp *qp) in get_txreq()
984 struct qib_qp *qp; in qib_put_txreq() local
1037 struct qib_qp *qp, *nqp; in qib_verbs_sdma_desc_avail() local
[all …]
Dqib_verbs_mcast.c42 static struct qib_mcast_qp *qib_mcast_qp_alloc(struct qib_qp *qp) in qib_mcast_qp_alloc()
59 struct qib_qp *qp = mqp->qp; in qib_mcast_qp_free() local
227 struct qib_qp *qp = to_iqp(ibqp); in qib_multicast_attach() local
285 struct qib_qp *qp = to_iqp(ibqp); in qib_multicast_detach() local
Dqib_ud.c53 struct qib_qp *qp; in qib_ud_loopback() local
235 int qib_make_ud_req(struct qib_qp *qp) in qib_make_ud_req()
429 int has_grh, void *data, u32 tlen, struct qib_qp *qp) in qib_ud_rcv()
Dqib_uc.c46 int qib_make_uc_req(struct qib_qp *qp) in qib_make_uc_req()
243 int has_grh, void *data, u32 tlen, struct qib_qp *qp) in qib_uc_rcv()
Dqib_keys.c252 int qib_rkey_ok(struct qib_qp *qp, struct qib_sge *sge, in qib_rkey_ok()
341 int qib_fast_reg_mr(struct qib_qp *qp, struct ib_send_wr *wr) in qib_fast_reg_mr()
Dqib_driver.c309 struct qib_qp *qp = NULL; in qib_rcv_hdrerr() local
459 struct qib_qp *qp, *nqp; in qib_kreceive() local
Dqib_sdma.c539 struct qib_qp *qp; in qib_sdma_verbs_send() local
Dqib_verbs.h212 struct qib_qp *qp; member
609 static inline struct qib_swqe *get_swqe_ptr(struct qib_qp *qp, in get_swqe_ptr()
847 static inline int qib_send_ok(struct qib_qp *qp) in qib_send_ok()
Dqib_mad.h306 __be32 qp; member
Dqib.h261 struct qib_qp *qp; member
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dqp.c81 struct mlx4_ib_qp qp; member
125 static int is_tunnel_qp(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_tunnel_qp()
135 static int is_sqp(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_sqp()
160 static int is_qp0(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_qp0()
183 static void *get_wqe(struct mlx4_ib_qp *qp, int offset) in get_wqe()
188 static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n) in get_recv_wqe()
193 static void *get_send_wqe(struct mlx4_ib_qp *qp, int n) in get_send_wqe()
207 static void stamp_send_wqe(struct mlx4_ib_qp *qp, int n, int size) in stamp_send_wqe()
237 static void post_nop_wqe(struct mlx4_ib_qp *qp, int n, int size) in post_nop_wqe()
275 static inline unsigned pad_wraparound(struct mlx4_ib_qp *qp, int ind) in pad_wraparound()
[all …]
Dcq.c570 static int use_tunnel_data(struct mlx4_ib_qp *qp, struct mlx4_ib_cq *cq, struct ib_wc *wc, in use_tunnel_data()
598 static void mlx4_ib_qp_sw_comp(struct mlx4_ib_qp *qp, int num_entries, in mlx4_ib_qp_sw_comp()
625 struct mlx4_ib_qp *qp; in mlx4_ib_poll_sw_comp() local
Dmain.c930 static int __mlx4_ib_default_rules_match(struct ib_qp *qp, in __mlx4_ib_default_rules_match()
986 struct ib_qp *qp, in __mlx4_ib_create_default_rules()
1022 static int __mlx4_ib_create_flow(struct ib_qp *qp, struct ib_flow_attr *flow_attr, in __mlx4_ib_create_flow()
1117 static int mlx4_ib_tunnel_steer_add(struct ib_qp *qp, struct ib_flow_attr *flow_attr, in mlx4_ib_tunnel_steer_add()
1142 static struct ib_flow *mlx4_ib_create_flow(struct ib_qp *qp, in mlx4_ib_create_flow()
1328 static struct mlx4_ib_gid_entry *find_gid_entry(struct mlx4_ib_qp *qp, u8 *raw) in find_gid_entry()
1765 struct mlx4_ib_qp *qp; in mlx4_ib_update_qps() local
Dmr.c321 int mlx4_ib_bind_mw(struct ib_qp *qp, struct ib_mw *mw, in mlx4_ib_bind_mw()
Dmlx4_ib.h393 struct ib_qp *qp; member
420 struct mlx4_ib_demux_pv_qp qp[2]; member
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dodp.c161 static void mlx5_ib_page_fault_resume(struct mlx5_ib_qp *qp, in mlx5_ib_page_fault_resume()
185 static int pagefault_single_data_segment(struct mlx5_ib_qp *qp, in pagefault_single_data_segment()
317 static int pagefault_data_segments(struct mlx5_ib_qp *qp, in pagefault_data_segments()
391 struct mlx5_ib_qp *qp, struct mlx5_ib_pfault *pfault, in mlx5_ib_mr_initiator_pfault_handler()
496 struct mlx5_ib_qp *qp, struct mlx5_ib_pfault *pfault, in mlx5_ib_mr_responder_pfault_handler()
536 static void mlx5_ib_mr_wqe_pfault_handler(struct mlx5_ib_qp *qp, in mlx5_ib_mr_wqe_pfault_handler()
607 static void mlx5_ib_mr_rdma_pfault_handler(struct mlx5_ib_qp *qp, in mlx5_ib_mr_rdma_pfault_handler()
675 void mlx5_ib_mr_pfault_handler(struct mlx5_ib_qp *qp, in mlx5_ib_mr_pfault_handler()
702 struct mlx5_ib_qp *qp = container_of(pfault, struct mlx5_ib_qp, in mlx5_ib_qp_pfault_action() local
707 void mlx5_ib_qp_disable_pagefaults(struct mlx5_ib_qp *qp) in mlx5_ib_qp_disable_pagefaults()
[all …]
Dqp.c89 static void *get_wqe(struct mlx5_ib_qp *qp, int offset) in get_wqe()
94 static void *get_recv_wqe(struct mlx5_ib_qp *qp, int n) in get_recv_wqe()
99 void *mlx5_get_send_wqe(struct mlx5_ib_qp *qp, int n) in mlx5_get_send_wqe()
121 int mlx5_ib_read_user_wqe(struct mlx5_ib_qp *qp, int send, int wqe_index, in mlx5_ib_read_user_wqe()
175 static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type) in mlx5_ib_qp_event()
221 int has_rq, struct mlx5_ib_qp *qp, struct mlx5_ib_create_qp *ucmd) in set_rq_size()
331 struct mlx5_ib_qp *qp) in calc_sq_size()
375 struct mlx5_ib_qp *qp, in set_user_buf_size()
602 struct mlx5_ib_qp *qp, struct ib_udata *udata, in create_user_qp()
723 static void destroy_qp_user(struct ib_pd *pd, struct mlx5_ib_qp *qp) in destroy_qp_user()
[all …]
Dcq.c171 struct mlx5_ib_qp *qp) in handle_responder()
304 static int is_atomic_response(struct mlx5_ib_qp *qp, uint16_t idx) in is_atomic_response()
311 static void *mlx5_get_atomic_laddr(struct mlx5_ib_qp *qp, uint16_t idx) in mlx5_get_atomic_laddr()
323 static void handle_atomic(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64, in handle_atomic()
348 static void handle_atomics(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64, in handle_atomics()
Dmlx5_ib.h351 struct ib_qp *qp; member
639 static inline void mlx5_ib_odp_create_qp(struct mlx5_ib_qp *qp) {} in mlx5_ib_odp_create_qp()
644 static inline void mlx5_ib_qp_disable_pagefaults(struct mlx5_ib_qp *qp) {} in mlx5_ib_qp_disable_pagefaults()
645 static inline void mlx5_ib_qp_enable_pagefaults(struct mlx5_ib_qp *qp) {} in mlx5_ib_qp_enable_pagefaults()
Dmain.c972 struct ib_qp *qp; in create_umr_res() local
/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_qp.c120 void c2_set_qp_state(struct c2_qp *qp, int c2_state) in c2_set_qp_state()
134 int c2_qp_modify(struct c2_dev *c2dev, struct c2_qp *qp, in c2_qp_modify()
253 int c2_qp_set_read_limits(struct c2_dev *c2dev, struct c2_qp *qp, in c2_qp_set_read_limits()
302 static int destroy_qp(struct c2_dev *c2dev, struct c2_qp *qp) in destroy_qp()
381 static int c2_alloc_qpn(struct c2_dev *c2dev, struct c2_qp *qp) in c2_alloc_qpn()
407 struct c2_qp *qp; in c2_find_qpn() local
417 struct ib_qp_init_attr *qp_attrs, struct c2_qp *qp) in c2_alloc_qp()
600 void c2_free_qp(struct c2_dev *c2dev, struct c2_qp *qp) in c2_free_qp()
762 static int qp_wr_post(struct c2_mq *q, union c2wr * wr, struct c2_qp *qp, u32 size) in qp_wr_post()
794 struct c2_qp *qp = to_c2qp(ibqp); in c2_post_send() local
[all …]
Dc2_cm.c45 struct c2_qp *qp; in c2_llp_connect() local
294 struct c2_qp *qp; in c2_llp_accept() local
Dc2_provider.c204 struct c2_qp *qp; in c2_add_ref() local
212 struct c2_qp *qp; in c2_rem_ref() local
222 struct c2_qp *qp; in c2_get_qp() local
236 struct c2_qp *qp; in c2_create_qp() local
280 struct c2_qp *qp = to_c2qp(ib_qp); in c2_destroy_qp() local
Dc2_cq.c82 void c2_cq_clean(struct c2_dev *c2dev, struct c2_qp *qp, u32 mq_index) in c2_cq_clean()
135 struct c2_qp *qp; in c2_poll_one() local
Dc2_vq.h47 struct c2_qp *qp; member
Dc2_ae.c186 struct c2_qp *qp = (struct c2_qp *)resource_user_context; in c2_ae_event() local
/linux-4.1.27/drivers/ntb/
Dntb_transport.c84 struct ntb_transport_qp *qp; member
203 #define QP_TO_MW(ndev, qp) ((qp) % ntb_max_mw(ndev)) argument
398 struct ntb_transport_qp *qp; in debugfs_read() local
503 struct ntb_transport_qp *qp = &nt->qps[qp_num]; in ntb_transport_setup_qp_mw() local
598 static void ntb_qp_link_cleanup(struct ntb_transport_qp *qp) in ntb_qp_link_cleanup()
617 struct ntb_transport_qp *qp = container_of(work, in ntb_qp_link_cleanup_work() local
629 static void ntb_qp_link_down(struct ntb_transport_qp *qp) in ntb_qp_link_down()
793 struct ntb_transport_qp *qp = &nt->qps[i]; in ntb_transport_link_work() local
814 struct ntb_transport_qp *qp = container_of(work, in ntb_qp_link_work() local
856 struct ntb_transport_qp *qp; in ntb_transport_init_queue() local
[all …]
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c1125 static int ocrdma_add_qpn_map(struct ocrdma_dev *dev, struct ocrdma_qp *qp) in ocrdma_add_qpn_map()
1136 static void ocrdma_del_qpn_map(struct ocrdma_dev *dev, struct ocrdma_qp *qp) in ocrdma_del_qpn_map()
1214 static int ocrdma_copy_qp_uresp(struct ocrdma_qp *qp, in ocrdma_copy_qp_uresp()
1273 static void ocrdma_set_qp_db(struct ocrdma_dev *dev, struct ocrdma_qp *qp, in ocrdma_set_qp_db()
1293 static int ocrdma_alloc_wr_id_tbl(struct ocrdma_qp *qp) in ocrdma_alloc_wr_id_tbl()
1308 static void ocrdma_set_qp_init_params(struct ocrdma_qp *qp, in ocrdma_set_qp_init_params()
1342 struct ocrdma_qp *qp; in ocrdma_create_qp() local
1414 struct ocrdma_qp *qp; in _ocrdma_modify_qp() local
1437 struct ocrdma_qp *qp; in ocrdma_modify_qp() local
1508 struct ocrdma_qp *qp = get_ocrdma_qp(ibqp); in ocrdma_query_qp() local
[all …]
Docrdma_hw.c644 struct ocrdma_qp *qp) in ocrdma_process_qpcat_error()
657 struct ocrdma_qp *qp = NULL; in ocrdma_dispatch_ibevent() local
840 struct ocrdma_qp *qp; in _ocrdma_qp_buddy_cq_handler() local
2019 bool ocrdma_is_qp_in_sq_flushlist(struct ocrdma_cq *cq, struct ocrdma_qp *qp) in ocrdma_is_qp_in_sq_flushlist()
2032 bool ocrdma_is_qp_in_rq_flushlist(struct ocrdma_cq *cq, struct ocrdma_qp *qp) in ocrdma_is_qp_in_rq_flushlist()
2045 void ocrdma_flush_qp(struct ocrdma_qp *qp) in ocrdma_flush_qp()
2063 static void ocrdma_init_hwq_ptr(struct ocrdma_qp *qp) in ocrdma_init_hwq_ptr()
2071 int ocrdma_qp_state_change(struct ocrdma_qp *qp, enum ib_qp_state new_ib_state, in ocrdma_qp_state_change()
2103 static u32 ocrdma_set_create_qp_mbx_access_flags(struct ocrdma_qp *qp) in ocrdma_set_create_qp_mbx_access_flags()
2121 struct ocrdma_qp *qp) in ocrdma_set_create_qp_sq_cmd()
[all …]
Docrdma_main.c566 struct ocrdma_qp *qp, **cur_qp; in ocrdma_close() local
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_qp.c195 static int is_sqp(struct mthca_dev *dev, struct mthca_qp *qp) in is_sqp()
201 static int is_qp0(struct mthca_dev *dev, struct mthca_qp *qp) in is_qp0()
207 static void *get_recv_wqe(struct mthca_qp *qp, int n) in get_recv_wqe()
216 static void *get_send_wqe(struct mthca_qp *qp, int n) in get_send_wqe()
240 struct mthca_qp *qp; in mthca_qp_event() local
327 static __be32 get_hw_access_flags(struct mthca_qp *qp, const struct ib_qp_attr *attr, in get_hw_access_flags()
428 struct mthca_qp *qp = to_mqp(ibqp); in mthca_query_qp() local
548 struct mthca_qp *qp = to_mqp(ibqp); in __mthca_modify_qp() local
846 struct mthca_qp *qp = to_mqp(ibqp); in mthca_modify_qp() local
911 static int mthca_max_data_size(struct mthca_dev *dev, struct mthca_qp *qp, int desc_sz) in mthca_max_data_size()
[all …]
Dmthca_mcg.c43 __be32 qp[MTHCA_QP_PER_MGM]; member
Dmthca_provider.c515 struct mthca_qp *qp; in mthca_create_qp() local
627 static int mthca_destroy_qp(struct ib_qp *qp) in mthca_destroy_qp()
Dmthca_cq.c378 struct mthca_qp *qp, int wqe_index, int is_send, in handle_error_cqe()
667 struct mthca_qp *qp = NULL; in mthca_poll_cq() local
Dmthca_provider.h289 struct mthca_qp qp; member
339 static inline struct mthca_sqp *to_msqp(struct mthca_qp *qp) in to_msqp()
Dmthca_eq.c144 } __attribute__((packed)) qp; member
Dmthca_dev.h259 struct mthca_array qp; member
/linux-4.1.27/drivers/infiniband/core/
Dverbs.c377 struct ib_qp *qp = context; in __ib_shared_qp_event_handler() local
387 static void __ib_insert_xrcd_qp(struct ib_xrcd *xrcd, struct ib_qp *qp) in __ib_insert_xrcd_qp()
398 struct ib_qp *qp; in __ib_open_qp() local
423 struct ib_qp *qp, *real_qp; in ib_open_qp() local
445 struct ib_qp *qp, *real_qp; in ib_create_qp() local
867 int ib_resolve_eth_l2_attrs(struct ib_qp *qp, in ib_resolve_eth_l2_attrs()
903 int ib_modify_qp(struct ib_qp *qp, in ib_modify_qp()
917 int ib_query_qp(struct ib_qp *qp, in ib_query_qp()
928 int ib_close_qp(struct ib_qp *qp) in ib_close_qp()
948 static int __ib_destroy_shared_qp(struct ib_qp *qp) in __ib_destroy_shared_qp()
[all …]
Diwcm.c245 static int iwcm_modify_qp_err(struct ib_qp *qp) in iwcm_modify_qp_err()
260 static int iwcm_modify_qp_sqd(struct ib_qp *qp) in iwcm_modify_qp_sqd()
286 struct ib_qp *qp = NULL; in iw_cm_disconnect() local
516 struct ib_qp *qp; in iw_cm_accept() local
573 struct ib_qp *qp; in iw_cm_connect() local
Duverbs_cmd.c252 static void put_qp_read(struct ib_qp *qp) in put_qp_read()
257 static void put_qp_write(struct ib_qp *qp) in put_qp_write()
1636 struct ib_qp *qp; in ib_uverbs_create_qp() local
1826 struct ib_qp *qp; in ib_uverbs_open_qp() local
1917 struct ib_qp *qp; in ib_uverbs_query_qp() local
2031 struct ib_qp *qp; in ib_uverbs_modify_qp() local
2128 struct ib_qp *qp; in ib_uverbs_destroy_qp() local
2187 struct ib_qp *qp; in ib_uverbs_post_send() local
2438 struct ib_qp *qp; in ib_uverbs_post_recv() local
2662 struct ib_qp *qp; in ib_uverbs_attach_mcast() local
[all …]
Diwcm.h50 struct ib_qp *qp; member
Duverbs_main.c192 static void ib_uverbs_detach_umcast(struct ib_qp *qp, in ib_uverbs_detach_umcast()
240 struct ib_qp *qp = uobj->object; in ib_uverbs_cleanup_ucontext() local
Dmad.c702 static void build_smp_wc(struct ib_qp *qp, in build_smp_wc()
1245 struct ib_mad_agent *ib_redirect_mad_qp(struct ib_qp *qp, in ib_redirect_mad_qp()
2757 struct ib_qp *qp; in ib_mad_port_start() local
Dmad_priv.h187 struct ib_qp *qp; member
Dcma.c520 static int cma_init_ud_qp(struct rdma_id_private *id_priv, struct ib_qp *qp) in cma_init_ud_qp()
546 static int cma_init_conn_qp(struct rdma_id_private *id_priv, struct ib_qp *qp) in cma_init_conn_qp()
563 struct ib_qp *qp; in rdma_create_qp() local
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c73 struct mlx5_core_qp *qp; in mlx5_rsc_event() local
97 struct mlx5_core_qp *qp = in mlx5_eq_pagefault() local
181 struct mlx5_core_qp *qp, in mlx5_core_create_qp()
242 struct mlx5_core_qp *qp) in mlx5_core_destroy_qp()
278 struct mlx5_core_qp *qp) in mlx5_core_qp_modify()
351 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in mlx5_core_qp_query()
Ddebugfs.c277 static u64 qp_read_field(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in qp_read_field()
536 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) in mlx5_debug_qp_add()
552 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) in mlx5_debug_qp_remove()
/linux-4.1.27/net/ipv4/
Dip_fragment.c121 const struct ipq *qp; in ip4_frag_match() local
134 struct ipq *qp = container_of(q, struct ipq, q); in ip4_frag_init() local
153 struct ipq *qp; in ip4_frag_free() local
181 struct ipq *qp; in ip_expire() local
259 static int ip_frag_too_far(struct ipq *qp) in ip_frag_too_far()
286 static int ip_frag_reinit(struct ipq *qp) in ip_frag_reinit()
318 static int ip_frag_queue(struct ipq *qp, struct sk_buff *skb) in ip_frag_queue()
502 static int ip_frag_reasm(struct ipq *qp, struct sk_buff *prev, in ip_frag_reasm()
638 struct ipq *qp; in ip_defrag() local
Dinet_fragment.c347 struct inet_frag_queue *qp; in inet_frag_intern() local
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dqp.c52 struct mlx4_qp *qp; in mlx4_qp_event() local
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()
206 int sqd_event, struct mlx4_qp *qp) in mlx4_qp_modify()
381 int mlx4_qp_alloc(struct mlx4_dev *dev, int qpn, struct mlx4_qp *qp, gfp_t gfp) in mlx4_qp_alloc()
467 void mlx4_qp_remove(struct mlx4_dev *dev, struct mlx4_qp *qp) in mlx4_qp_remove()
478 void mlx4_qp_free(struct mlx4_dev *dev, struct mlx4_qp *qp) in mlx4_qp_free()
857 int mlx4_qp_query(struct mlx4_dev *dev, struct mlx4_qp *qp, in mlx4_qp_query()
880 struct mlx4_qp *qp, enum mlx4_qp_state *qp_state) in mlx4_qp_to_ready()
Dmcg.c1097 int mlx4_qp_attach_common(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], in mlx4_qp_attach_common()
1206 int mlx4_qp_detach_common(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], in mlx4_qp_detach_common()
1327 static int mlx4_QP_ATTACH(struct mlx4_dev *dev, struct mlx4_qp *qp, in mlx4_QP_ATTACH()
1359 int mlx4_trans_to_dmfs_attach(struct mlx4_dev *dev, struct mlx4_qp *qp, in mlx4_trans_to_dmfs_attach()
1399 int mlx4_multicast_attach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], in mlx4_multicast_attach()
1429 int mlx4_multicast_detach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], in mlx4_multicast_detach()
1515 struct mlx4_qp *qp, u8 gid[16], in mlx4_unicast_attach()
1530 int mlx4_unicast_detach(struct mlx4_dev *dev, struct mlx4_qp *qp, in mlx4_unicast_detach()
Den_resources.c115 void mlx4_en_sqp_event(struct mlx4_qp *qp, enum mlx4_event event) in mlx4_en_sqp_event()
Dresource_tracker.c1267 enum res_qp_states state, struct res_qp **qp, in qp_res_start_move_to()
2715 struct res_qp *qp; in mlx4_RST2INIT_QP_wrapper() local
3486 struct res_qp *qp; in mlx4_GEN_QP_wrapper() local
3575 struct res_qp *qp; in mlx4_INIT2RTR_QP_wrapper() local
3740 struct res_qp *qp; in mlx4_2RST_QP_wrapper() local
3825 static int qp_attach(struct mlx4_dev *dev, int slave, struct mlx4_qp *qp, in qp_attach()
3852 static int qp_detach(struct mlx4_dev *dev, struct mlx4_qp *qp, in qp_detach()
3891 struct mlx4_qp qp; /* dummy for calling attach/detach */ in mlx4_QP_ATTACH_wrapper() local
4233 struct mlx4_qp qp; /* dummy for calling attach/detach */ in detach_qp() local
4313 struct res_qp *qp; in rem_slave_qps() local
[all …]
Den_rx.c1111 struct mlx4_qp *qp) in mlx4_en_config_rss_qp()
Den_netdev.c502 struct mlx4_qp qp; in mlx4_en_uc_steer_add() local
553 struct mlx4_qp qp; in mlx4_en_uc_steer_release() local
Dfw.c2457 struct mlx4_qp qp; in mlx4_opreq_action() local
Dmlx4_en.h277 struct mlx4_qp qp; member
Dmlx4.h607 __be32 qp[MLX4_MAX_QP_PER_MGM]; member
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_cq.c55 int ehca_cq_assign_qp(struct ehca_cq *cq, struct ehca_qp *qp) in ehca_cq_assign_qp()
76 struct ehca_qp *qp; in ehca_cq_unassign_qp() local
105 struct ehca_qp *qp; in ehca_cq_get_qp() local
Dhipz_fns_core.h61 static inline void hipz_update_sqa(struct ehca_qp *qp, u16 nr_wqes) in hipz_update_sqa()
68 static inline void hipz_update_rqa(struct ehca_qp *qp, u16 nr_wqes) in hipz_update_rqa()
Dehca_reqs.c154 static inline int ehca_write_swqe(struct ehca_qp *qp, in ehca_write_swqe()
440 int ehca_post_send(struct ib_qp *qp, in ehca_post_send()
583 int ehca_post_recv(struct ib_qp *qp, in ehca_post_recv()
651 struct ehca_qp *qp; in ehca_poll_cq_one() local
Dehca_uverbs.c198 static int ehca_mmap_qp(struct vm_area_struct *vma, struct ehca_qp *qp, in ehca_mmap_qp()
256 struct ehca_qp *qp; in ehca_mmap() local
Dehca_irq.c98 struct ehca_qp *qp = (struct ehca_qp *)data; in print_error_data() local
179 static void dispatch_qp_event(struct ehca_shca *shca, struct ehca_qp *qp, in dispatch_qp_event()
209 struct ehca_qp *qp; in qp_event_callback() local
Dehca_qp.c400 void ehca_add_to_err_list(struct ehca_qp *qp, int on_sq) in ehca_add_to_err_list()
1887 int ehca_query_qp(struct ib_qp *qp, in ehca_query_qp()
2228 int ehca_destroy_qp(struct ib_qp *qp) in ehca_destroy_qp()
Dehca_classes.h230 #define IS_SRQ(qp) (qp->ext_type == EQPT_SRQ) argument
231 #define HAS_SQ(qp) (qp->ext_type != EQPT_SRQ) argument
232 #define HAS_RQ(qp) (qp->ext_type != EQPT_SRQBASE) argument
Dhcp_if.c583 struct ehca_qp *qp) in hipz_h_destroy_qp()
Dehca_mrmw.c731 int ehca_bind_mw(struct ib_qp *qp, in ehca_bind_mw()
/linux-4.1.27/drivers/net/
Dntb_netdev.c65 struct ntb_transport_qp *qp; member
96 static void ntb_netdev_rx_handler(struct ntb_transport_qp *qp, void *qp_data, in ntb_netdev_rx_handler()
136 static void ntb_netdev_tx_handler(struct ntb_transport_qp *qp, void *qp_data, in ntb_netdev_tx_handler()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Ddevice.c230 struct c4iw_qp *qp = p; in dump_qp() local
1247 struct c4iw_qp *qp = p; in disable_qp_db() local
1269 struct c4iw_qp *qp = p; in enable_qp_db() local
1275 static void resume_rc_qp(struct c4iw_qp *qp) in resume_rc_qp()
1290 struct c4iw_qp *qp; in resume_a_chunk() local
1352 struct c4iw_qp *qp = p; in add_and_ref_qp() local
1380 struct c4iw_qp *qp = qp_list->qps[idx]; in recover_lost_dbs() local
Dqp.c669 void c4iw_qp_add_ref(struct ib_qp *qp) in c4iw_qp_add_ref()
675 void c4iw_qp_rem_ref(struct ib_qp *qp) in c4iw_qp_rem_ref()
927 int c4iw_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) in c4iw_bind_mw()
Dcm.c2822 struct c4iw_qp *qp = get_qhp(h, conn_param->qpn); in c4iw_accept_cr() local
Diw_cxgb4.h798 struct c4iw_qp *qp; member
/linux-4.1.27/arch/ia64/kernel/
Dbrl_emu.c58 unsigned long opcode, btype, qp, offset, cpl; in ia64_emulate_brl() local
Dkprobes.c194 int qp; in unsupported_inst() local
304 int qp) in prepare_break_inst()
589 int qp; in arch_prepare_kprobe() local
Dparavirt_patch.c31 unsigned long long qp : 6; member
355 unsigned long qp: 6; member
414 unsigned long qp: 6; member
Dunwind_decoder.c122 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
142 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
Dunwind.c1071 desc_is_active (unsigned char qp, unw_word t, struct unw_state_record *sr) in desc_is_active()
1084 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) in desc_restore_p()
1098 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, in desc_spill_reg_p()
1119 desc_spill_psprel_p (unsigned char qp, unw_word t, unsigned char abreg, unw_word pspoff, in desc_spill_psprel_p()
1134 desc_spill_sprel_p (unsigned char qp, unw_word t, unsigned char abreg, unw_word spoff, in desc_spill_sprel_p()
Dunaligned.c166 unsigned long qp:6; /* [0:5] */ member
/linux-4.1.27/lib/mpi/
Dmpih-div.c58 mpihelp_divrem(mpi_ptr_t qp, mpi_size_t qextra_limbs, in mpihelp_divrem()
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.c377 static int ehea_qp_alloc_register(struct ehea_qp *qp, struct hw_queue *hw_queue, in ehea_qp_alloc_register()
422 struct ehea_qp *qp; in ehea_create_qp() local
510 static u64 ehea_destroy_qp_res(struct ehea_qp *qp, u64 force) in ehea_destroy_qp_res()
533 int ehea_destroy_qp(struct ehea_qp *qp) in ehea_destroy_qp()
Dehea_main.c458 struct ehea_qp *qp = pr->qp; in ehea_refill_rq_def() local
669 struct ehea_qp *qp = pr->qp; in ehea_proc_rwqes() local
949 struct ehea_qp *qp; in ehea_qp_aff_irq_handler() local
2201 static int ehea_activate_qp(struct ehea_adapter *adapter, struct ehea_qp *qp) in ehea_activate_qp()
2511 struct ehea_qp qp = *orig_qp; in ehea_purge_sq() local
2563 struct ehea_qp *qp = pr->qp; in ehea_stop_qps() local
2614 struct ehea_qp qp = *orig_qp; in ehea_update_rqs() local
2665 struct ehea_qp *qp = pr->qp; in ehea_restart_qps() local
Dehea_qmr.h306 static inline struct ehea_rwqe *ehea_get_next_rwqe(struct ehea_qp *qp, in ehea_get_next_rwqe()
339 static inline struct ehea_cqe *ehea_poll_rq1(struct ehea_qp *qp, int *wqe_index) in ehea_poll_rq1()
352 static inline void ehea_inc_rq1(struct ehea_qp *qp) in ehea_inc_rq1()
Dehea_hw.h218 static inline void ehea_update_sqa(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_sqa()
225 static inline void ehea_update_rq3a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq3a()
232 static inline void ehea_update_rq2a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq2a()
239 static inline void ehea_update_rq1a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq1a()
Dehea.h363 struct ehea_qp *qp; member
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1542 SYM_QUEHEAD *qp; local
1643 SYM_QUEHEAD *qp; local
1947 SYM_QUEHEAD *qp; local
3200 SYM_QUEHEAD qtmp, *qp; local
3283 SYM_QUEHEAD *qp; local
4657 SYM_QUEHEAD *qp; local
5333 SYM_QUEHEAD *qp; local
5805 SYM_QUEHEAD *qp; local
Dsym_misc.h159 #define FOR_EACH_QUEUED_ELEMENT(head, qp) \ argument
Dsym_glue.c598 SYM_QUEHEAD *qp; in sym_eh_handler() local
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c273 struct ib_cm_id *cm_id, struct ib_qp *qp, in ipoib_cm_modify_rx_qp()
420 struct ib_qp *qp, struct ib_cm_req_event_param *req, in ipoib_cm_send_rep()
1050 struct ib_cm_id *id, struct ib_qp *qp, in ipoib_cm_send_req()
1087 struct ib_cm_id *cm_id, struct ib_qp *qp) in ipoib_cm_modify_tx_init()
Dipoib.h226 struct ib_qp *qp; member
237 struct ib_qp *qp; member
348 struct ib_qp *qp; member
/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10-enc.c182 unsigned int qp) in solo_s_jpeg_qp()
Dsolo6x10.h157 u8 mode, gop, qp, interlaced, interval; member
/linux-4.1.27/drivers/net/ethernet/sun/
Dsunhme.c2139 struct quattro *qp = (struct quattro *) cookie; in quattro_sbus_interrupt() local
2558 struct quattro *qp; in quattro_sbus_find() local
2587 struct quattro *qp; in quattro_sbus_register_irqs() local
2616 struct quattro *qp; in quattro_sbus_free_irqs() local
2638 struct quattro *qp; in quattro_pci_find() local
2681 struct quattro *qp = NULL; in happy_meal_sbus_probe_one() local
2983 struct quattro *qp = NULL; in happy_meal_pci_probe() local
Dsunqe.c937 struct sunqe *qp = platform_get_drvdata(op); in qec_sbus_remove() local
Dsunqe.h298 #define TX_BUFFS_AVAIL(qp) \ argument
/linux-4.1.27/drivers/infiniband/hw/usnic/
Dusnic_ib_verbs.c351 int usnic_ib_query_qp(struct ib_qp *qp, struct ib_qp_attr *qp_attr, in usnic_ib_query_qp()
524 int usnic_ib_destroy_qp(struct ib_qp *qp) in usnic_ib_destroy_qp()
/linux-4.1.27/drivers/crypto/
Dn2_core.c477 static unsigned long wait_for_tail(struct spu_queue *qp) in wait_for_tail()
495 static unsigned long submit_and_wait_for_tail(struct spu_queue *qp, in submit_and_wait_for_tail()
514 struct spu_queue *qp; in n2_do_async_digest() local
827 struct spu_queue *qp, bool encrypt) in __n2_crypt_chunk()
978 struct spu_queue *qp; in n2_do_ecb() local
1030 struct spu_queue *qp; in n2_do_chaining() local
/linux-4.1.27/arch/ia64/include/asm/
Dkprobes.h41 unsigned long long qp : 6; member
/linux-4.1.27/mm/
Dmempolicy.c490 struct queue_pages *qp = walk->private; in queue_pages_pte_range() local
530 struct queue_pages *qp = walk->private; in queue_pages_hugetlb() local
590 struct queue_pages *qp = walk->private; in queue_pages_test_walk() local
641 struct queue_pages qp = { in queue_pages_range() local
/linux-4.1.27/include/rdma/
Drdma_cm.h150 struct ib_qp *qp; member
Dib_verbs.h419 struct ib_qp *qp; member
701 struct ib_qp *qp; member
1406 struct ib_qp *qp; member
1983 static inline int ib_post_send(struct ib_qp *qp, in ib_post_send()
1998 static inline int ib_post_recv(struct ib_qp *qp, in ib_post_recv()
2550 static inline int ib_bind_mw(struct ib_qp *qp, in ib_bind_mw()
Dib_mad.h368 struct ib_qp *qp; member
/linux-4.1.27/net/openvswitch/
Dflow.c304 struct qtag_prefix *qp; in parse_vlan() local
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_provider.c1085 void iwch_qp_add_ref(struct ib_qp *qp) in iwch_qp_add_ref()
1091 void iwch_qp_rem_ref(struct ib_qp *qp) in iwch_qp_rem_ref()
Diwch_qp.c528 int iwch_bind_mw(struct ib_qp *qp, in iwch_bind_mw()
Diwch_cm.h156 struct iwch_qp *qp; member
Diwch_cm.c1801 struct iwch_qp *qp = get_qhp(h, conn_param->qpn); in iwch_accept_cr() local
/linux-4.1.27/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c221 struct qp_entry qp; member
239 struct qp_entry qp; member
914 struct qp_entry *qp = qp_list_find(&qp_guest_endpoints, handle); in qp_guest_handle_to_entry() local
928 struct qp_entry *qp = qp_list_find(&qp_broker_list, handle); in qp_broker_handle_to_entry() local
/linux-4.1.27/net/9p/
Dtrans_rdma.c95 struct ib_qp *qp; member
/linux-4.1.27/net/sched/
Dsch_api.c142 struct Qdisc_ops *q, **qp; in register_qdisc() local
186 struct Qdisc_ops *q, **qp; in unregister_qdisc() local
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.c951 static int srpt_init_ch_qp(struct srpt_rdma_ch *ch, struct ib_qp *qp) in srpt_init_ch_qp()
985 static int srpt_ch_qp_rtr(struct srpt_rdma_ch *ch, struct ib_qp *qp) in srpt_ch_qp_rtr()
1015 static int srpt_ch_qp_rts(struct srpt_rdma_ch *ch, struct ib_qp *qp) in srpt_ch_qp_rts()
Dib_srpt.h306 struct ib_qp *qp; member
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h218 struct cxgb4_range qp; member
Dt4_hw.c2956 __be32 *qp = &cmd.iq0_to_iq2; in t4_config_rss_range() local
/linux-4.1.27/drivers/scsi/pm8001/
Dpm8001_sas.c216 uint32_t *qp = (uint32_t *)(((char *) in pm8001_phy_control() local
/linux-4.1.27/drivers/atm/
Dfirestream.c631 static int qp; variable
/linux-4.1.27/arch/sparc/kernel/
Dds.c995 struct ds_queue_entry *qp, *tmp; in process_ds_work() local
1048 struct ds_queue_entry *qp; in ds_data() local
/linux-4.1.27/drivers/infiniband/ulp/srp/
Dib_srp.h147 struct ib_qp *qp; member
Dib_srp.c260 struct ib_qp *qp) in srp_init_qp()
497 struct ib_qp *qp; in srp_create_ch_ib() local
/linux-4.1.27/drivers/infiniband/ulp/isert/
Dib_isert.h172 struct ib_qp *qp; member
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c955 __be32 *qp = &cmd.iq0_to_iq2; in t4vf_config_rss_range() local
/linux-4.1.27/drivers/infiniband/ulp/iser/
Discsi_iser.h432 struct ib_qp *qp; member
/linux-4.1.27/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1981 struct qp_info *qp; in bnx2i_process_new_cqes() local
Dbnx2i.h760 struct qp_info qp; member
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dfile.c2212 struct mfc_cq_sr *qp, *spuqp; in __spufs_dma_info_read() local
2264 struct mfc_cq_sr *qp, *puqp; in __spufs_proxydma_info_read() local
/linux-4.1.27/drivers/scsi/
Dncr53c8xx.c4430 struct list_head *qp; in ncr_start_next_ccb() local
6546 struct list_head *qp; in ncr_sir_to_redo() local
7156 struct list_head *qp; in ncr_get_ccb() local
Dqlogicpti.h504 #define for_each_qlogicpti(qp) \ argument
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_debugfs.c2002 struct lpfc_queue *qp = NULL; in lpfc_idiag_queinfo_read() local
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_main.c2802 u32 qp; in i40e_vsi_configure_msix() local
3689 u32 val, qp; in i40e_vsi_free_irq() local
/linux-4.1.27/include/linux/mlx4/
Ddevice.h786 int qp; member
852 } __packed qp; member