Home
last modified time | relevance | path

Searched refs:ReplyFreeQueueAddress (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/mps/mpi/
H A Dmpi2_ioc.h182 U64 ReplyFreeQueueAddress; /* 0x38 */ member
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h68 U64 ReplyFreeQueueAddress; /* 0x20 */ member
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h252 U64 ReplyFreeQueueAddress; /* 0x38 */ member
/freebsd/sys/dev/mfi/
H A Dmfireg.h1571 uint64_t ReplyFreeQueueAddress; /* 0x38 */ member
H A Dmfi_tbolt.c399 mpi2IocInit->ReplyFreeQueueAddress = 0; /* Not supported by MR. */ in mfi_tbolt_init_MFI_queue()
/freebsd/sys/dev/mps/
H A Dmps.c1201 init.ReplyFreeQueueAddress.High = 0; in mps_send_iocinit()
1202 init.ReplyFreeQueueAddress.Low = htole32((uint32_t)sc->free_busaddr); in mps_send_iocinit()
/freebsd/sys/dev/mpr/
H A Dmpr.c1276 init.ReplyFreeQueueAddress.High = 0; in mpr_send_iocinit()
1277 init.ReplyFreeQueueAddress.Low = htole32((uint32_t)sc->free_busaddr); in mpr_send_iocinit()
/freebsd/sys/dev/mrsas/
H A Dmrsas.h743 u_int64_t ReplyFreeQueueAddress;/* 0x38 */ member
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.c2166 iocinit_req.ReplyFreeQueueAddress = in mpi3mr_issue_iocinit()