Searched refs:bme (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dpci-epf.h76 * @bme: Callback for the EPC BME (Bus Master Enable) event
82 int (*bme)(struct pci_epf *epf); member in struct:pci_epc_event_ops
/linux-master/drivers/block/drbd/
H A Ddrbd_debugfs.c651 struct bm_extent *bme = lc_entry(e, struct bm_extent, lce); local
653 seq_printf(m, "%5d %s %s %s", bme->rs_left,
654 test_bit(BME_NO_WRITES, &bme->flags) ? "NO_WRITES" : "---------",
655 test_bit(BME_LOCKED, &bme->flags) ? "LOCKED" : "------",
656 test_bit(BME_PRIORITY, &bme->flags) ? "PRIORITY" : "--------"
/linux-master/drivers/pci/endpoint/
H A Dpci-epc-core.c773 if (epf->event_ops && epf->event_ops->bme)
774 epf->event_ops->bme(epf);
/linux-master/drivers/pci/endpoint/functions/
H A Dpci-epf-mhi.c903 .bme = pci_epf_mhi_bme,

Completed in 104 milliseconds