Searched refs:get_iface (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.4.0/drivers/ethernet/ |
D | eth_nxp_s32_netc.c | 46 static inline struct net_if *get_iface(struct nxp_s32_eth_data *ctx, uint16_t vlan_tag) in get_iface() function 242 eth_stats_update_errors_rx(get_iface(ctx, *vlan_tag)); in nxp_s32_eth_get_pkt() 272 res = net_recv_data(get_iface(ctx, vlan_tag), pkt); in nxp_s32_eth_rx() 274 eth_stats_update_errors_rx(get_iface(ctx, vlan_tag)); in nxp_s32_eth_rx()
|
D | eth_e1000.c | 71 static struct net_if *get_iface(struct e1000_dev *ctx, uint16_t vlan_tag) in get_iface() function 222 net_recv_data(get_iface(dev, vlan_tag), pkt); in e1000_isr() 224 eth_stats_update_errors_rx(get_iface(dev, vlan_tag)); in e1000_isr()
|
D | eth_stm32_hal.c | 602 static struct net_if *get_iface(struct eth_stm32_hal_dev_data *ctx, in get_iface() function 752 pkt = net_pkt_rx_alloc_with_buffer(get_iface(dev_data, *vlan_tag), in eth_rx() 844 if (eth_is_ptp_pkt(get_iface(dev_data, *vlan_tag), pkt)) { in eth_rx() 856 eth_stats_update_errors_rx(get_iface(dev_data, *vlan_tag)); in eth_rx() 888 net_eth_carrier_on(get_iface(dev_data, in rx_thread() 910 get_iface(dev_data, in rx_thread() 917 get_iface(dev_data, in rx_thread()
|
D | eth_enc28j60.c | 459 static struct net_if *get_iface(struct eth_enc28j60_runtime *ctx, in get_iface() function 562 pkt = net_pkt_rx_alloc_with_buffer(get_iface(context, *vlan_tag), frm_len, in enc28j60_read_packet() 566 eth_stats_update_errors_rx(get_iface(context, *vlan_tag)); in enc28j60_read_packet()
|
D | eth_native_posix.c | 212 static inline struct net_if *get_iface(struct eth_context *ctx, in get_iface() function 356 iface = get_iface(ctx, vlan_tag); in read_data()
|
D | eth_sam_gmac.c | 707 static inline struct net_if *get_iface(struct eth_sam_dev_data *ctx, in get_iface() function 772 hdr = check_gptp_msg(get_iface(dev_data, vlan_tag), in tx_completed() 1408 hdr = check_gptp_msg(get_iface(dev_data, vlan_tag), rx_frame, in eth_rx() 1418 if (net_recv_data(get_iface(dev_data, vlan_tag), in eth_rx() 1420 eth_stats_update_errors_rx(get_iface(dev_data, in eth_rx() 1630 hdr = check_gptp_msg(get_iface(dev_data, vlan_tag), pkt, true); in eth_tx()
|
D | eth_mcux.c | 337 static inline struct net_if *get_iface(struct eth_context *ctx, uint16_t vlan_tag) in get_iface() function 852 if (eth_get_ptp_data(get_iface(context, vlan_tag), pkt)) { in eth_rx() 873 iface = get_iface(context, vlan_tag); in eth_rx() 892 eth_stats_update_errors_rx(get_iface(context, vlan_tag)); in eth_rx()
|
/Zephyr-Core-3.4.0/drivers/net/ |
D | slip.c | 137 static inline struct net_if *get_iface(struct slip_context *context, in get_iface() function 180 if (net_recv_data(get_iface(slip, vlan_tag), pkt) < 0) { in process_msg()
|