Searched refs:tmpq (Results 1 – 1 of 1) sorted by relevance
1294 struct nx_mbq *q, tmpq; in nx_netif_compat_na_rxsync() local1355 nx_mbq_init(&tmpq, NX_MBQ_NO_LIMIT); in nx_netif_compat_na_rxsync()1357 nx_mbq_concat(&tmpq, q); in nx_netif_compat_na_rxsync()1360 if (__improbable(nx_mbq_len(&tmpq) == 0)) { in nx_netif_compat_na_rxsync()1364 ph_cnt = MIN(avail, nx_mbq_len(&tmpq)); in nx_netif_compat_na_rxsync()1376 ((m = nx_mbq_deq(&tmpq)) != NULL); n++) { in nx_netif_compat_na_rxsync()1510 if (!nx_mbq_empty(&tmpq)) { in nx_netif_compat_na_rxsync()1512 nx_mbq_concat(&tmpq, q); in nx_netif_compat_na_rxsync()1514 nx_mbq_concat(q, &tmpq); in nx_netif_compat_na_rxsync()1517 ASSERT(nx_mbq_empty(&tmpq)); in nx_netif_compat_na_rxsync()