Lines Matching refs:first_slot
527 static int first_slot_num(u8 slot_num, u8 first_slot, u8 var) in first_slot_num() argument
535 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) { in first_slot_num()
542 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) { in first_slot_num()
580 u8 first_slot = 1; in calculate_first_slot() local
585 …if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_nu… in calculate_first_slot()
586 first_slot = slot_cur->ctrl->ending_slot_num; in calculate_first_slot()
589 return first_slot + 1; in calculate_first_slot()
602 u8 first_slot = 1; in create_file_name() local
625 first_slot = opt_lo_ptr->first_slot_num; in create_file_name()
628 first_slot = opt_vg_ptr->first_slot_num; in create_file_name()
633 first_slot = opt_vg_ptr->first_slot_num; in create_file_name()
640 first_slot = opt_lo_ptr->first_slot_num; in create_file_name()
651 first_slot = calculate_first_slot(slot_num); in create_file_name()
660 number, slot_num - first_slot + 1); in create_file_name()