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

/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_netdev.c17 #define ifh_encode_bitfield(ifh, value, pos, _width) \ macro
61 ifh_encode_bitfield(ifh_hdr, 1, VSTAX + 79, 1);
63 ifh_encode_bitfield(ifh_hdr, 1, VSTAX + 55, 1);
65 ifh_encode_bitfield(ifh_hdr, portno, 29, 8);
67 ifh_encode_bitfield(ifh_hdr, 16, 37, 5);
69 ifh_encode_bitfield(ifh_hdr, 1, 42, 3);
71 ifh_encode_bitfield(ifh_hdr, SPX5_PORT_CPU, 46, 7);
73 ifh_encode_bitfield(ifh_hdr, 124, 57, 7);
75 ifh_encode_bitfield(ifh_hdr, 1, 67, 1);
80 ifh_encode_bitfield(ifh_hd
[all...]

Completed in 187 milliseconds