Searched refs:tmpq (Results 1 – 1 of 1) sorted by relevance
1288 struct nx_mbq *q, tmpq; in nx_netif_compat_na_rxsync() local1349 nx_mbq_init(&tmpq, NX_MBQ_NO_LIMIT); in nx_netif_compat_na_rxsync()1351 nx_mbq_concat(&tmpq, q); in nx_netif_compat_na_rxsync()1354 if (__improbable(nx_mbq_len(&tmpq) == 0)) { in nx_netif_compat_na_rxsync()1358 ph_cnt = MIN(avail, nx_mbq_len(&tmpq)); in nx_netif_compat_na_rxsync()1370 ((m = nx_mbq_deq(&tmpq)) != NULL); n++) { in nx_netif_compat_na_rxsync()1505 if (!nx_mbq_empty(&tmpq)) { in nx_netif_compat_na_rxsync()1507 nx_mbq_concat(&tmpq, q); in nx_netif_compat_na_rxsync()1509 nx_mbq_concat(q, &tmpq); in nx_netif_compat_na_rxsync()1512 ASSERT(nx_mbq_empty(&tmpq)); in nx_netif_compat_na_rxsync()