Searched refs:reply_q_sz (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c1930 uint32_t reply_q_sz; local
1934 reply_q_sz = sizeof (uint32_t) * (instance->max_fw_cmds + 1 + 2);
1960 instance->mfi_internal_dma_obj.buffer) + reply_q_sz + 8);
1963 reply_q_sz;
1965 (reply_q_sz + 8);
2240 * reply_q_sz (1 more than the max cmd that driver may send)
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c433 uint32_t request_q_sz, reply_q_sz; local
451 reply_q_sz = 8 * max_reply_q_sz;
457 instance->reply_desc_dma_obj.size = reply_q_sz;
470 bzero(instance->reply_desc_dma_obj.buffer, reply_q_sz);
502 reply_q_sz);
777 * reply_q_sz (1 more than the max cmd that driver may send)
H A Dmr_sas.c2992 uint32_t reply_q_sz; local
2996 reply_q_sz = sizeof (uint32_t) * (instance->max_fw_cmds + 1 + 2);
3023 instance->mfi_internal_dma_obj.buffer) + reply_q_sz + 8);
3026 (reply_q_sz + 8);
3028 (reply_q_sz + 8);
3644 * reply_q_sz (1 more than the max cmd that driver may send)

Completed in 86 milliseconds