Home
last modified time | relevance | path

Searched refs:DMEM_WR16 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1312 DMEM_WR16(qlt, icb, 1); /* Version */ in qlt_port_online()
1313 DMEM_WR16(qlt, icb+4, 2112); /* Max frame length */ in qlt_port_online()
1314 DMEM_WR16(qlt, icb+6, 16); /* Execution throttle */ in qlt_port_online()
1315 DMEM_WR16(qlt, icb+8, rcount); /* Xchg count */ in qlt_port_online()
1316 DMEM_WR16(qlt, icb+0x0a, 0x00); /* Hard address (not used) */ in qlt_port_online()
1319 DMEM_WR16(qlt, icb+0x20, 3); /* Login retry count */ in qlt_port_online()
1320 DMEM_WR16(qlt, icb+0x24, RESPONSE_QUEUE_ENTRIES); in qlt_port_online()
1321 DMEM_WR16(qlt, icb+0x26, REQUEST_QUEUE_ENTRIES); in qlt_port_online()
1323 DMEM_WR16(qlt, icb+0x28, 100); /* ms of NOS/OLS for Link down */ in qlt_port_online()
1325 DMEM_WR16(qlt, icb+0x2a, PRIORITY_QUEUE_ENTRIES); in qlt_port_online()
[all …]
H A Dqlt.h447 #define DMEM_WR16(qlt, addr, data) (*((uint16_t *)(addr)) = \ macro