Searched defs:retry_count (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.h58 int retry_count; /* running retry counter */ member in struct:event_dispatch_pkg
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Drdma_cm.h99 uint8_t retry_count; /* ignored when accepting */ member in struct:rdma_conn_param
H A Drdma_user_cm.h154 uint8_t retry_count; member in struct:rdma_ucm_conn_param
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dmode.h96 uchar_t retry_count; member in struct:mode_err_recov_ccs
/illumos-gate/usr/src/cmd/svc/startd/
H A Drestarter.c841 uint_t retry_count = 0, msecs = ALLOC_DELAY; local
858 ++retry_count;
859 if (retry_count < ALLOC_RETRY) {
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_impl.c1355 int retry_count; local
1463 retry_count = 0;
1527 if (retry_count >= IBMF_SAA_MAX_BUSY_RETRY_COUNT)
1544 "ibmf_saa_impl_send_request: %s, retry_count %d\n",
1547 tnf_int, retry_count, retry_count);
1554 "ibmf_saa_impl_send_request: %s, retry_count %d\n",
1556 tnf_int, retry_count, retry_count);
1559 retry_count
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c1751 int ret = 0, i, retry_count = 10; local
1763 for (i = 0; i < retry_count; ++i) {
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c837 fs_need_estale_retry(int retry_count) argument
839 if (retry_count < fs_estale_retry)
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.c223 u16 retry_count = 0; local
230 while (retry_count < 2) {
247 retry_count++;
4232 u16 retry_count = 0; local
4236 while (retry_count < 2) {
4240 retry_count++;
H A De1000_ich8lan.c205 u16 retry_count; local
208 for (retry_count = 0; retry_count < 2; retry_count++) {
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c488 uint16_t retry_count = 0; local
496 retry_count = 0;
505 retry_count += 5;
507 } while(retry_count < EEPROM_MAX_RETRY_SPI);
512 if(retry_count >= EEPROM_MAX_RETRY_SPI) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c2815 int retry_count; local
2823 retry_count = MAX_RETRIES_FOR_PIC16F819_REG_READ;
2824 while (retry_count > 0) {
2826 retry_count--;
2830 if (retry_count != MAX_RETRIES_FOR_PIC16F819_REG_READ) {
2834 (MAX_RETRIES_FOR_PIC16F819_REG_READ - retry_count));
2836 if (retry_count == 0) {
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c453 int retry_count = 0; local
486 PORTID(port), nbytes, retry_count);
493 retry_count = 0;
514 if (retry_count++ >= ds_retries) {
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c2209 int retry_count = 0; local
2248 if (retry_count++ == 0) {
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c3699 int retry_count = 30; local
3711 retry_count--;
3713 } while (retry_count != 0);
3722 int retry_count = 30; local
3734 retry_count--;
3736 } while (retry_count != 0);
3744 int retry_count = 30; local
3758 retry_count--;
3760 } while (retry_count != 0);
5164 int retry_count local
[all...]
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c204 * we use pkt_private area for storing bp and retry_count
4424 int retry_count; local
4445 for (retry_count = 0; retry_count < 3; retry_count++) {
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c19775 int retry_count = 0; local
19800 while (retry_count++ < retry_limit) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1171 uint8_t retry_count; member in struct:ql_srb

Completed in 229 milliseconds