Searched refs:retry_cnt (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-errata.c107 int retry_cnt; local
129 retry_cnt = 100000;
207 retry_cnt--;
208 } while ((work == NULL) && (retry_cnt > 0));
210 if (!retry_cnt)
/freebsd-10.0-release/sys/dev/hyperv/netvsc/
H A Dhv_netvsc_drv_freebsd.c732 int retry_cnt = 500; local
759 retry_cnt = -1;
762 if (retry_cnt > 0) {
763 retry_cnt--;
766 } while (retry_cnt > 0);
768 if (retry_cnt == 0) {
803 retry_cnt = -1;
806 if (retry_cnt > 0) {
807 retry_cnt--;
810 } while (retry_cnt >
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mtl_transaction_mgr.h90 uint8_t retry_cnt; member in struct:_osm_madw_req
111 * retry_cnt
H A Dosm_vendor_sa_api.h738 uint32_t retry_cnt; member in struct:_osmv_query_req
763 * retry_cnt
/freebsd-10.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c116 if (osm_madw_req_p->retry_cnt > 0) {
123 osm_madw_req_p->retry_cnt--;
212 osm_madw_req_p->retry_cnt,
406 osm_madw_req_p->retry_cnt = OSM_DEFAULT_RETRY_COUNT;
H A Dosm_vendor_al.c1206 p_elem->retry_cnt = OSM_DEFAULT_RETRY_COUNT;
/freebsd-10.0-release/contrib/ofed/libibverbs/src/
H A Dmarshall.c88 dst->retry_cnt = src->retry_cnt;
H A Dcmd.c717 attr->retry_cnt = resp.retry_cnt;
793 cmd->retry_cnt = attr->retry_cnt;
893 cmd.retry_cnt = attr->retry_cnt;
970 attr->retry_cnt = resp.retry_cnt;
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Duverbs_marshall.c82 dst->retry_cnt = src->retry_cnt;
H A Duverbs_cmd.c1241 resp.retry_cnt = attr->retry_cnt;
1331 attr->retry_cnt = cmd.retry_cnt;
2787 attr->retry_cnt = cmd.retry_cnt;
2876 resp.retry_cnt = attr->retry_cnt;
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_user_verbs.h408 __u8 retry_cnt; member in struct:ib_uverbs_qp_attr
507 __u8 retry_cnt; member in struct:ib_uverbs_query_qp_resp
538 __u8 retry_cnt; member in struct:ib_uverbs_modify_qp
852 __u8 retry_cnt; member in struct:ib_uverbs_modify_xrc_rcv_qp
/freebsd-10.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_slvl_vl_arb.c133 req.retry_cnt = p_osmt->opt.retry_count;
334 req.retry_cnt = p_osmt->opt.retry_count;
H A Dosmt_service.c482 req.retry_cnt = p_osmt->opt.retry_count;
609 req.retry_cnt = p_osmt->opt.retry_count;
739 req.retry_cnt = p_osmt->opt.retry_count;
868 req.retry_cnt = p_osmt->opt.retry_count;
991 req.retry_cnt = p_osmt->opt.retry_count;
H A Dosmtest.c598 req.retry_cnt = p_osmt->opt.retry_count;
660 req.retry_cnt = p_osmt->opt.retry_count;
759 req.retry_cnt = p_osmt->opt.retry_count;
833 req.retry_cnt = p_osmt->opt.retry_count;
890 req.retry_cnt = p_osmt->opt.retry_count;
955 req.retry_cnt = p_osmt->opt.retry_count;
1027 req.retry_cnt = p_osmt->opt.retry_count;
1105 req.retry_cnt = p_osmt->opt.retry_count;
1179 req.retry_cnt = p_osmt->opt.retry_count;
1680 req.retry_cnt
[all...]
H A Dosmt_multicast.c75 req.retry_cnt = 1;
183 req.retry_cnt = p_osmt->opt.retry_count;
341 req.retry_cnt = p_osmt->opt.retry_count;
/freebsd-10.0-release/contrib/ofed/libibverbs/include/infiniband/
H A Dkern-abi.h434 __u8 retry_cnt; member in struct:ibv_kern_qp_attr
524 __u8 retry_cnt; member in struct:ibv_query_qp_resp
558 __u8 retry_cnt; member in struct:ibv_modify_qp
628 __u8 retry_cnt; member in struct:ibv_modify_xrc_rcv_qp
H A Dverbs.h499 uint8_t retry_cnt; member in struct:ibv_qp_attr
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c734 req.retry_cnt = 1;
933 req.retry_cnt = 1;
971 req.retry_cnt = 1;
1003 req.retry_cnt = 1;
/freebsd-10.0-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c120 attr.retry_cnt = 7;
H A Dsrq_pingpong.c126 attr.retry_cnt = 7;
/freebsd-10.0-release/sys/dev/mpt/
H A Dmpt.c1140 int retry_cnt = 0; local
1168 retry_cnt, cnt);
1172 if (retry_cnt == 0) {
1189 if (ret != MPT_OK && retry_cnt++ < 2) {
/freebsd-10.0-release/sys/dev/oce/
H A Doce_if.c858 int rc = 0, i, retry_cnt = 0; local
996 if (retry_cnt == 0) {
1002 retry_cnt = retry_cnt + 1;
/freebsd-10.0-release/sys/dev/bce/
H A Dif_bce.c1757 u32 idx, offset, retry_cnt = 5, val; local
1769 for (idx = 0; idx < retry_cnt; idx++) {
1808 u32 val, retry_cnt = 5; local
1822 for (idx = 0; idx < retry_cnt; idx++) {
4744 int i, j, rc, retry_cnt; local
4750 retry_cnt = CTX_INIT_RETRY_COUNT;
4765 for (i = 0; i < retry_cnt; i++) {
4789 for (j = 0; j < retry_cnt; j++) {
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c499 qp_attr->retry_cnt = (be32_to_cpu(context->params1) >> 16) & 0x7;
709 qp_context->params1 |= cpu_to_be32(attr->retry_cnt << 16);
/freebsd-10.0-release/contrib/sendmail/src/
H A Dmap.c2905 int retry_cnt, max_col, i; local
2942 retry_cnt = 0;
2954 if (retry_cnt++ > 4)

Completed in 484 milliseconds

12