Searched defs:ifh (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_main.c | 226 __be32 *ifh, in lan966x_port_ifh_xmit() 308 static void lan966x_ifh_set(u8 *ifh, size_t val, size_t pos, size_t length) in lan966x_ifh_set() 326 void lan966x_ifh_set_bypass(void *ifh, u64 bypass) in lan966x_ifh_set_bypass() 331 void lan966x_ifh_set_port(void *ifh, u64 port) in lan966x_ifh_set_port() 336 static void lan966x_ifh_set_qos_class(void *ifh, u64 qos) in lan966x_ifh_set_qos_class() 341 static void lan966x_ifh_set_ipv(void *ifh, u64 ipv) in lan966x_ifh_set_ipv() 346 static void lan966x_ifh_set_vid(void *ifh, u64 vid) in lan966x_ifh_set_vid() 351 static void lan966x_ifh_set_rew_op(void *ifh, u64 rew_op) in lan966x_ifh_set_rew_op() 356 static void lan966x_ifh_set_timestamp(void *ifh, u64 timestamp) in lan966x_ifh_set_timestamp() 366 __be32 ifh[IFH_LEN]; in lan966x_port_xmit() local [all …]
|
D | lan966x_fdma.c | 609 __be32 *ifh; in lan966x_fdma_xmit_xdpf() local 696 int lan966x_fdma_xmit(struct sk_buff *skb, __be32 *ifh, struct net_device *dev) in lan966x_fdma_xmit()
|
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_packet.c | 35 void sparx5_ifh_parse(u32 *ifh, struct frame_info *info) in sparx5_ifh_parse() 67 u32 ifh[IFH_LEN]; in sparx5_xtr_grp() local 167 u32 *ifh, in sparx5_inject() 234 u32 ifh[IFH_LEN]; in sparx5_port_xmit_impl() local
|
D | sparx5_netdev.c | 17 #define ifh_encode_bitfield(ifh, value, pos, _width) \ argument 29 static void __ifh_encode_bitfield(void *ifh, u64 value, u32 pos, u32 width) in __ifh_encode_bitfield()
|
D | sparx5_fdma.c | 214 int sparx5_fdma_xmit(struct sparx5 *sparx5, u32 *ifh, struct sk_buff *skb) in sparx5_fdma_xmit()
|
/linux-6.12.1/net/dsa/ |
D | tag_ocelot.c | 12 __be32 ifh_prefix, void **ifh) in ocelot_xmit_common()
|
/linux-6.12.1/drivers/net/ethernet/mscc/ |
D | ocelot.c | 1190 static int ocelot_rx_frame_word(struct ocelot *ocelot, u8 grp, bool ifh, in ocelot_rx_frame_word() 1419 void ocelot_ifh_set_basic(void *ifh, struct ocelot *ocelot, int port, in ocelot_ifh_set_basic() 1448 u32 ifh[OCELOT_TAG_LEN / 4]; in ocelot_port_inject_frame() local
|
D | ocelot_fdma.c | 645 void *ifh; in ocelot_fdma_prepare_skb() local
|
/linux-6.12.1/kernel/events/ |
D | core.c | 3199 struct perf_addr_filters_head *ifh = perf_event_addr_filters(event); in perf_event_addr_filters_sync() local 8199 struct perf_addr_filters_head *ifh = perf_event_addr_filters(event); in perf_event_addr_filters_exec() local 9022 struct perf_addr_filters_head *ifh = perf_event_addr_filters(event); in __perf_addr_filters_adjust() local 10865 struct perf_addr_filters_head *ifh = perf_event_addr_filters(event); in perf_event_addr_filters_apply() local 12305 struct perf_addr_filters_head *ifh = perf_event_addr_filters(event); in perf_event_alloc() local
|
/linux-6.12.1/include/linux/ |
D | perf_event.h | 1698 struct perf_addr_filters_head *ifh = &event->addr_filters; in perf_event_addr_filters() local
|