Home
last modified time | relevance | path

Searched refs:lkpi_80211_lhw_rxq_task (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_80211.c151 static void lkpi_80211_lhw_rxq_task(void *, int);
4459 TASK_INIT(&lhw->rxq_task, 0, lkpi_80211_lhw_rxq_task, lhw);
5047 lkpi_80211_lhw_rxq_task(void *ctx, int pending) function