Searched defs:mbox_cnt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c1859 int mbox_cnt; local
1901 mbox_cnt = (ha->cfg_flags & (CFG_CTRL_2300 | CFG_CTRL_6322)) ? 16 : 8;
1902 for (cnt = 0; cnt < mbox_cnt; cnt++) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c11986 int mbox_cnt; local
12036 mbox_cnt = (CFG_IST(ha, (CFG_CTRL_2300 | CFG_CTRL_6322))) ? 16 : 8;
12037 for (cnt = 0; cnt < mbox_cnt; cnt++) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h473 uint16_t mbox_cnt; /* Number of mailboxes */ member in struct:__anon7767

Completed in 84 milliseconds