Home
last modified time | relevance | path

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

/drivers/net/wireless/iwmc3200wifi/
Diwm.h215 typedef int (*iwm_handler)(struct iwm_priv *priv, u8 *buf, typedef
253 const iwm_handler *umac_handlers;
254 const iwm_handler *lmac_handlers;
Drx.c1458 static const iwm_handler iwm_umac_handlers[] =
1476 static const iwm_handler iwm_lmac_handlers[] =
1489 iwm->umac_handlers = (iwm_handler *) iwm_umac_handlers; in iwm_rx_setup_handlers()
1490 iwm->lmac_handlers = (iwm_handler *) iwm_lmac_handlers; in iwm_rx_setup_handlers()