Searched refs:mbox_cnt (Results 1 - 6 of 6) 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_isr.c899 if (ha->reg_off->mbox_cnt > 24) {
1239 for (index = 10; index < ha->reg_off->mbox_cnt && index < cnt;
1252 for (cnt = 10; cnt < ha->reg_off->mbox_cnt &&
H A Dql_mbx.c147 for (cnt = 0; cnt < ha->reg_off->mbox_cnt && data; cnt++) {
256 for (cnt = 1; cnt < ha->reg_off->mbox_cnt && data; cnt++) {
H A Dql_init.c3532 for (cnt = 0; cnt < ha->reg_off->mbox_cnt; cnt++) {
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 116 milliseconds