Lines Matching refs:eth_context
51 struct eth_context { struct
172 struct eth_context *ctx = dev->data; in eth_send()
193 static struct net_linkaddr *eth_get_mac(struct eth_context *ctx) in eth_get_mac()
201 static struct net_pkt *prepare_pkt(struct eth_context *ctx, in prepare_pkt()
226 static int read_data(struct eth_context *ctx, int fd) in read_data()
257 struct eth_context *ctx = p1; in eth_rx()
278 static void create_rx_handler(struct eth_context *ctx) in create_rx_handler()
298 struct eth_context *ctx = net_if_get_device(iface)->data; in eth_iface_init()
396 struct eth_context *context = dev->data; in eth_get_ptp_clock()
405 struct eth_context *context = dev->data; in get_stats()
419 struct eth_context *context = dev->data; in set_config()
438 struct eth_context *context = dev->data; in set_config()
480 static struct eth_context eth_context_data_##x = { \
508 struct eth_context *eth_context; member
574 struct eth_context *context = eth_dev->data; \
578 ptp_context->eth_context = context; \