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

/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_netdev.c31 u8 *ifh_hdr = ifh; local
40 ifh_hdr[byte] |= (u8)((encode & 0xFF));
43 ifh_hdr[byte - 1] |= (u8)((encode & 0xFF00) >> 8);
46 ifh_hdr[byte - 2] |= (u8)((encode & 0xFF0000) >> 16);
49 ifh_hdr[byte - 3] |= (u8)((encode & 0xFF000000) >> 24);
52 ifh_hdr[byte - 4] |= (u8)((encode & 0xFF00000000) >> 32);
55 ifh_hdr[byte - 5] |= (u8)((encode & 0xFF0000000000) >> 40);
58 void sparx5_set_port_ifh(void *ifh_hdr, u16 portno) argument
61 ifh_encode_bitfield(ifh_hdr, 1, VSTAX + 79, 1);
63 ifh_encode_bitfield(ifh_hdr,
78 sparx5_set_port_ifh_rew_op(void *ifh_hdr, u32 rew_op) argument
83 sparx5_set_port_ifh_pdu_type(void *ifh_hdr, u32 pdu_type) argument
88 sparx5_set_port_ifh_pdu_w16_offset(void *ifh_hdr, u32 pdu_w16_offset) argument
93 sparx5_set_port_ifh_timestamp(void *ifh_hdr, u64 timestamp) argument
[all...]
H A Dsparx5_main.h378 void sparx5_set_port_ifh_timestamp(void *ifh_hdr, u64 timestamp);
379 void sparx5_set_port_ifh_rew_op(void *ifh_hdr, u32 rew_op);
380 void sparx5_set_port_ifh_pdu_type(void *ifh_hdr, u32 pdu_type);
381 void sparx5_set_port_ifh_pdu_w16_offset(void *ifh_hdr, u32 pdu_w16_offset);
382 void sparx5_set_port_ifh(void *ifh_hdr, u16 portno);

Completed in 280 milliseconds