rds_ib_retry_count   51 net/rds/ib.c   unsigned int rds_ib_retry_count = RDS_IB_DEFAULT_RETRY_COUNT;
rds_ib_retry_count   58 net/rds/ib.c   module_param(rds_ib_retry_count, int, 0444);
rds_ib_retry_count   59 net/rds/ib.c   MODULE_PARM_DESC(rds_ib_retry_count, " Number of hw retries before reporting an error");
rds_ib_retry_count  364 net/rds/ib.h   extern unsigned int rds_ib_retry_count;
rds_ib_retry_count  213 net/rds/ib_cm.c 	conn_param->retry_count = min_t(unsigned int, rds_ib_retry_count, 7);