Searched refs:reply_q_depth (Results 1 – 2 of 2) sorted by relevance
1761 if (sc->last_reply_idx[MSIxIndex] >= sc->reply_q_depth) in mrsas_complete_cmd()2562 sc->reply_q_depth = ((sc->max_fw_cmds + 1 + 15) / 16 * 16) * 2; in mrsas_init_adapter()2564 sc->reply_alloc_sz = sizeof(MPI2_REPLY_DESCRIPTORS_UNION) * (sc->reply_q_depth); in mrsas_init_adapter()2573 sc->reply_q_depth, sc->request_alloc_sz, in mrsas_init_adapter()2726 IOCInitMsg->ReplyDescriptorPostQueueDepth = htole16(sc->reply_q_depth); in mrsas_ioc_init()2893 for (i = 0; i < sc->reply_q_depth * count; i++, reply_desc++) { in mrsas_alloc_mpt_cmds()3192 for (i = 0; i < sc->reply_q_depth; i++, reply_desc++) { in mrsas_reset_reply_desc()
3510 u_int32_t reply_q_depth; member