search for: dd_data

Displaying 3 results from an estimated 3 matches for "dd_data".

Did you mean: add_data
2008 Mar 13
5
Adding memdisk or similar when booting linux
Hi Thanx guys for the help on understanding howto read dmi info! I now have a custom boot menu for install of different linux versions based if they have been installed before (reinstall is ok for users, first install is not), and installquirks like if we detect odd hardware, we add install options to redhat installer so it can install anyhow (for instance hp dc7800 who needs pci=nommconf as
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...s->node_name, sizeof(rport->node_name)); memcpy(&rport->port_name, &ids->port_name, sizeof(rport->port_name)); rport->port_id = ids->port_id; rport->roles = ids->roles; rport->port_state = FC_PORTSTATE_ONLINE; if (fci->f->dd_fcrport_size) rport->dd_data = &rport[1]; rport->channel = channel; rport->fast_io_fail_tmo = -1; INIT_DELAYED_WORK(&rport->dev_loss_work, fc_timeout_deleted_rport); INIT_DELAYED_WORK(&rport->fail_io_work, fc_timeout_fail_rport_io); INIT_WORK(&rport->scan_work, fc_scsi_scan_rport); INIT_WO...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...s->node_name, sizeof(rport->node_name)); memcpy(&rport->port_name, &ids->port_name, sizeof(rport->port_name)); rport->port_id = ids->port_id; rport->roles = ids->roles; rport->port_state = FC_PORTSTATE_ONLINE; if (fci->f->dd_fcrport_size) rport->dd_data = &rport[1]; rport->channel = channel; rport->fast_io_fail_tmo = -1; INIT_DELAYED_WORK(&rport->dev_loss_work, fc_timeout_deleted_rport); INIT_DELAYED_WORK(&rport->fail_io_work, fc_timeout_fail_rport_io); INIT_WORK(&rport->scan_work, fc_scsi_scan_rport); INIT_WO...