Lines Matching defs:temp
4381 uint32_t temp;
4400 temp = (ql2xexlogins > max_cnt) ? max_cnt : ql2xexlogins;
4401 temp *= size;
4403 if (temp != ha->exlogin_size) {
4405 ha->exlogin_size = temp;
4409 max_cnt, size, temp);
4455 u32 temp;
4478 temp = vha->ql2xiniexchg + vha->ql2xexchoffld;
4479 if (temp > max_cnt) {
4480 vha->ql2xiniexchg -= (temp - max_cnt)/2;
4481 vha->ql2xexchoffld -= (((temp - max_cnt)/2) + 1);
4482 temp = max_cnt;
4486 if (temp > FW_DEF_EXCHANGES_CNT)
4487 *ret_cnt = temp;