Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/ulp/isert/
Dib_isert.h146 struct isert_conn { struct
147 enum iser_conn_state state;
148 u32 responder_resources;
149 u32 initiator_depth;
150 bool pi_support;
151 u32 max_sge;
152 char *login_buf;
153 char *login_req_buf;
154 char *login_rsp_buf;
155 u64 login_req_dma;
[all …]
Dib_isert.c82 struct isert_conn *isert_conn = context; in isert_qp_event_callback() local
116 isert_comp_get(struct isert_conn *isert_conn) in isert_comp_get()
146 isert_create_qp(struct isert_conn *isert_conn, in isert_create_qp()
180 isert_conn_setup_qp(struct isert_conn *isert_conn, struct rdma_cm_id *cma_id) in isert_conn_setup_qp()
205 isert_alloc_rx_descriptors(struct isert_conn *isert_conn) in isert_alloc_rx_descriptors()
252 isert_free_rx_descriptors(struct isert_conn *isert_conn) in isert_free_rx_descriptors()
457 isert_conn_free_fastreg_pool(struct isert_conn *isert_conn) in isert_conn_free_fastreg_pool()
550 isert_conn_create_fastreg_pool(struct isert_conn *isert_conn) in isert_conn_create_fastreg_pool()
597 isert_init_conn(struct isert_conn *isert_conn) in isert_init_conn()
612 isert_free_login_buf(struct isert_conn *isert_conn) in isert_free_login_buf()
[all …]