Home
last modified time | relevance | path

Searched refs:responder_resources (Results 1 – 16 of 16) sorted by relevance

/linux/include/rdma/
H A Dib_cm.h109 u8 responder_resources; member
125 u8 responder_resources; member
361 u8 responder_resources; member
388 u8 responder_resources; member
/linux/fs/smb/common/smbdirect/
H A Dsmbdirect.h31 __u8 responder_resources; member
/linux/fs/smb/client/
H A Dsmbdirect.c366 peer_initiator_depth = event->param.conn.responder_resources; in smbd_conn_upcall()
375 peer_responder_resources = event->param.conn.responder_resources; in smbd_conn_upcall()
396 (u32)event->param.conn.responder_resources != ord32) { in smbd_conn_upcall()
428 sp->responder_resources = in smbd_conn_upcall()
429 min_t(u8, sp->responder_resources, in smbd_conn_upcall()
1819 sp->responder_resources = SMBD_CM_RESPONDER_RESOURCES; in _smbd_get_connection()
1864 sp->responder_resources = in _smbd_get_connection()
1865 min_t(u8, sp->responder_resources, in _smbd_get_connection()
1868 sp->responder_resources); in _smbd_get_connection()
1878 qp_cap.max_send_wr = sp->send_credit_target + sp->responder_resources * 4 + 1; in _smbd_get_connection()
[all …]
H A Dcifs_debug.c543 sp->responder_resources, in cifs_debug_data_proc_show()
/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.h167 u32 responder_resources; member
/linux/include/uapi/rdma/
H A Drdma_user_cm.h205 __u8 responder_resources; member
/linux/drivers/infiniband/core/
H A Dcm.c241 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 Dcma.c1202 qp_attr.max_dest_rd_atomic = conn_param->responder_resources; in cma_modify_qp_rtr()
2158 event->param.conn.responder_resources = rep_data->responder_resources; in cma_set_rep_event_data()
2382 event->param.conn.responder_resources = req_data->responder_resources; in cma_set_req_event_data()
2544 event.param.conn.responder_resources = iw_event->ord; in cma_iw_handler()
2561 event.param.conn.responder_resources = iw_event->ord; in cma_iw_handler()
2596 event.param.conn.responder_resources = iw_event->ord; in iw_conn_req_handler()
4396 req.responder_resources = conn_param->responder_resources; in cma_connect_ib()
4449 iw_param.ird = conn_param->responder_resources; in cma_connect_iw()
4575 rep.responder_resources = conn_param->responder_resources; in cma_accept_ib()
4604 iw_param.ird = conn_param->responder_resources; in cma_accept_iw()
H A Ducma.c238 dst->responder_resources = src->responder_resources; in ucma_copy_conn_event()
1108 dst->responder_resources = src->responder_resources; in ucma_copy_conn_param()
/linux/net/rds/
H A Dib_cm.c176 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 Dtrans_rdma.c616 conn_param.responder_resources = P9_RDMA_IRD; in rdma_create_trans()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c540 conn_param.responder_resources = 0; in svc_rdma_accept()
H A Dverbs.c455 ep->re_remote_cma.responder_resources = in rpcrdma_ep_create()
/linux/drivers/infiniband/ulp/iser/
H A Diser_verbs.c592 conn_param.responder_resources = ib_dev->attrs.max_qp_rd_atom; in iser_route_handler()
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c819 req->ib_param.responder_resources = 4; in srp_send_req()
837 req->rdma_param.responder_resources = in srp_send_req()
838 req->ib_param.responder_resources; in srp_send_req()
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1109 req.responder_resources = 4; in ipoib_cm_send_req()