Searched refs:h_next (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddavinci_emac.c374 int h_next; member in struct:emac_tx_bd
417 int h_next; member in struct:emac_rx_bd
1439 emac_write(EMAC_TXHDP(ch), curr_bd->h_next);
1513 curr_bd->h_next = 0;
1539 tail_bd->h_next = (int)emac_virt_to_phys(curr_bd, priv);
1730 curr_bd->h_next = emac_virt_to_phys(rxch->active_queue_head,
1996 curr_bd->h_next = 0;
2023 tail_bd->h_next = emac_virt_to_phys(curr_bd, priv);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c577 struct here *h_next; member in struct:here
4980 h->h_next = NULL;
4984 for (lh = inhere; lh != NULL; lh = lh->h_next) {
4985 if (lh->h_next == 0) {
4986 lh->h_next = h;
5008 for (hp = h = inhere; h != NULL; hp = h, h = h->h_next)
5013 hp->h_next = acthere;
5130 for (h = inhere; h != NULL; h = h->h_next) {
5145 for (h = acthere; h != NULL; h = h->h_next)
5150 acthere = h->h_next;
[all...]

Completed in 85 milliseconds