Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/ulp/isert/
Dib_isert.h150 struct isert_conn { struct
151 enum iser_conn_state state;
152 int post_recv_buf_count;
153 u32 responder_resources;
154 u32 initiator_depth;
155 bool pi_support;
156 u32 max_sge;
157 char *login_buf;
158 char *login_req_buf;
159 char *login_rsp_buf;
[all …]
Dib_isert.c81 struct isert_conn *isert_conn = context; in isert_qp_event_callback() local
113 isert_comp_get(struct isert_conn *isert_conn) in isert_comp_get()
143 isert_create_qp(struct isert_conn *isert_conn, in isert_create_qp()
184 isert_conn_setup_qp(struct isert_conn *isert_conn, struct rdma_cm_id *cma_id) in isert_conn_setup_qp()
209 isert_alloc_rx_descriptors(struct isert_conn *isert_conn) in isert_alloc_rx_descriptors()
258 isert_free_rx_descriptors(struct isert_conn *isert_conn) in isert_free_rx_descriptors()
471 isert_conn_free_fastreg_pool(struct isert_conn *isert_conn) in isert_conn_free_fastreg_pool()
595 isert_conn_create_fastreg_pool(struct isert_conn *isert_conn) in isert_conn_create_fastreg_pool()
642 isert_init_conn(struct isert_conn *isert_conn) in isert_init_conn()
657 isert_free_login_buf(struct isert_conn *isert_conn) in isert_free_login_buf()
[all …]