Searched refs:dsa_send_t (Results 1 – 3 of 3) sorted by relevance
100 typedef int (*dsa_send_t)(const struct device *dev, struct net_pkt *pkt); typedef111 int dsa_register_master_tx(struct net_if *iface, dsa_send_t fn);
706 dsa_send_t dsa_send;
26 int dsa_register_master_tx(struct net_if *iface, dsa_send_t fn) in dsa_register_master_tx()