Home
last modified time | relevance | path

Searched refs:cqindx (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
1189 cqindx = cqnum & cqmask; in tavor_cqhdl_from_cqnum()
1190 return (state->ts_cqhdl[cqindx]); 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
1282 cqindx = cqnum & cqmask; in hermon_cqhdl_from_cqnum()
1283 return (hermon_icm_num_to_hdl(state, HERMON_CQC, cqindx)); in hermon_cqhdl_from_cqnum()