Searched refs:is_hot_plug (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_pci.c297 int cpqhp_save_config(struct controller *ctrl, int busnumber, int is_hot_plug) argument
318 if (is_hot_plug) {
320 * is_hot_plug is the slot mask
322 FirstSupported = is_hot_plug >> 4;
323 LastSupported = FirstSupported + (is_hot_plug & 0x0F) - 1;
336 if (is_hot_plug) {
H A Dcpqphp.h434 int is_hot_plug);

Completed in 29 milliseconds