HomeSort by: relevance | last modified time | path
    Searched defs:trans_p (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libisns/
isns_util.c 151 if (cfg_p->refresh_p->trans_p != NULL)
152 isns_free_trans(cfg_p->refresh_p->trans_p);
158 isns_complete_trans(task_p->var.send_pdu.trans_p);
164 isns_complete_trans(task_p->var.send_pdu.trans_p);
251 struct isns_trans_s *trans_p; local in function:isns_process_connection_loss
258 trans_p = cfg_p->curtask_p->var.send_pdu.trans_p;
260 if (trans_p->disconnect_cnt == ISNS_MAX_DISCONNECTS_PER_TRANS) {
261 isns_complete_trans(trans_p);
269 trans_p->disconnect_cnt++
    [all...]
isns_task.h 50 struct isns_trans_s *trans_p; member in struct:isns_task_var_u::__anon01da417b0108
isns_pdu.h 149 struct isns_trans_s *trans_p; member in struct:isns_refresh_s
isns_thread.c 187 isns_is_trans_complete(struct isns_trans_s *trans_p)
192 pdu_p = trans_p->pdu_rsp_list;
209 isns_is_valid_resp(struct isns_trans_s *trans_p, struct isns_pdu_s *pdu_p)
213 if (pdu_p->hdr.trans_id != trans_p->id)
215 if (pdu_p->hdr.func_id != (trans_p->func_id | 0x8000))
217 curpdu_p = trans_p->pdu_rsp_list;
233 struct isns_trans_s *trans_p; local in function:isns_process_in_pdu
239 else if ((trans_p = curtask_p->var.send_pdu.trans_p) == NULL)
241 else if (!isns_is_valid_resp(trans_p, cfg_p->pdu_in_p)
    [all...]
isns_pdu.c 363 struct isns_trans_s *trans_p; local in function:isns_new_trans
378 trans_p = (struct isns_trans_s *)isns_buffer_data(buf_p, 0);
379 trans_p->id = isns_get_next_trans_id();
380 trans_p->func_id = func_id;
381 trans_p->flags = 0;
382 trans_p->cfg_p = (struct isns_config_s *)isns_handle;
383 trans_p->pdu_req_list = NULL;
384 trans_p->pdu_rsp_list = NULL;
385 trans_p->disconnect_cnt = 0;
387 trans_p->get_tlv_info.pdu_p = NULL
430 struct isns_trans_s *trans_p; local in function:isns_free_trans
488 struct isns_trans_s *trans_p; local in function:isns_send_trans
590 struct isns_trans_s *trans_p; local in function:isns_add_tlv
636 struct isns_trans_s *trans_p; local in function:isns_get_tlv
830 struct isns_trans_s *trans_p; local in function:isns_send_pdu
    [all...]

Completed in 14 milliseconds