Searched refs:FWFCESIZE (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_apps.h53 #define FWFCESIZE (0x4000 * 4) /* bytes - 16kb multiples */ macro
H A Dql_init.h783 uint32_t fce_trace_buf[FWFCESIZE / 4];
826 uint32_t fce_trace_buf[FWFCESIZE / 4];
869 uint32_t fce_trace_buf[FWFCESIZE / 4];
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c2396 for (cnt = 0; cnt < FWFCESIZE / 4; cnt++) {
2769 for (cnt = 0; cnt < FWFCESIZE / 4; cnt++) {
3145 for (cnt = 0; cnt < FWFCESIZE / 4; cnt++) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c7783 if (cmd->ResponseLen < FWFCESIZE) {
7785 cmd->DetailStatus = FWFCESIZE;
7786 EL(ha, "failed, ResponseLen (%xh) < %xh (FWFCESIZE)\n",
7787 cmd->ResponseLen, FWFCESIZE);
7812 FWFCESIZE, DDI_DMA_SYNC_FORKERNEL);
7816 (uint8_t *)ha->fwfcetracebuf.bp, FWFCESIZE,
7829 kmem_free(payload, FWFCESIZE);
H A Dql_api.c12661 for (cnt = 0; cnt < FWFCESIZE / 4; cnt++) {
13120 for (cnt = 0; cnt < FWFCESIZE / 4; cnt++) {
13937 FWFCESIZE, DDI_DMA_SYNC_FORKERNEL);
13939 for (cnt = 0; cnt < FWFCESIZE / 4; cnt++) {
14457 FWFCESIZE, DDI_DMA_SYNC_FORKERNEL);
14459 for (cnt = 0; cnt < FWFCESIZE / 4; cnt++) {
15000 FWFCESIZE, DDI_DMA_SYNC_FORKERNEL);
15002 for (cnt = 0; cnt < FWFCESIZE / 4; cnt++) {
H A Dql_init.c2710 if ((rval2 = ql_get_dma_mem(ha, &ha->fwfcetracebuf, FWFCESIZE,

Completed in 100 milliseconds