Searched defs:isert_conn (Results 1 – 2 of 2) sorted by relevance
139 struct isert_conn { struct140 enum iser_conn_state state;141 u32 responder_resources;142 u32 initiator_depth;143 bool pi_support;144 struct iser_rx_desc *login_req_buf;145 char *login_rsp_buf;146 u64 login_req_dma;147 int login_req_len;148 u64 login_rsp_dma;[all …]
75 struct isert_conn *isert_conn = context; in isert_qp_event_callback() local93 isert_comp_get(struct isert_conn *isert_conn) in isert_comp_get()123 isert_create_qp(struct isert_conn *isert_conn, in isert_create_qp()156 isert_conn_setup_qp(struct isert_conn *isert_conn, struct rdma_cm_id *cma_id) in isert_conn_setup_qp()175 isert_alloc_rx_descriptors(struct isert_conn *isert_conn) in isert_alloc_rx_descriptors()222 isert_free_rx_descriptors(struct isert_conn *isert_conn) in isert_free_rx_descriptors()398 isert_init_conn(struct isert_conn *isert_conn) in isert_init_conn()411 isert_free_login_buf(struct isert_conn *isert_conn) in isert_free_login_buf()426 isert_alloc_login_buf(struct isert_conn *isert_conn, in isert_alloc_login_buf()475 isert_set_nego_params(struct isert_conn *isert_conn, in isert_set_nego_params()[all …]