Searched defs:get_mfi_pkt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c1769 * get_mfi_pkt : Get a command from the free pool
1772 get_mfi_pkt(struct megasas_instance *instance) function
2092 cmd = get_mfi_pkt(instance);
2156 cmd = get_mfi_pkt(instance);
2264 cmd = get_mfi_pkt(instance);
2495 cmd = get_mfi_pkt(instance);
2601 if (!(cmd = get_mfi_pkt(instance)))
3325 if (!(cmd = get_mfi_pkt(instance))) {
4318 cmd = get_mfi_pkt(instance);
4439 cmd = get_mfi_pkt(instanc
[all...]

Completed in 249 milliseconds