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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
H A Dobd_config.c1070 char *cfg_buf = (char *) (rec + 1); class_config_llog_handler() local
1081 lcfg = (struct lustre_cfg *)cfg_buf; class_config_llog_handler()
1087 rc = lustre_cfg_sanity_check(cfg_buf, cfg_len); class_config_llog_handler()
/linux-4.4.14/drivers/scsi/
H A Dadvansys.c8878 static ushort AscGetEEPConfig(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, AscGetEEPConfig() argument
8889 wbuf = (ushort *)cfg_buf; AscGetEEPConfig()
8991 static int AscSetEEPConfigOnce(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, AscSetEEPConfigOnce() argument
9003 wbuf = (ushort *)cfg_buf; AscSetEEPConfigOnce()
9047 wbuf = (ushort *)cfg_buf; AscSetEEPConfigOnce()
9087 static int AscSetEEPConfig(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, AscSetEEPConfig() argument
9095 if ((n_error = AscSetEEPConfigOnce(iop_base, cfg_buf, AscSetEEPConfig()
9807 * Write the EEPROM from 'cfg_buf'.
9810 ADVEEP_3550_CONFIG *cfg_buf) AdvSet3550EEPConfig()
9816 wbuf = (ushort *)cfg_buf; AdvSet3550EEPConfig()
9874 * Write the EEPROM from 'cfg_buf'.
9877 ADVEEP_38C0800_CONFIG *cfg_buf) AdvSet38C0800EEPConfig()
9883 wbuf = (ushort *)cfg_buf; AdvSet38C0800EEPConfig()
9941 * Write the EEPROM from 'cfg_buf'.
9944 ADVEEP_38C1600_CONFIG *cfg_buf) AdvSet38C1600EEPConfig()
9950 wbuf = (ushort *)cfg_buf; AdvSet38C1600EEPConfig()
10013 ADVEEP_3550_CONFIG *cfg_buf) AdvGet3550EEPConfig()
10021 wbuf = (ushort *)cfg_buf; AdvGet3550EEPConfig()
10056 ADVEEP_38C0800_CONFIG *cfg_buf) AdvGet38C0800EEPConfig()
10064 wbuf = (ushort *)cfg_buf; AdvGet38C0800EEPConfig()
10099 ADVEEP_38C1600_CONFIG *cfg_buf) AdvGet38C1600EEPConfig()
10107 wbuf = (ushort *)cfg_buf; AdvGet38C1600EEPConfig()
9809 AdvSet3550EEPConfig(AdvPortAddr iop_base, ADVEEP_3550_CONFIG *cfg_buf) AdvSet3550EEPConfig() argument
9876 AdvSet38C0800EEPConfig(AdvPortAddr iop_base, ADVEEP_38C0800_CONFIG *cfg_buf) AdvSet38C0800EEPConfig() argument
9943 AdvSet38C1600EEPConfig(AdvPortAddr iop_base, ADVEEP_38C1600_CONFIG *cfg_buf) AdvSet38C1600EEPConfig() argument
10012 AdvGet3550EEPConfig(AdvPortAddr iop_base, ADVEEP_3550_CONFIG *cfg_buf) AdvGet3550EEPConfig() argument
10055 AdvGet38C0800EEPConfig(AdvPortAddr iop_base, ADVEEP_38C0800_CONFIG *cfg_buf) AdvGet38C0800EEPConfig() argument
10098 AdvGet38C1600EEPConfig(AdvPortAddr iop_base, ADVEEP_38C1600_CONFIG *cfg_buf) AdvGet38C1600EEPConfig() argument

Completed in 163 milliseconds