Home
last modified time | relevance | path

Searched refs:ISP_SPI_PC (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/isp/
HDisp_freebsd.h347 #define ISP_SPI_PC(isp, chan) (&(isp)->isp_osinfo.pc.spi[(chan)]) macro
350 rslt = ISP_SPI_PC(isp, chan)-> tag; \
356 rp = &ISP_SPI_PC(isp, chan)-> tag; \
362 ISP_SPI_PC(isp, chan)-> tag = val; \
HDisp_pci.c542 ISP_SPI_PC(isp, chan)->iid = OF_getscsinitid(dev); in isp_get_specific_options()
544 ISP_SPI_PC(isp, chan)->iid = 7; in isp_get_specific_options()
551 ISP_SPI_PC(isp, chan)->iid = tval; in isp_get_specific_options()
HDisp_sbus.c263 ISP_SPI_PC(isp, 0)->iid = default_id; in isp_sbus_attach()
HDisp_freebsd.c153 struct isp_spi *spi = ISP_SPI_PC(isp, chan); in isp_attach_chan()
3873 xpt_async(AC_BUS_RESET, ISP_SPI_PC(isp, bus)->path, 0); in isp_action()
4150 …if (xpt_create_path(&tmppath, NULL, cam_sim_path(ISP_SPI_PC(isp, bus)->sim), tgt, CAM_LUN_WILDCARD… in isp_async()
4198 xpt_async(AC_BUS_RESET, ISP_SPI_PC(isp, bus)->path, NULL); in isp_async()