mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
When we can't load a request due to a shortage of chains, we complete the command's cm. However, to avoid an assert in mp?_complete_command, we transition its state to INQUEUE. This transition is legitimate because this is the only error path that terminates a cm before it's enqueued and the only other alternative would be an additional transient state that would add complexity w/o adding value. Add a comment explainging all this because otherwise the transition can look a bit weird. Sponsored by: Netflix |
||
|---|---|---|
| .. | ||
| mpi | ||
| mps.c | ||
| mps_config.c | ||
| mps_ioctl.h | ||
| mps_mapping.c | ||
| mps_mapping.h | ||
| mps_pci.c | ||
| mps_sas.c | ||
| mps_sas.h | ||
| mps_sas_lsi.c | ||
| mps_table.c | ||
| mps_table.h | ||
| mps_user.c | ||
| mpsvar.h | ||