Searched defs:tr_indx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c323 uint_t tr_indx; local
382 * tr_indx value. So we set rsrcp to NULL for maintenance
383 * mode, and use a rolling count for tr_indx. The field
388 * the UAR page as normal, and use the rsrcp value and tr_indx
393 tr_indx = state->ts_open_tr_indx++;
407 tr_indx = rsrcp->tr_indx;
433 dev = makedevice(getmajor(*devp), (tr_indx <<
467 dev = makedevice(getmajor(*devp), (rsrcp->tr_indx <<
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_rsrc.h324 uint32_t tr_indx; member in struct:tavor_rsrc_s

Completed in 63 milliseconds