Searched refs:new_slot (Results 1 – 5 of 5) sorted by relevance
297 struct pci_func *new_slot; in cpqhp_save_config() local334 new_slot = cpqhp_slot_create(busnumber); in cpqhp_save_config()335 if (new_slot == NULL) in cpqhp_save_config()338 new_slot->bus = (u8) busnumber; in cpqhp_save_config()339 new_slot->device = (u8) device; in cpqhp_save_config()340 new_slot->function = 0; in cpqhp_save_config()341 new_slot->is_a_board = 0; in cpqhp_save_config()342 new_slot->presence_save = 0; in cpqhp_save_config()343 new_slot->switch_save = 0; in cpqhp_save_config()387 new_slot = cpqhp_slot_find(busnumber, device, index++); in cpqhp_save_config()[all …]
955 struct pci_func *new_slot; in cpqhp_slot_create() local958 new_slot = kzalloc(sizeof(*new_slot), GFP_KERNEL); in cpqhp_slot_create()959 if (new_slot == NULL) in cpqhp_slot_create()960 return new_slot; in cpqhp_slot_create()962 new_slot->next = NULL; in cpqhp_slot_create()963 new_slot->configured = 1; in cpqhp_slot_create()966 cpqhp_slot_list[busnumber] = new_slot; in cpqhp_slot_create()971 next->next = new_slot; in cpqhp_slot_create()973 return new_slot; in cpqhp_slot_create()1412 struct pci_func *new_slot = NULL; in board_added() local[all …]
423 int cpqhp_save_slot_config(struct controller *ctrl, struct pci_func *new_slot);
890 unsigned int old_slot, new_slot; in ufs_trunc_direct() local907 new_slot = ufs_fragstoblks(new_frags); in ufs_trunc_direct()909 if (old_slot == new_slot) { // old_tail > 0 in ufs_trunc_direct()921 unsigned int slot = new_slot; in ufs_trunc_direct()
1232 static DRIVER_ATTR_WO(new_slot);