Searched refs:MLX4_STRIP_VLAN (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/mlx4/
H A Dqp.h275 MLX4_STRIP_VLAN = 1 << 30 enumerator in enum:__anon933
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dqp.c487 cmd->qp_context.param3 |= cpu_to_be32(MLX4_STRIP_VLAN);
H A Dresource_tracker.c782 qpc->param3 &= ~cpu_to_be32(MLX4_STRIP_VLAN);
5371 upd_context->qp_context.param3 = qp->param3 & ~cpu_to_be32(MLX4_STRIP_VLAN);

Completed in 142 milliseconds