• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/srp/

Lines Matching refs:srp_target_port

97 static inline struct srp_target_port *host_to_target(struct Scsi_Host *host)
99 return (struct srp_target_port *) host->hostdata;
107 static int srp_target_is_topspin(struct srp_target_port *target)
117 static int srp_target_is_mellanox(struct srp_target_port *target)
173 static int srp_init_qp(struct srp_target_port *target,
206 static int srp_new_cm_id(struct srp_target_port *target)
222 static int srp_create_target_ib(struct srp_target_port *target)
284 static void srp_free_target_ib(struct srp_target_port *target)
302 struct srp_target_port *target = target_ptr;
313 static int srp_lookup_path(struct srp_target_port *target)
344 static int srp_send_req(struct srp_target_port *target)
431 static void srp_disconnect_target(struct srp_target_port *target)
445 struct srp_target_port *target =
446 container_of(work, struct srp_target_port, work);
467 static int srp_connect_target(struct srp_target_port *target)
524 struct srp_target_port *target,
541 static void srp_remove_req(struct srp_target_port *target, struct srp_request *req)
547 static void srp_reset_req(struct srp_target_port *target, struct srp_request *req)
554 static int srp_reconnect_target(struct srp_target_port *target)
637 static int srp_map_fmr(struct srp_target_port *target, struct scatterlist *scat,
718 static int srp_map_data(struct scsi_cmnd *scmnd, struct srp_target_port *target,
813 static int srp_post_recv(struct srp_target_port *target)
845 static void srp_process_rsp(struct srp_target_port *target, struct srp_rsp *rsp)
898 static void srp_handle_recv(struct srp_target_port *target, struct ib_wc *wc)
947 struct srp_target_port *target = target_ptr;
966 struct srp_target_port *target = target_ptr;
987 static struct srp_iu *__srp_get_tx_iu(struct srp_target_port *target,
1009 static int __srp_post_send(struct srp_target_port *target,
1040 struct srp_target_port *target = host_to_target(scmnd->device->host);
1110 static int srp_alloc_iu_bufs(struct srp_target_port *target)
1148 struct srp_target_port *target)
1228 struct srp_target_port *target = cm_id->context;
1348 static int srp_send_tsk_mgmt(struct srp_target_port *target,
1395 static int srp_find_req(struct srp_target_port *target,
1409 struct srp_target_port *target = host_to_target(scmnd->device->host);
1440 struct srp_target_port *target = host_to_target(scmnd->device->host);
1467 struct srp_target_port *target = host_to_target(scmnd->device->host);
1481 struct srp_target_port *target = host_to_target(class_to_shost(dev));
1494 struct srp_target_port *target = host_to_target(class_to_shost(dev));
1507 struct srp_target_port *target = host_to_target(class_to_shost(dev));
1520 struct srp_target_port *target = host_to_target(class_to_shost(dev));
1532 struct srp_target_port *target = host_to_target(class_to_shost(dev));
1544 struct srp_target_port *target = host_to_target(class_to_shost(dev));
1556 struct srp_target_port *target = host_to_target(class_to_shost(dev));
1568 struct srp_target_port *target = host_to_target(class_to_shost(dev));
1580 struct srp_target_port *target = host_to_target(class_to_shost(dev));
1588 struct srp_target_port *target = host_to_target(class_to_shost(dev));
1634 static int srp_add_target(struct srp_host *host, struct srp_target_port *target)
1718 static int srp_parse_options(const char *buf, struct srp_target_port *target)
1871 struct srp_target_port *target;
1876 sizeof (struct srp_target_port));
2101 struct srp_target_port *target, *tmp_target;