Home
last modified time | relevance | path

Searched refs:SET_PORT_PROMISC_SHIFT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_en/
H A Den_port.h39 #define SET_PORT_PROMISC_SHIFT 31 macro
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c1293 SET_PORT_PROMISC_SHIFT; in mlx4_common_set_port()
1295 promisc << SET_PORT_PROMISC_SHIFT | in mlx4_common_set_port()
1597 context->promisc = cpu_to_be32(promisc << SET_PORT_PROMISC_SHIFT | in mlx4_SET_PORT_qpn_calc()
H A Dmlx4.h768 #define SET_PORT_PROMISC_SHIFT 31 macro