Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_netdev.c30 u8 *ifh_hdr = ifh; in __ifh_encode_bitfield() local
39 ifh_hdr[byte] |= (u8)((encode & 0xFF)); in __ifh_encode_bitfield()
42 ifh_hdr[byte - 1] |= (u8)((encode & 0xFF00) >> 8); in __ifh_encode_bitfield()
60 ifh_encode_bitfield(ifh_hdr, 1, VSTAX + 79, 1); in sparx5_set_port_ifh()
62 ifh_encode_bitfield(ifh_hdr, 1, VSTAX + 55, 1); in sparx5_set_port_ifh()
64 ifh_encode_bitfield(ifh_hdr, portno, 29, 8); in sparx5_set_port_ifh()
66 ifh_encode_bitfield(ifh_hdr, 16, 37, 5); in sparx5_set_port_ifh()
68 ifh_encode_bitfield(ifh_hdr, 1, 42, 3); in sparx5_set_port_ifh()
70 ifh_encode_bitfield(ifh_hdr, SPX5_PORT_CPU, 46, 7); in sparx5_set_port_ifh()
72 ifh_encode_bitfield(ifh_hdr, 124, 57, 7); in sparx5_set_port_ifh()
[all …]

Completed in 3 milliseconds