bhnd_erom_alloc
erom = bhnd_erom_alloc(&bcma_erom_parser, cid, eio);
bhnd_erom_t *bhnd_erom_alloc(bhnd_erom_class_t *cls,
if ((erom = bhnd_erom_alloc(erom_class, cid, eio)) == NULL) {
p->erom = bhnd_erom_alloc(p->erom_class, &p->cid, eio);
erom = bhnd_erom_alloc(&siba_erom_parser, cid, eio);