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

/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_rx.c97 static int wfx_hif_receive_indication(struct wfx_dev *wdev, const struct wfx_hif_msg *hif, function
357 /* FIXME: allocate skb_p from wfx_hif_receive_indication and make it generic */
358 //{ HIF_IND_ID_RX, wfx_hif_receive_indication },
368 /* wfx_hif_receive_indication take care of skb lifetime */
369 wfx_hif_receive_indication(wdev, hif, hif->body, skb);

Completed in 105 milliseconds