Lines Matching refs:eth_context
55 struct eth_context { struct
182 struct eth_context *ctx = dev->data; in eth_send()
203 static struct net_linkaddr *eth_get_mac(struct eth_context *ctx) in eth_get_mac()
211 static struct net_pkt *prepare_pkt(struct eth_context *ctx, in prepare_pkt()
236 static int read_data(struct eth_context *ctx, int fd) in read_data()
267 struct eth_context *ctx = p1; in eth_rx()
288 static void create_rx_handler(struct eth_context *ctx) in create_rx_handler()
308 struct eth_context *ctx = net_if_get_device(iface)->data; in eth_iface_init()
434 struct eth_context *context = dev->data; in eth_get_ptp_clock()
443 struct eth_context *context = dev->data; in get_stats()
457 struct eth_context *context = dev->data; in set_config()
476 struct eth_context *context = dev->data; in set_config()
518 static struct eth_context eth_context_data_##x = { \
546 struct eth_context *eth_context; member
608 struct eth_context *context = eth_dev->data; \
612 ptp_context->eth_context = context; \