Searched refs:QENTRY_LEN (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
H A Dispvar.h140 #define QENTRY_LEN 64 macro
149 #define ISP_QUEUE_ENTRY(q, idx) (((uint8_t *)q) + ((idx) * QENTRY_LEN))
150 #define ISP_QUEUE_SIZE(n) ((n) * QENTRY_LEN)
159 MEMORYBARRIER(isp, SYNC_REQUEST, isp->isp_reqidx, QENTRY_LEN, -1); \
164 MEMORYBARRIER(isp, SYNC_REQUEST, isp->isp_reqidx, QENTRY_LEN, -1); \
H A Disp_target.c154 uint8_t local[QENTRY_LEN];
171 if (len > (QENTRY_LEN - 8)) {
172 len -= (QENTRY_LEN - 8);
176 len -= QENTRY_LEN;
576 uint8_t storage[QENTRY_LEN];
578 memset(storage, 0, QENTRY_LEN);
741 char storage[QENTRY_LEN];
751 ISP_MEMZERO(storage, QENTRY_LEN);
820 char storage[QENTRY_LEN];
836 ISP_MEMCPY(rsp, abts, QENTRY_LEN);
[all...]
H A Disp.c2338 uint8_t resp[QENTRY_LEN];
2380 isp_print_bytes(isp, "IOCB VP_MODIFY", QENTRY_LEN, reqp);
2389 isp_print_bytes(isp, "IOCB VP_MODIFY response", QENTRY_LEN, resp);
2406 uint8_t resp[QENTRY_LEN];
2441 isp_print_bytes(isp, "IOCB VP_CTRL", QENTRY_LEN, reqp);
2450 isp_print_bytes(isp, "IOCB VP_CTRL response", QENTRY_LEN, resp);
2548 uint8_t resp[QENTRY_LEN];
2596 isp_print_bytes(isp, "IOCB LOGX", QENTRY_LEN, reqp);
2608 isp_print_bytes(isp, "IOCB LOGX response", QENTRY_LEN, resp);
3474 uint8_t resp[QENTRY_LEN];
[all...]
H A Disp_pci.c1520 if (bus_dma_tag_create(isp->isp_osinfo.dmat, QENTRY_LEN, slim,
1562 if (bus_dma_tag_create(isp->isp_osinfo.dmat, QENTRY_LEN, slim,
1592 if (bus_dma_tag_create(isp->isp_osinfo.dmat, QENTRY_LEN, slim,
1621 2*QENTRY_LEN, 1, 2*QENTRY_LEN, 0, busdma_lock_mutex,
1631 base, 2*QENTRY_LEN, imc, &im, 0) || im.error)
H A Disp_freebsd.c557 uint8_t resp[QENTRY_LEN];
643 isp_print_bytes(isp, "IOCB TMF", QENTRY_LEN, reqp);
655 isp_print_bytes(isp, "IOCB TMF response", QENTRY_LEN, resp);
1096 uint8_t local[QENTRY_LEN];
1214 memset(local, 0, QENTRY_LEN);
1772 memcpy(ntp->data, aep, QENTRY_LEN);
1940 memcpy(ntp->data, aep, QENTRY_LEN);
2084 isp_print_bytes(isp, "null ccb in isp_handle_platform_ctio", QENTRY_LEN, arg);
2273 uint8_t storage[QENTRY_LEN];
2420 ISP_MEMCPY(&ntp->data, notify->nt_lreserved, QENTRY_LEN);
[all...]
H A Disp_sbus.c445 if (bus_dma_tag_create(isp->isp_osinfo.dmat, QENTRY_LEN, BUS_SPACE_MAXADDR_24BIT+1,
473 if (bus_dma_tag_create(isp->isp_osinfo.dmat, QENTRY_LEN, BUS_SPACE_MAXADDR_24BIT+1,
H A Disp_library.c64 uint8_t storage[QENTRY_LEN];
176 ISP_MEMZERO(storage, QENTRY_LEN);
209 QENTRY_LEN, qe1);
287 isp_print_bytes(isp, "first queue entry", QENTRY_LEN, qe0);
368 #define TBA (4 * (((QENTRY_LEN >> 2) * 3) + 1) + 1)
380 for (j = 0; j < (QENTRY_LEN >> 2); j++) {
635 uint8_t local[QENTRY_LEN];
637 ISP_MEMZERO(local, QENTRY_LEN);
H A Dispmbox.h333 #define QENTRY_LEN 64 macro

Completed in 146 milliseconds