Searched refs:cqindx (Results 1 – 2 of 2) sorted by relevance
1286 uint_t cqindx, cqmask; in tavor_cqhdl_from_cqnum() local1290 cqindx = cqnum & cqmask; in tavor_cqhdl_from_cqnum()1291 return (state->ts_cqhdl[cqindx]); in tavor_cqhdl_from_cqnum()
1278 uint_t cqindx, cqmask; in hermon_cqhdl_from_cqnum() local1282 cqindx = cqnum & cqmask; in hermon_cqhdl_from_cqnum()1283 return (hermon_icm_num_to_hdl(state, HERMON_CQC, cqindx)); in hermon_cqhdl_from_cqnum()