Searched refs:hal_md (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/wtap/wtap_hal/
H A Dhal.c49 p = medium_get_next_packet(hal->hal_md);
70 hal->hal_md = (struct wtap_medium *)malloc(sizeof(struct wtap_medium),
72 bzero(hal->hal_md, sizeof(struct wtap_medium));
74 init_medium(hal->hal_md);
76 TASK_INIT(&hal->hal_md->tx_handler->proc, 0, hal_tx_proc, hal);
100 deinit_medium(hal->hal_md);
101 free(hal->hal_md, M_WTAP);
185 hal->hal_devs[id]->sc_md = hal->hal_md;
H A Dhal.h42 struct wtap_medium *hal_md; member in struct:wtap_hal
/freebsd-13-stable/sys/dev/wtap/plugins/
H A Dvisibility.c218 medium_close(hal->hal_md);
220 medium_open(hal->hal_md);

Completed in 201 milliseconds