Lines Matching defs:next
350 struct tcb *next; /* Next entry in ring */
1049 /* We need to set the WOL mask0 - mask4 next. We initialize it to
1760 tcb->next = tcb + 1;
1766 tcb->next = NULL;
2016 rfd = list_entry(rx_ring->recv_list.next,
2138 struct fbr_desc *next;
2145 next = (struct fbr_desc *)(fbr->ring_virtaddr) +
2150 * the oldest (next to be freed)FBR entry
2152 next->addr_hi = fbr->bus_high[buff_index];
2153 next->addr_lo = fbr->bus_low[buff_index];
2154 next->word2 = buff_index;
2199 * interrupt. It contains the next to be used entry in the Packet
2244 element = rx_local->recv_list.next;
2559 tx_ring->send_tail->next = tcb;
2565 WARN_ON(tcb->next != NULL);
2604 tx_ring->tcb_qhead = tcb->next;
2612 tcb->next = NULL;
2620 tx_ring->tcb_qtail->next = tcb;
2680 tx_ring->tcb_qtail->next = tcb;
2704 struct tcb *next = tcb->next;
2706 tx_ring->send_head = next;
2708 if (next == NULL)
2757 tx_ring->send_head = tcb->next;
2758 if (tcb->next == NULL)
2765 /* Goto the next packet */
2772 tx_ring->send_head = tcb->next;
2773 if (tcb->next == NULL)
2780 /* Goto the next packet */
2826 /* Autoneg next page transmit reg */
2829 /* Link partner next page reg */