Home
last modified time | relevance | path

Searched refs:reply_q_depth (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/mrsas/
H A Dmrsas.c1764 if (sc->last_reply_idx[MSIxIndex] >= sc->reply_q_depth) in mrsas_complete_cmd()
2565 sc->reply_q_depth = ((sc->max_fw_cmds + 1 + 15) / 16 * 16) * 2; in mrsas_init_adapter()
2567 sc->reply_alloc_sz = sizeof(MPI2_REPLY_DESCRIPTORS_UNION) * (sc->reply_q_depth); in mrsas_init_adapter()
2576 sc->reply_q_depth, sc->request_alloc_sz, in mrsas_init_adapter()
2729 IOCInitMsg->ReplyDescriptorPostQueueDepth = htole16(sc->reply_q_depth); in mrsas_ioc_init()
2896 for (i = 0; i < sc->reply_q_depth * count; i++, reply_desc++) { in mrsas_alloc_mpt_cmds()
3195 for (i = 0; i < sc->reply_q_depth; i++, reply_desc++) { in mrsas_reset_reply_desc()
H A Dmrsas.h3510 u_int32_t reply_q_depth; member