Home
last modified time | relevance | path

Searched refs:cqmask (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1185 uint_t cqindx, cqmask; in tavor_cqhdl_from_cqnum() local
1188 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()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c1278 uint_t cqindx, cqmask; in hermon_cqhdl_from_cqnum() local
1281 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()