Home
last modified time | relevance | path

Searched refs:OBP (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h273 #define OBP(dev, op) (dev)->obd_type->typ_dt_ops->o_ ## op macro
372 if (!OBT(obd) || !OBP((obd), op)) { \
390 if (!OBT((exp)->exp_obd) || !OBP((exp)->exp_obd, op)) { \
422 rc = OBP(exp->exp_obd, get_info)(env, exp, keylen, key, vallen, val, in obd_get_info()
437 rc = OBP(exp->exp_obd, set_info_async)(env, exp, keylen, key, vallen, in obd_set_info_async()
496 rc = OBP(obd, setup)(obd, cfg); in obd_setup()
526 rc = OBP(obd, precleanup)(obd, cleanup_stage); in obd_precleanup()
554 rc = OBP(obd, cleanup)(obd); in obd_cleanup()
599 rc = OBP(obd, process_config)(obd, datalen, data); in obd_process_config()
623 rc = OBP(exp->exp_obd, packmd)(exp, disk_tgt, mem_src); in obd_packmd()
[all …]
/linux-4.4.14/drivers/sbus/char/
DKconfig17 tristate "OBP Flash Device support"
21 able to upgrade the OBP firmware, say Y here.
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c255 if (OBP(obd, attach)) { in class_attach()
256 rc = OBP(obd, attach)(obd, sizeof(*lcfg), lcfg); in class_attach()
448 if (OBP(obd, iocontrol)) { in class_cleanup()
528 if (OBP(obd, detach)) { in class_decref()
529 err = OBP(obd, detach)(obd); in class_decref()
Dclass_obd.c560 OBT(obd) && OBP(obd, detach)) { in cleanup_obdclass()
563 OBP(obd, detach)(obd); in cleanup_obdclass()