Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hptiop/
H A Dhptiop.c944 if (!(req = hba->ctlcfg_ptr)) in hptiop_get_config_mv()
1028 if (!(req = hba->ctlcfg_ptr)) in hptiop_set_config_mv()
1055 if (!(req = hba->ctlcfg_ptr)) in hptiop_set_config_mvfrey()
1587 hba->ctlcfg_dmamap, hba->ctlcfg_ptr, in hptiop_internal_memalloc_mv()
1593 hba->ctlcfg_ptr, hba->ctlcfg_dmamap); in hptiop_internal_memalloc_mv()
1644 hba->ctlcfg_dmamap, hba->ctlcfg_ptr, in hptiop_internal_memalloc_mvfrey()
1650 hba->ctlcfg_ptr, hba->ctlcfg_dmamap); in hptiop_internal_memalloc_mvfrey()
1668 hba->ctlcfg_ptr, hba->ctlcfg_dmamap); in hptiop_internal_memfree_mv()
2660 hba->ctlcfg_ptr = (u_int8_t *)(((unsigned long)hba->ctlcfg_ptr + 0x1F) in hptiop_mv_map_ctlcfg()
2678 hba->ctlcfg_ptr = p; in hptiop_mvfrey_map_ctlcfg()
[all …]
H A Dhptiop.h402 void *ctlcfg_ptr; member