Home
last modified time | relevance | path

Searched refs:siw_qp (Results 1 – 10 of 10) sorted by relevance

/drivers/infiniband/sw/siw/
A Dsiw.h416 struct siw_qp { struct
482 int (*rx_data)(struct siw_qp *qp);
534 int siw_sq_start(struct siw_qp *qp);
535 int siw_activate_tx(struct siw_qp *qp);
540 int siw_proc_send(struct siw_qp *qp);
541 int siw_proc_rreq(struct siw_qp *qp);
542 int siw_proc_rresp(struct siw_qp *qp);
543 int siw_proc_write(struct siw_qp *qp);
597 struct siw_qp *qp; in siw_qp_id2obj()
725 void siw_sq_flush(struct siw_qp *qp);
[all …]
A Dsiw_qp.c96 struct siw_qp *qp; in siw_qp_llp_data_ready()
129 void siw_qp_llp_close(struct siw_qp *qp) in siw_qp_llp_close()
363 void siw_send_terminate(struct siw_qp *qp) in siw_send_terminate()
582 static void siw_qp_modify_nonstate(struct siw_qp *qp, in siw_qp_modify_nonstate()
604 static int siw_qp_nextstate_from_idle(struct siw_qp *qp, in siw_qp_nextstate_from_idle()
674 static int siw_qp_nextstate_from_rts(struct siw_qp *qp, in siw_qp_nextstate_from_rts()
852 static int siw_activate_tx_from_sq(struct siw_qp *qp) in siw_activate_tx_from_sq()
948 int siw_activate_tx(struct siw_qp *qp) in siw_activate_tx()
1159 void siw_sq_flush(struct siw_qp *qp) in siw_sq_flush()
1235 void siw_rq_flush(struct siw_qp *qp) in siw_rq_flush()
[all …]
A Dsiw_qp_rx.c330 static struct siw_wqe *siw_rqe_get(struct siw_qp *qp) in siw_rqe_get()
435 int siw_proc_send(struct siw_qp *qp) in siw_proc_send()
545 int siw_proc_write(struct siw_qp *qp) in siw_proc_write()
627 int siw_proc_rreq(struct siw_qp *qp) in siw_proc_rreq()
739 static int siw_orqe_start_rx(struct siw_qp *qp) in siw_orqe_start_rx()
782 int siw_proc_rresp(struct siw_qp *qp) in siw_proc_rresp()
878 int siw_proc_terminate(struct siw_qp *qp) in siw_proc_terminate()
998 struct siw_qp *qp = rx_qp(srx); in siw_get_hdr()
1129 static int siw_check_tx_fence(struct siw_qp *qp) in siw_check_tx_fence()
1198 static int siw_rdmap_complete(struct siw_qp *qp, int error) in siw_rdmap_complete()
[all …]
A Dsiw_qp_tx.c706 static void siw_prepare_fpdu(struct siw_qp *qp, struct siw_wqe *wqe) in siw_prepare_fpdu()
793 static int siw_qp_sq_proc_tx(struct siw_qp *qp, struct siw_wqe *wqe) in siw_qp_sq_proc_tx()
978 static int siw_qp_sq_proc_local(struct siw_qp *qp, struct siw_wqe *wqe) in siw_qp_sq_proc_local()
1023 int siw_qp_sq_process(struct siw_qp *qp) in siw_qp_sq_process()
1172 static void siw_sq_resume(struct siw_qp *qp) in siw_sq_resume()
1248 struct siw_qp *qp; in siw_run_sq()
1268 qp = container_of(fifo_list, struct siw_qp, tx_list); in siw_run_sq()
1285 int siw_sq_start(struct siw_qp *qp) in siw_sq_start()
A DMakefile8 siw_qp.o \
A Dsiw_verbs.c313 struct siw_qp *qp = to_siw_qp(ibqp); in siw_create_qp()
515 struct siw_qp *qp; in siw_query_qp()
557 struct siw_qp *qp = to_siw_qp(base_qp); in siw_verbs_modify_qp()
603 struct siw_qp *qp = to_siw_qp(base_qp); in siw_destroy_qp()
684 static int siw_sq_flush_wr(struct siw_qp *qp, const struct ib_send_wr *wr, in siw_sq_flush_wr()
737 static int siw_rq_flush_wr(struct siw_qp *qp, const struct ib_recv_wr *wr, in siw_rq_flush_wr()
768 struct siw_qp *qp = to_siw_qp(base_qp); in siw_post_send()
1008 struct siw_qp *qp = to_siw_qp(base_qp); in siw_post_receive()
1824 void siw_qp_event(struct siw_qp *qp, enum ib_event_type etype) in siw_qp_event()
A Dsiw_cm.c68 static void siw_qp_socket_assoc(struct siw_cep *cep, struct siw_qp *qp) in siw_qp_socket_assoc()
105 struct siw_qp *qp = NULL; in siw_rtr_data_ready()
387 void siw_qp_cm_drop(struct siw_qp *qp, int schedule) in siw_qp_cm_drop()
731 struct siw_qp *qp = cep->qp; in siw_proc_mpareply()
1166 struct siw_qp *qp = cep->qp; in siw_cm_work_handler()
1355 struct siw_qp *qp; in siw_connect()
1555 struct siw_qp *qp; in siw_accept()
A Dsiw_main.c214 struct siw_qp *qp = siw_qp_id2obj(to_siw_dev(base_dev), id); in siw_get_base_qp()
273 INIT_RDMA_OBJ_SIZE(ib_qp, siw_qp, base_qp),
A Dsiw_cm.h50 struct siw_qp *qp;
A Dsiw_verbs.h86 void siw_qp_event(struct siw_qp *qp, enum ib_event_type type);

Completed in 23 milliseconds