Home
last modified time | relevance | path

Searched refs:isert_conn (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/infiniband/ulp/isert/
Dib_isert.c51 isert_unmap_cmd(struct isert_cmd *isert_cmd, struct isert_conn *isert_conn);
56 isert_unreg_rdma(struct isert_cmd *isert_cmd, struct isert_conn *isert_conn);
63 isert_rdma_post_recvl(struct isert_conn *isert_conn);
65 isert_rdma_accept(struct isert_conn *isert_conn);
71 isert_prot_cmd(struct isert_conn *conn, struct se_cmd *cmd) in isert_prot_cmd()
81 struct isert_conn *isert_conn = context; in isert_qp_event_callback() local
83 isert_err("conn %p event: %d\n", isert_conn, e->event); in isert_qp_event_callback()
86 rdma_notify(isert_conn->cm_id, IB_EVENT_COMM_EST); in isert_qp_event_callback()
113 isert_comp_get(struct isert_conn *isert_conn) in isert_comp_get() argument
115 struct isert_device *device = isert_conn->device; in isert_comp_get()
[all …]
Dib_isert.h141 struct isert_conn *conn;
150 struct isert_conn { struct
222 struct isert_conn *isert_conn);