/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mtl_transaction_mgr.c | 116 if (osm_madw_req_p->retry_cnt > 0) { in __osm_transaction_mgr_callback() 123 osm_madw_req_p->retry_cnt--; in __osm_transaction_mgr_callback() 212 osm_madw_req_p->retry_cnt, in __osm_transaction_mgr_callback() 406 osm_madw_req_p->retry_cnt = OSM_DEFAULT_RETRY_COUNT; in osm_transaction_mgr_insert_madw()
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | marshall.c | 86 dst->retry_cnt = src->retry_cnt; in ibv_copy_qp_attr_from_kern()
|
H A D | kern-abi.h | 611 __u8 retry_cnt; member 741 __u8 retry_cnt; member 772 __u8 retry_cnt; member
|
H A D | cmd.c | 1264 attr->retry_cnt = resp.retry_cnt; in ibv_cmd_query_qp() 1355 cmd->retry_cnt = attr->retry_cnt; in copy_modify_qp_fields()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_marshall.c | 88 dst->retry_cnt = src->retry_cnt; in ib_copy_qp_attr_to_user()
|
/freebsd/contrib/ofed/opensm/include/vendor/ |
H A D | osm_vendor_mtl_transaction_mgr.h | 90 uint8_t retry_cnt; member
|
H A D | osm_vendor_sa_api.h | 738 uint32_t retry_cnt; member
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | http-internal.h | 81 int retry_cnt; /* retry count */ member
|
H A D | http.c | 1407 if (evcon->retry_max < 0 || evcon->retry_cnt < evcon->retry_max) { in evhttp_connection_cb_cleanup() 1412 for (i=0; i < evcon->retry_cnt; ++i) { in evhttp_connection_cb_cleanup() 1425 evcon->retry_cnt++; in evhttp_connection_cb_cleanup() 1624 evcon->retry_cnt = 0; in evhttp_connection_cb() 2398 evcon->retry_cnt = evcon->retry_max = 0; in evhttp_connection_base_bufferevent_new() 2676 if (evcon->retry_cnt) in evhttp_make_request()
|
/freebsd/contrib/libevent/ |
H A D | http-internal.h | 81 int retry_cnt; /* retry count */ member
|
H A D | http.c | 1407 if (evcon->retry_max < 0 || evcon->retry_cnt < evcon->retry_max) { in evhttp_connection_cb_cleanup() 1412 for (i=0; i < evcon->retry_cnt; ++i) { in evhttp_connection_cb_cleanup() 1425 evcon->retry_cnt++; in evhttp_connection_cb_cleanup() 1624 evcon->retry_cnt = 0; in evhttp_connection_cb() 2398 evcon->retry_cnt = evcon->retry_max = 0; in evhttp_connection_base_bufferevent_new() 2676 if (evcon->retry_cnt) in evhttp_make_request()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_rdma.h | 178 u8 retry_cnt; member
|
H A D | ecore_roce_api.h | 458 u8 retry_cnt; member 487 u8 retry_cnt; member
|
H A D | ecore_rdma_api.h | 553 u8 retry_cnt; member 582 u8 retry_cnt; member
|
H A D | ecore_rdma.c | 1475 out_params->retry_cnt = qp->retry_cnt; in ecore_rdma_query_qp() 1735 qp->retry_cnt = params->retry_cnt; in ecore_rdma_modify_qp()
|
H A D | ecore_roce.c | 625 qp->retry_cnt); in ecore_roce_sp_create_requester() 901 qp->retry_cnt); in ecore_roce_sp_modify_requester()
|
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 559 __u8 retry_cnt; member 708 __u8 retry_cnt; member 739 __u8 retry_cnt; member
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 929 static int retry_cnt; in set_cert_cb() local 931 if (retry_cnt < 5) { in set_cert_cb() 932 retry_cnt++; in set_cert_cb() 935 retry_cnt); in set_cert_cb()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | tx.h | 696 * @retry_cnt: retry count 717 u8 retry_cnt; 714 u8 retry_cnt; global() member
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_fp.h | 350 u8 retry_cnt; member
|
H A D | qplib_fp.c | 309 u32 retry_cnt = 100; in __wait_for_all_nqes() local 316 while (retry_cnt--) { in __wait_for_all_nqes() 1438 req.retry_cnt = qp->retry_cnt; in bnxt_qplib_modify_qp() 1567 qp->retry_cnt = sb->retry_cnt; in bnxt_qplib_query_qp()
|
/freebsd/sys/dev/mpt/ |
H A D | mpt.c | 1137 int retry_cnt = 0; in mpt_reset() local 1165 retry_cnt, cnt); in mpt_reset() 1169 if (retry_cnt == 0) { in mpt_reset() 1186 if (ret != MPT_OK && retry_cnt++ < 2) { in mpt_reset()
|
/freebsd/sys/dev/oce/ |
H A D | oce_if.c | 1028 int rc = 0, i, retry_cnt = 0; in oce_tx() 1200 if (retry_cnt == 0) { in oce_tx() 1206 retry_cnt = retry_cnt + 1; in oce_tx() 1030 int rc = 0, i, retry_cnt = 0; oce_tx() local
|
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | rc_pingpong.c | 134 attr.retry_cnt = 7; in pp_connect_ctx()
|
H A D | srq_pingpong.c | 126 attr.retry_cnt = 7; in pp_connect_ctx()
|