Lines Matching defs:first
188 * asd_init_scbs - manually allocate the first SCB.
191 * This allocates the very first SCB which would be sent to the
1089 struct asd_ascb *first = NULL;
1096 else if (!first)
1097 first = ascb;
1099 struct asd_ascb *last = list_entry(first->list.prev,
1102 list_add_tail(&ascb->list, &first->list);
1108 return first;
1119 * DMA to the host adapter this list of SCBs. But the head (first
1170 * @ascb: pointer to the first aSCB in the list
1223 * @ascb: pointer to the first empty SCB in the list