Searched refs:clt_path (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/infiniband/ulp/rtrs/ |
| A D | rtrs-clt.c | 448 kobject_name(&clt_path->kobj), clt_path->hca_name, in complete_rdma_req() 1154 ret, kobject_name(&clt_path->kobj), clt_path->hca_name, in rtrs_clt_write_req() 1264 ret, kobject_name(&clt_path->kobj), clt_path->hca_name, in rtrs_clt_read_req() 1365 clt_path->reqs = kcalloc(clt_path->queue_depth, in alloc_path_reqs() 1534 clt_path = kzalloc(sizeof(*clt_path), GFP_KERNEL); in alloc_path() 1535 if (!clt_path) in alloc_path() 1749 if (clt_path->s.dev_ref && !--clt_path->s.dev_ref) { in destroy_con_cq_qp() 1881 clt_path->chunk_size = clt_path->max_io_size + clt_path->max_hdr_size; in rtrs_rdma_conn_established() 1901 scnprintf(clt_path->hca_name, sizeof(clt_path->hca_name), in rtrs_rdma_conn_established() 2618 str, clt_path->hca_name, clt_path->hca_port); in init_path() [all …]
|
| A D | rtrs-clt-sysfs.c | 21 struct rtrs_clt_path *clt_path; in rtrs_clt_path_release() local 25 free_path(clt_path); in rtrs_clt_path_release() 201 struct rtrs_clt_path *clt_path; in rtrs_clt_state_show() local 223 struct rtrs_clt_path *clt_path; in rtrs_clt_reconnect_store() local 253 struct rtrs_clt_path *clt_path; in rtrs_clt_disconnect_store() local 339 clt_path = container_of(kobj, typeof(*clt_path), kobj); in rtrs_clt_hca_port_show() 433 .src = &clt_path->s.src_addr, in rtrs_clt_create_path_files() 434 .dst = &clt_path->s.dst_addr, in rtrs_clt_create_path_files() 474 kobject_del(&clt_path->kobj); in rtrs_clt_create_path_files() 475 kobject_put(&clt_path->kobj); in rtrs_clt_create_path_files() [all …]
|
| A D | rtrs-clt-trace.h | 37 TP_PROTO(struct rtrs_clt_path *clt_path), 39 TP_ARGS(clt_path), 51 struct rtrs_clt_sess *clt = clt_path->clt; 53 __entry->state = clt_path->state; 54 __entry->reconnect_attempts = clt_path->reconnect_attempts; 56 __entry->fail_cnt = clt_path->stats->reconnects.fail_cnt; 57 __entry->success_cnt = clt_path->stats->reconnects.successful_cnt; 58 memcpy(__entry->sessname, kobject_name(&clt_path->kobj), NAME_MAX); 73 TP_PROTO(struct rtrs_clt_path *clt_path), \ 74 TP_ARGS(clt_path))
|
| A D | rtrs-clt.h | 206 void rtrs_clt_close_conns(struct rtrs_clt_path *clt_path, bool wait); 214 void free_path(struct rtrs_clt_path *clt_path); 248 int rtrs_clt_create_path_files(struct rtrs_clt_path *clt_path); 249 void rtrs_clt_destroy_path_files(struct rtrs_clt_path *clt_path,
|
| A D | rtrs-clt-stats.c | 16 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_clt_update_wc_stats() local 17 struct rtrs_clt_stats *stats = clt_path->stats; in rtrs_clt_update_wc_stats() 175 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_clt_update_all_stats() local 176 struct rtrs_clt_stats *stats = clt_path->stats; in rtrs_clt_update_all_stats()
|
Completed in 21 milliseconds