Lines Matching defs:num
1072 * @num: pointer to integer number of aSCBs
1081 * of ascbs. When this function returns, @num would be the number
1086 *asd_ha, int *num,
1091 for ( ; *num > 0; --*num) {
1171 * @num: number of aSCBs in the list (to be posted)
1179 * A) can_queue >= num,
1180 * B) can_queue < num.
1187 int num)
1195 if (can_queue >= num)
1196 asd_ha->seq.pending += num;
1212 asd_ha->seq.scbpro += num;
1224 * @num: number of aSCBs in the list (to be posted)
1239 int num)
1245 asd_ha->seq.scbpro += num;
1338 int num = 0, k;
1348 num++;
1352 k = num;
1358 num -= k;
1365 ASD_DPRINTK("posting %d control phy scbs\n", num);
1366 k = asd_post_ascb_list(asd_ha, ascb_list, num);