Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h330 #define OBP(dev, op) (dev)->obd_type->typ_dt_ops->o_ ## op macro
467 if (!OBT(obd) || !OBP((obd), op)) { \
485 if (!OBT((exp)->exp_obd) || !OBP((exp)->exp_obd, op)) { \
517 rc = OBP(exp->exp_obd, get_info)(env, exp, keylen, key, vallen, val, in obd_get_info()
532 rc = OBP(exp->exp_obd, set_info_async)(env, exp, keylen, key, vallen, in obd_set_info_async()
590 rc = OBP(obd, setup)(obd, cfg); in obd_setup()
620 rc = OBP(obd, precleanup)(obd, cleanup_stage); in obd_precleanup()
648 rc = OBP(obd, cleanup)(obd); in obd_cleanup()
696 rc = OBP(obd, process_config)(obd, datalen, data); in obd_process_config()
720 rc = OBP(exp->exp_obd, packmd)(exp, disk_tgt, mem_src); in obd_packmd()
[all …]
/linux-4.1.27/drivers/sbus/char/
DKconfig17 tristate "OBP Flash Device support"
21 able to upgrade the OBP firmware, say Y here.
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c664 OBT(obd) && OBP(obd, detach)) { in cleanup_obdclass()
667 OBP(obd, detach)(obd); in cleanup_obdclass()
Dobd_config.c421 if (OBP(obd, attach)) { in class_attach()
422 rc = OBP(obd, attach)(obd, sizeof(*lcfg), lcfg); in class_attach()
654 if (OBP(obd, iocontrol)) { in class_cleanup()
759 if (OBP(obd, detach)) { in class_decref()
760 err = OBP(obd, detach)(obd); in class_decref()