Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/ethernet/
Deth_nxp_s32_netc.c46 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()
Deth_e1000.c71 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()
Deth_stm32_hal.c602 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()
Deth_enc28j60.c459 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()
Deth_native_posix.c212 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()
Deth_sam_gmac.c707 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()
Deth_mcux.c337 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/
Dslip.c137 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()