Searched refs:FWEXTSIZE (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_init.h | 782 uint32_t ext_trace_buf[FWEXTSIZE / 4]; 825 uint32_t ext_trace_buf[FWEXTSIZE / 4]; 868 uint32_t ext_trace_buf[FWEXTSIZE / 4];
|
H A D | ql_apps.h | 52 #define FWEXTSIZE (0x4000 * 4) /* bytes - 16kb multiples */ macro
|
/titanic_44/usr/src/cmd/mdb/common/modules/qlc/ |
H A D | qlc.c | 2380 for (cnt = 0; cnt < FWEXTSIZE / 4; cnt++) { in ql_24xx_dump_dcmd() 2753 for (cnt = 0; cnt < FWEXTSIZE / 4; cnt++) { in ql_25xx_dump_dcmd() 3129 for (cnt = 0; cnt < FWEXTSIZE / 4; cnt++) { in ql_81xx_dump_dcmd()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 7684 if (cmd->ResponseLen < FWEXTSIZE) { in ql_get_fwexttrace() 7686 cmd->DetailStatus = FWEXTSIZE; in ql_get_fwexttrace() 7688 cmd->ResponseLen, FWEXTSIZE); in ql_get_fwexttrace() 7713 payload = kmem_zalloc(FWEXTSIZE, KM_SLEEP); in ql_get_fwexttrace() 7723 FWEXTSIZE, DDI_DMA_SYNC_FORKERNEL); in ql_get_fwexttrace() 7727 (uint8_t *)ha->fwexttracebuf.bp, FWEXTSIZE, in ql_get_fwexttrace() 7740 kmem_free(payload, FWEXTSIZE); in ql_get_fwexttrace() 7802 payload = kmem_zalloc(FWEXTSIZE, KM_SLEEP); in ql_get_fwfcetrace()
|
H A D | ql_api.c | 12641 for (cnt = 0; cnt < FWEXTSIZE / 4; cnt++) { in ql_24xx_ascii_fw_dump() 13100 for (cnt = 0; cnt < FWEXTSIZE / 4; cnt++) { in ql_2581_ascii_fw_dump() 13920 FWEXTSIZE, DDI_DMA_SYNC_FORKERNEL); in ql_24xx_binary_fw_dump() 13922 for (cnt = 0; cnt < FWEXTSIZE / 4; cnt++) { in ql_24xx_binary_fw_dump() 14474 FWEXTSIZE, DDI_DMA_SYNC_FORKERNEL); in ql_25xx_binary_fw_dump() 14476 for (cnt = 0; cnt < FWEXTSIZE / 4; cnt++) { in ql_25xx_binary_fw_dump() 15017 FWEXTSIZE, DDI_DMA_SYNC_FORKERNEL); in ql_81xx_binary_fw_dump() 15019 for (cnt = 0; cnt < FWEXTSIZE / 4; cnt++) { in ql_81xx_binary_fw_dump()
|
H A D | ql_init.c | 2724 if ((rval2 = ql_get_dma_mem(ha, &ha->fwexttracebuf, FWEXTSIZE, in ql_init_rings()
|