Searched refs:afe_t (Results 1 – 2 of 2) sorted by relevance
128 static void afe_startmac(afe_t *);129 static void afe_stopmac(afe_t *);130 static void afe_resetrings(afe_t *);131 static boolean_t afe_initialize(afe_t *);132 static void afe_startall(afe_t *);133 static void afe_stopall(afe_t *);134 static void afe_resetall(afe_t *);135 static afe_txbuf_t *afe_alloctxbuf(afe_t *);137 static afe_rxbuf_t *afe_allocrxbuf(afe_t *);139 static boolean_t afe_send(afe_t *, mblk_t *);[all …]
59 typedef struct afe afe_t; typedef