| /linux/include/rdma/ |
| H A D | ib_cm.h | 109 u8 responder_resources; member 125 u8 responder_resources; member 361 u8 responder_resources; member 388 u8 responder_resources; member
|
| H A D | rdma_cm.h | 78 u8 responder_resources; member
|
| /linux/fs/smb/common/smbdirect/ |
| H A D | smbdirect.h | 31 __u8 responder_resources; member
|
| /linux/fs/smb/client/ |
| H A D | smbdirect.c | 385 peer_initiator_depth = event->param.conn.responder_resources; in smbd_conn_upcall() 394 peer_responder_resources = event->param.conn.responder_resources; in smbd_conn_upcall() 415 (u32)event->param.conn.responder_resources != ord32) { in smbd_conn_upcall() 447 sp->responder_resources = in smbd_conn_upcall() 448 min_t(u8, sp->responder_resources, in smbd_conn_upcall() 2120 sp->responder_resources = SMBD_CM_RESPONDER_RESOURCES; in _smbd_get_connection() 2165 sp->responder_resources = in _smbd_get_connection() 2166 min_t(u8, sp->responder_resources, in _smbd_get_connection() 2169 sp->responder_resources); in _smbd_get_connection() 2179 qp_cap.max_send_wr = sp->send_credit_target + sp->responder_resources * 4 + 1; in _smbd_get_connection() [all …]
|
| /linux/drivers/infiniband/ulp/isert/ |
| H A D | ib_isert.h | 167 u32 responder_resources; member
|
| /linux/fs/smb/server/ |
| H A D | transport_rdma.c | 427 sp->responder_resources = 1; in alloc_transport() 2126 conn_param.responder_resources = sp->responder_resources; in smb_direct_accept_client() 2129 ird_ord_hdr[0] = cpu_to_be32(conn_param.responder_resources); in smb_direct_accept_client() 2682 peer_responder_resources = event->param.conn.responder_resources; in smb_direct_handle_connect_request() 2702 (u32)event->param.conn.responder_resources != ord32) { in smb_direct_handle_connect_request() 2739 sp->responder_resources = min_t(u8, sp->responder_resources, in smb_direct_handle_connect_request()
|
| /linux/drivers/infiniband/core/ |
| H A D | cm.c | 241 u8 responder_resources; member 1377 param->responder_resources); in cm_format_req() 1561 cm_id_priv->responder_resources = param->responder_resources; in ib_send_cm_req() 1844 param->responder_resources = IBA_GET(CM_REQ_INITIATOR_DEPTH, req_msg); in cm_format_req_event() 2121 cm_id_priv->responder_resources = in cm_req_handler() 2261 param->responder_resources); in cm_format_rep() 2328 cm_id_priv->responder_resources = param->responder_resources; in ib_send_cm_rep() 2428 param->responder_resources = IBA_GET(CM_REP_INITIATOR_DEPTH, rep_msg); in cm_format_rep_event() 2572 cm_id_priv->responder_resources = in cm_rep_handler() 4099 if (cm_id_priv->responder_resources) { in cm_init_qp_init_attr() [all …]
|
| H A D | cma.c | 1206 qp_attr.max_dest_rd_atomic = conn_param->responder_resources; in cma_modify_qp_rtr() 2162 event->param.conn.responder_resources = rep_data->responder_resources; in cma_set_rep_event_data() 2385 event->param.conn.responder_resources = req_data->responder_resources; in cma_set_req_event_data() 2547 event.param.conn.responder_resources = iw_event->ord; in cma_iw_handler() 2564 event.param.conn.responder_resources = iw_event->ord; in cma_iw_handler() 2599 event.param.conn.responder_resources = iw_event->ord; in iw_conn_req_handler() 4427 req.responder_resources = conn_param->responder_resources; in cma_connect_ib() 4480 iw_param.ird = conn_param->responder_resources; in cma_connect_iw() 4606 rep.responder_resources = conn_param->responder_resources; in cma_accept_ib() 4635 iw_param.ird = conn_param->responder_resources; in cma_accept_iw()
|
| H A D | ucma.c | 238 dst->responder_resources = src->responder_resources; in ucma_copy_conn_event() 1108 dst->responder_resources = src->responder_resources; in ucma_copy_conn_param()
|
| /linux/include/uapi/rdma/ |
| H A D | rdma_user_cm.h | 205 __u8 responder_resources; member
|
| /linux/net/rds/ |
| H A D | ib_cm.c | 176 conn_param->responder_resources = in rds_ib_cm_fill_conn_param() 913 event->param.conn.responder_resources, in rds_ib_cm_handle_connect()
|
| /linux/net/9p/ |
| H A D | trans_rdma.c | 616 conn_param.responder_resources = P9_RDMA_IRD; in rdma_create_trans()
|
| /linux/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_transport.c | 544 conn_param.responder_resources = 0; in svc_rdma_accept()
|
| H A D | verbs.c | 455 ep->re_remote_cma.responder_resources = in rpcrdma_ep_create()
|
| /linux/drivers/infiniband/ulp/iser/ |
| H A D | iser_verbs.c | 592 conn_param.responder_resources = ib_dev->attrs.max_qp_rd_atom; in iser_route_handler()
|
| /linux/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.c | 820 req->ib_param.responder_resources = 4; in srp_send_req() 838 req->rdma_param.responder_resources = in srp_send_req() 839 req->ib_param.responder_resources; in srp_send_req()
|
| /linux/drivers/infiniband/ulp/srpt/ |
| H A D | ib_srpt.c | 2486 rep_param->rdma_cm.responder_resources = 4; in srpt_cm_req_recv() 2496 rep_param->ib_cm.responder_resources = 4; in srpt_cm_req_recv()
|
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_cm.c | 1109 req.responder_resources = 4; in ipoib_cm_send_req()
|
| /linux/drivers/nvme/host/ |
| H A D | rdma.c | 1848 param.responder_resources = queue->device->dev->attrs.max_qp_rd_atom; in nvme_rdma_route_resolved()
|