Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/hptiop/
H A Dhptiop.c957 if (!(req = hba->ctlcfg_ptr)) in hptiop_get_config_mv()
1041 if (!(req = hba->ctlcfg_ptr)) in hptiop_set_config_mv()
1068 if (!(req = hba->ctlcfg_ptr)) in hptiop_set_config_mvfrey()
1600 hba->ctlcfg_dmamap, hba->ctlcfg_ptr, in hptiop_internal_memalloc_mv()
1606 hba->ctlcfg_ptr, hba->ctlcfg_dmamap); in hptiop_internal_memalloc_mv()
1657 hba->ctlcfg_dmamap, hba->ctlcfg_ptr, in hptiop_internal_memalloc_mvfrey()
1663 hba->ctlcfg_ptr, hba->ctlcfg_dmamap); in hptiop_internal_memalloc_mvfrey()
1681 hba->ctlcfg_ptr, hba->ctlcfg_dmamap); in hptiop_internal_memfree_mv()
2669 hba->ctlcfg_ptr = (u_int8_t *)(((unsigned long)hba->ctlcfg_ptr + 0x1F) in hptiop_mv_map_ctlcfg()
2687 hba->ctlcfg_ptr = p; in hptiop_mvfrey_map_ctlcfg()
[all …]
H A Dhptiop.h404 void *ctlcfg_ptr; member