Searched refs:tmpq (Results 1 – 1 of 1) sorted by relevance
1293 struct nx_mbq *q, tmpq; in nx_netif_compat_na_rxsync() local1354 nx_mbq_init(&tmpq, NX_MBQ_NO_LIMIT); in nx_netif_compat_na_rxsync()1356 nx_mbq_concat(&tmpq, q); in nx_netif_compat_na_rxsync()1359 if (__improbable(nx_mbq_len(&tmpq) == 0)) { in nx_netif_compat_na_rxsync()1363 ph_cnt = MIN(avail, nx_mbq_len(&tmpq)); in nx_netif_compat_na_rxsync()1375 ((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()