Searched refs:tmpq (Results 1 – 1 of 1) sorted by relevance
1289 struct nx_mbq *q, tmpq; in nx_netif_compat_na_rxsync() local1350 nx_mbq_init(&tmpq, NX_MBQ_NO_LIMIT); in nx_netif_compat_na_rxsync()1352 nx_mbq_concat(&tmpq, q); in nx_netif_compat_na_rxsync()1355 if (__improbable(nx_mbq_len(&tmpq) == 0)) { in nx_netif_compat_na_rxsync()1359 ph_cnt = MIN(avail, nx_mbq_len(&tmpq)); in nx_netif_compat_na_rxsync()1371 ((m = nx_mbq_deq(&tmpq)) != NULL); n++) { in nx_netif_compat_na_rxsync()1506 if (!nx_mbq_empty(&tmpq)) { in nx_netif_compat_na_rxsync()1508 nx_mbq_concat(&tmpq, q); in nx_netif_compat_na_rxsync()1510 nx_mbq_concat(q, &tmpq); in nx_netif_compat_na_rxsync()1513 ASSERT(nx_mbq_empty(&tmpq)); in nx_netif_compat_na_rxsync()