Searched refs:cqmask (Results 1 – 2 of 2) sorted by relevance
1185 uint_t cqindx, cqmask; in tavor_cqhdl_from_cqnum() local1188 cqmask = (1 << state->ts_cfg_profile->cp_log_num_cq) - 1; in tavor_cqhdl_from_cqnum()1189 cqindx = cqnum & cqmask; in tavor_cqhdl_from_cqnum()
1278 uint_t cqindx, cqmask; in hermon_cqhdl_from_cqnum() local1281 cqmask = (1 << state->hs_cfg_profile->cp_log_num_cq) - 1; in hermon_cqhdl_from_cqnum()1282 cqindx = cqnum & cqmask; in hermon_cqhdl_from_cqnum()