Searched refs:reply_q_depth (Results 1 – 2 of 2) sorted by relevance
1279 if (sc->last_reply_idx >= sc->reply_q_depth) in mrsas_complete_cmd()1801 sc->reply_q_depth = ((max_cmd *2 +1 +15)/16*16); in mrsas_init_adapter()1803 sc->reply_alloc_sz = sizeof(MPI2_REPLY_DESCRIPTORS_UNION) * (sc->reply_q_depth); in mrsas_init_adapter()1921 IOCInitMsg->ReplyDescriptorPostQueueDepth = sc->reply_q_depth; in mrsas_ioc_init()2064 for (i = 0; i < sc->reply_q_depth; i++, reply_desc++) { in mrsas_alloc_mpt_cmds()2286 for (i = 0; i < sc->reply_q_depth; i++, reply_desc++) { in mrsas_reset_reply_desc()
2373 u_int32_t reply_q_depth; member