Lines Matching defs:next
228 struct list_head list; /* next/prev ptrs for srb lists */
269 struct list_head list; /* next/prev ptrs for the dcb list */
710 struct DeviceCtlBlk* next = NULL;
716 /* find supplied dcb and then select the next one */
719 next = i;
724 /* if no next one take the head one (ie, wraparound) */
725 if (!next)
727 next = i;
731 return next;
769 /* Send the next command from the waiting list to the bus */
799 start = list_entry(dcb_list_head->next, typeof(*start), list);
812 /* Make sure, the next another device gets scheduled ... */
818 /* move to next dcb */
821 srb = list_entry(waiting_list_head->next,
1814 * Compute the next Scatter Gather list index and adjust its length
1859 * entry to either point to next byte in the current sg entry, or of
1860 * already at the end to point to the start of the next sg entry