mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
The API which is used to list supported hash flags verifies hash algorithm choice before writing the output. This check is based on a switch() statement which has only two options and no distinctive actions to be conducted for each of them. Use simpler code instead of switch() to improve readability. Submitted by: Ivan Malov <ivan.malov at oktetlabs.ru> Sponsored by: Solarflare Communications, Inc. Differential Revision: https://reviews.freebsd.org/D18266 |
||
|---|---|---|
| .. | ||
| common | ||
| sfxge.c | ||
| sfxge.h | ||
| sfxge_dma.c | ||
| sfxge_ev.c | ||
| sfxge_intr.c | ||
| sfxge_ioc.h | ||
| sfxge_mcdi.c | ||
| sfxge_nvram.c | ||
| sfxge_port.c | ||
| sfxge_rx.c | ||
| sfxge_rx.h | ||
| sfxge_tx.c | ||
| sfxge_tx.h | ||
| sfxge_version.h | ||