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

/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_netdev.c12 /* The IFH bit position of the first VSTAX bit. This is because the
13 * VSTAX bit positions in Data sheet is starting from zero.
15 #define VSTAX 73 macro
60 /* VSTAX.RSV = 1. MSBit must be 1 */
61 ifh_encode_bitfield(ifh_hdr, 1, VSTAX + 79, 1);
62 /* VSTAX.INGR_DROP_MODE = Enable. Don't make head-of-line blocking */
63 ifh_encode_bitfield(ifh_hdr, 1, VSTAX + 55, 1);
80 ifh_encode_bitfield(ifh_hdr, rew_op, VSTAX + 32, 10);

Completed in 165 milliseconds