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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Ddev.h123 struct kfifo event_fifo; member in struct:lbs_private
H A Dmain.c380 else if (kfifo_len(&priv->event_fifo))
432 while (kfifo_len(&priv->event_fifo)) {
435 if (kfifo_out(&priv->event_fifo,
743 ret = kfifo_alloc(&priv->event_fifo, sizeof(u32) * 16, GFP_KERNEL);
760 kfifo_free(&priv->event_fifo);
1018 kfifo_in(&priv->event_fifo, (unsigned char *) &event, sizeof(u32));
H A Dcmd.c1435 if (!kfifo_len(&priv->event_fifo) && !priv->resp_len[priv->resp_idx])
1472 if (kfifo_len(&priv->event_fifo) || priv->resp_len[priv->resp_idx]) {

Completed in 40 milliseconds