Lines Matching refs:first_slot
591 static int first_slot_num (u8 slot_num, u8 first_slot, u8 var) in first_slot_num() argument
601 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) { in first_slot_num()
609 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) { in first_slot_num()
651 u8 first_slot = 1; in calculate_first_slot() local
658 …if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_nu… in calculate_first_slot()
659 first_slot = slot_cur->ctrl->ending_slot_num; in calculate_first_slot()
662 return first_slot + 1; in calculate_first_slot()
672 u8 first_slot = 1; in create_file_name() local
695 first_slot = opt_lo_ptr->first_slot_num; in create_file_name()
698 first_slot = opt_vg_ptr->first_slot_num; in create_file_name()
703 first_slot = opt_vg_ptr->first_slot_num; in create_file_name()
710 first_slot = opt_lo_ptr->first_slot_num; in create_file_name()
721 first_slot = calculate_first_slot (slot_num); in create_file_name()
730 number, slot_num - first_slot + 1); in create_file_name()