Searched refs:idc_mb (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1367 ha->idc_mb[0] = mb[0];
1368 ha->idc_mb[1] = RD16_IO_REG(ha, mailbox_out[1]);
1369 ha->idc_mb[2] = RD16_IO_REG(ha, mailbox_out[2]);
1370 ha->idc_mb[3] = RD16_IO_REG(ha, mailbox_out[3]);
1371 ha->idc_mb[4] = RD16_IO_REG(ha, mailbox_out[4]);
1372 ha->idc_mb[5] = RD16_IO_REG(ha, mailbox_out[5]);
1373 ha->idc_mb[6] = RD16_IO_REG(ha, mailbox_out[6]);
1374 ha->idc_mb[7] = RD16_IO_REG(ha, mailbox_out[7]);
1377 " mbx6=%xh, mbx7=%xh\n", mb[0], ha->idc_mb[1],
1378 ha->idc_mb[
[all...]
H A Dql_mbx.c4365 mcp->mb[1] = ha->idc_mb[1];
4366 mcp->mb[2] = ha->idc_mb[2];
4367 mcp->mb[3] = ha->idc_mb[3];
4368 mcp->mb[4] = ha->idc_mb[4];
4369 mcp->mb[5] = ha->idc_mb[5];
4370 mcp->mb[6] = ha->idc_mb[6];
4371 mcp->mb[7] = ha->idc_mb[7];
H A Dql_api.c9726 ha->idc_mb[0] = MBA_IDC_NOTIFICATION;
9727 ha->idc_mb[1] = 0;
9728 ha->idc_mb[2] = IDC_OPC_DRV_START;
17832 switch (ha->idc_mb[0]) {
17835 * The informational opcode (idc_mb[2]) can be a
17840 switch (ha->idc_mb[2]) {
17893 EL(ha, "Unknown IDC opcode=%xh %xh\n", ha->idc_mb[0],
17894 ha->idc_mb[2]);
17902 if (ha->idc_mb[1] & IDC_TIMEOUT_MASK) {
17906 ha->idc_mb[
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1650 uint16_t idc_mb[8]; member in struct:ql_adapter_state

Completed in 91 milliseconds