Searched refs:ISP_SPI_PC (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/isp/ |
| HD | isp_freebsd.h | 347 #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; \
|
| HD | isp_pci.c | 542 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()
|
| HD | isp_sbus.c | 263 ISP_SPI_PC(isp, 0)->iid = default_id; in isp_sbus_attach()
|
| HD | isp_freebsd.c | 153 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()
|