Searched refs:fibsize (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/aacraid/
H A Daacraid.c2353 u_int32_t fibsize, high_addr; local
2387 /* Calculate the amount to the fibsize bits */
2388 fibsize = (cm->cm_fib->Header.Size + 127) / 128 - 1;
2401 /* Calculate the amount to the fibsize bits */
2402 fibsize = (sizeof(struct aac_fib_xporthdr) +
2414 if (fibsize > 31)
2415 fibsize = 31;
2419 AAC_MEM0_SETREG4(sc, AAC_SRC_IQUE64_L, (u_int32_t)address + fibsize);
2421 AAC_MEM0_SETREG4(sc, AAC_SRC_IQUE32, (u_int32_t)address + fibsize);
2821 u_int32_t fibsize local
[all...]
/freebsd-11.0-release/sys/dev/aac/
H A Daac.c3056 uint32_t fibsize, srb_sg_bytecount; local
3063 fibsize = 0;
3086 error = copyin(&user_srb->data_len, &fibsize, sizeof(uint32_t));
3089 if (fibsize > (sc->aac_max_fib_size - sizeof(struct aac_fib_header))) {
3093 error = copyin(user_srb, srbcmd, fibsize);
3104 if (fibsize == (sizeof(struct aac_srb) +
3118 else if (fibsize == (sizeof(struct aac_srb) +
3141 ureply = (char *)arg + fibsize;

Completed in 56 milliseconds