Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c2246 if (reqmsg->ibm_u.connparams.ibcp_queue_depth != in kiblnd_passive_connect()
2249 libcfs_nid2str(nid), reqmsg->ibm_u.connparams.ibcp_queue_depth, in kiblnd_passive_connect()
2370 ackmsg->ibm_u.connparams.ibcp_queue_depth = IBLND_MSG_QUEUE_SIZE(version); in kiblnd_passive_connect()
2406 rej.ibr_cp.ibcp_queue_depth = IBLND_MSG_QUEUE_SIZE(version); in kiblnd_passive_connect()
2469 cp != NULL ? cp->ibcp_queue_depth : IBLND_MSG_QUEUE_SIZE(version), in kiblnd_reconnect()
2531 __swab16s(&cp->ibcp_queue_depth); in kiblnd_rejected()
2574 cp != NULL ? cp->ibcp_queue_depth : in kiblnd_rejected()
2648 if (msg->ibm_u.connparams.ibcp_queue_depth != in kiblnd_check_connreply()
2652 msg->ibm_u.connparams.ibcp_queue_depth, in kiblnd_check_connreply()
2747 msg->ibm_u.connparams.ibcp_queue_depth = IBLND_MSG_QUEUE_SIZE(version); in kiblnd_active_connect()
Do2iblnd.h369 __u16 ibcp_queue_depth; member
Do2iblnd.c313 __swab16s(&msg->ibm_u.connparams.ibcp_queue_depth); in kiblnd_unpack_msg()