Home
last modified time | relevance | path

Searched refs:ibcp_queue_depth (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c2283 if (reqmsg->ibm_u.connparams.ibcp_queue_depth != in kiblnd_passive_connect()
2286 libcfs_nid2str(nid), reqmsg->ibm_u.connparams.ibcp_queue_depth, in kiblnd_passive_connect()
2407 ackmsg->ibm_u.connparams.ibcp_queue_depth = IBLND_MSG_QUEUE_SIZE(version); in kiblnd_passive_connect()
2443 rej.ibr_cp.ibcp_queue_depth = IBLND_MSG_QUEUE_SIZE(version); in kiblnd_passive_connect()
2506 cp != NULL ? cp->ibcp_queue_depth : IBLND_MSG_QUEUE_SIZE(version), in kiblnd_reconnect()
2568 __swab16s(&cp->ibcp_queue_depth); in kiblnd_rejected()
2611 cp != NULL ? cp->ibcp_queue_depth : in kiblnd_rejected()
2685 if (msg->ibm_u.connparams.ibcp_queue_depth != in kiblnd_check_connreply()
2689 msg->ibm_u.connparams.ibcp_queue_depth, in kiblnd_check_connreply()
2784 msg->ibm_u.connparams.ibcp_queue_depth = IBLND_MSG_QUEUE_SIZE(version); in kiblnd_active_connect()
Do2iblnd.h405 __u16 ibcp_queue_depth; member
Do2iblnd.c312 __swab16s(&msg->ibm_u.connparams.ibcp_queue_depth); in kiblnd_unpack_msg()