mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
IFCAP2_XXX constants are integers, they do not need shift for the definition. But their usage as bitmask for if_capenable2 does require shift. Add convenience macro IFCAP2_BIT() for consumers. Fix the only existing consumer, mlx5(4) RXTLS enable bits. Reported by: jhb Reviewed by: jhb, jhibbits, hselasky Coverity CID: 1501659 Sponsored by: NVIDIA networking Differential revision: https://reviews.freebsd.org/D37862 |
||
|---|---|---|
| .. | ||
| en.h | ||
| en_hw_tls.h | ||
| en_hw_tls_rx.h | ||
| en_rl.h | ||
| mlx5_en_dim.c | ||
| mlx5_en_ethtool.c | ||
| mlx5_en_flow_table.c | ||
| mlx5_en_hw_tls.c | ||
| mlx5_en_hw_tls_rx.c | ||
| mlx5_en_iq.c | ||
| mlx5_en_main.c | ||
| mlx5_en_port_buffer.c | ||
| mlx5_en_rl.c | ||
| mlx5_en_rx.c | ||
| mlx5_en_tx.c | ||
| mlx5_en_txrx.c | ||
| port_buffer.h | ||