Searched defs:mac_callbacks_s (Results 1 – 1 of 1) sorted by relevance
207 typedef struct mac_callbacks_s { struct208 uint_t mc_callbacks; /* Denotes which callbacks are set */209 mac_getstat_t mc_getstat; /* Get the value of a statistic */210 mac_start_t mc_start; /* Start the device */211 mac_stop_t mc_stop; /* Stop the device */212 mac_setpromisc_t mc_setpromisc; /* Enable or disable promiscuous mode */213 mac_multicst_t mc_multicst; /* Enable or disable a multicast addr */214 mac_unicst_t mc_unicst; /* Set the unicast MAC address */215 mac_tx_t mc_tx; /* Transmit a packet */216 void *mc_reserved; /* Reserved, do not use */[all …]