Searched refs:ifh_hdr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_netdev.c | 31 u8 *ifh_hdr = ifh; in __ifh_encode_bitfield() local 40 ifh_hdr[byte] |= (u8)((encode & 0xFF)); in __ifh_encode_bitfield() 43 ifh_hdr[byte - 1] |= (u8)((encode & 0xFF00) >> 8); in __ifh_encode_bitfield() 46 ifh_hdr[byte - 2] |= (u8)((encode & 0xFF0000) >> 16); in __ifh_encode_bitfield() 49 ifh_hdr[byte - 3] |= (u8)((encode & 0xFF000000) >> 24); in __ifh_encode_bitfield() 52 ifh_hdr[byte - 4] |= (u8)((encode & 0xFF00000000) >> 32); in __ifh_encode_bitfield() 55 ifh_hdr[byte - 5] |= (u8)((encode & 0xFF0000000000) >> 40); in __ifh_encode_bitfield() 58 void sparx5_set_port_ifh(void *ifh_hdr, u16 portno) in sparx5_set_port_ifh() argument 61 ifh_encode_bitfield(ifh_hdr, 1, VSTAX + 79, 1); in sparx5_set_port_ifh() 63 ifh_encode_bitfield(ifh_hdr, in sparx5_set_port_ifh() 78 sparx5_set_port_ifh_rew_op(void *ifh_hdr, u32 rew_op) sparx5_set_port_ifh_rew_op() argument 83 sparx5_set_port_ifh_pdu_type(void *ifh_hdr, u32 pdu_type) sparx5_set_port_ifh_pdu_type() argument 88 sparx5_set_port_ifh_pdu_w16_offset(void *ifh_hdr, u32 pdu_w16_offset) sparx5_set_port_ifh_pdu_w16_offset() argument 93 sparx5_set_port_ifh_timestamp(void *ifh_hdr, u64 timestamp) sparx5_set_port_ifh_timestamp() argument [all...] |
H A D | sparx5_main.h | 378 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 4 milliseconds