Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c2208 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_read_signature()
2340 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_reset()
2974 nvp->nvp_cmd_hdl = nvc->nvc_bar_hdl[bar]; in nv_common_reg_init()
4189 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_program_taskfile_regs()
4320 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_start_nodata()
4403 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_start_dma()
4515 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_start_pio_in()
4535 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_start_pio_out()
4602 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_start_pkt_pio()
4712 ddi_acc_handle_t cmdhdl = nvp->nvp_cmd_hdl; in nv_intr_nodata()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sata.h132 ddi_acc_handle_t nvp_cmd_hdl; member