Home
last modified time | relevance | path

Searched refs:peer_initiator_depth (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/client/
H A Dsmbdirect.c318 u8 peer_initiator_depth; in smbd_conn_upcall() local
366 peer_initiator_depth = event->param.conn.responder_resources; in smbd_conn_upcall()
374 peer_initiator_depth = event->param.conn.initiator_depth; in smbd_conn_upcall()
413 peer_initiator_depth = (u8)ird32; in smbd_conn_upcall()
423 if (peer_initiator_depth != 0) in smbd_conn_upcall()
426 peer_initiator_depth); in smbd_conn_upcall()
/linux/fs/smb/server/
H A Dtransport_rdma.c2502 u8 peer_initiator_depth; in smb_direct_handle_connect_request() local
2519 peer_initiator_depth = event->param.conn.initiator_depth; in smb_direct_handle_connect_request()
2557 peer_initiator_depth = (u8)ird32; in smb_direct_handle_connect_request()
2573 if (peer_initiator_depth != 0) in smb_direct_handle_connect_request()
2575 peer_initiator_depth); in smb_direct_handle_connect_request()