Home
last modified time | relevance | path

Searched refs:ctlcfg_ptr (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/raid/hptiop/
H A Dhptiop.c947 if (!(req = hba->ctlcfg_ptr)) in hptiop_get_config_mv()
1031 if (!(req = hba->ctlcfg_ptr)) in hptiop_set_config_mv()
1058 if (!(req = hba->ctlcfg_ptr)) in hptiop_set_config_mvfrey()
1597 hba->ctlcfg_dmamap, hba->ctlcfg_ptr, in hptiop_internal_memalloc_mv()
1603 hba->ctlcfg_ptr, hba->ctlcfg_dmamap); in hptiop_internal_memalloc_mv()
1651 hba->ctlcfg_dmamap, hba->ctlcfg_ptr, in hptiop_internal_memalloc_mvfrey()
1657 hba->ctlcfg_ptr, hba->ctlcfg_dmamap); in hptiop_internal_memalloc_mvfrey()
1675 hba->ctlcfg_ptr, hba->ctlcfg_dmamap); in hptiop_internal_memfree_mv()
2681 hba->ctlcfg_ptr = (u_int8_t *)(((unsigned long)hba->ctlcfg_ptr + 0x1F) in hptiop_mv_map_ctlcfg()
2699 hba->ctlcfg_ptr = p; in hptiop_mvfrey_map_ctlcfg()
[all …]
H A Dhptiop.h400 void *ctlcfg_ptr; member