Lines Matching defs:temp
4615 uint32_t temp;
4634 temp = (ql2xexlogins > max_cnt) ? max_cnt : ql2xexlogins;
4635 temp *= size;
4637 if (temp != ha->exlogin_size) {
4639 ha->exlogin_size = temp;
4643 max_cnt, size, temp);
4689 u32 temp;
4712 temp = vha->ql2xiniexchg + vha->ql2xexchoffld;
4713 if (temp > max_cnt) {
4714 vha->ql2xiniexchg -= (temp - max_cnt)/2;
4715 vha->ql2xexchoffld -= (((temp - max_cnt)/2) + 1);
4716 temp = max_cnt;
4720 if (temp > FW_DEF_EXCHANGES_CNT)
4721 *ret_cnt = temp;