Searched refs:ISP_SPI_PC (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/isp/ |
| D | isp_freebsd.h | 328 #define ISP_SPI_PC(isp, chan) (&(isp)->isp_osinfo.pc.spi[(chan)]) macro 331 rslt = ISP_SPI_PC(isp, chan)-> tag; \ 337 rp = &ISP_SPI_PC(isp, chan)-> tag; \ 343 ISP_SPI_PC(isp, chan)-> tag = val; \
|
| D | isp_pci.c | 497 ISP_SPI_PC(isp, chan)->iid = OF_getscsinitid(dev); in isp_get_specific_options() 499 ISP_SPI_PC(isp, chan)->iid = 7; in isp_get_specific_options() 506 ISP_SPI_PC(isp, chan)->iid = tval; in isp_get_specific_options()
|
| D | isp_sbus.c | 253 ISP_SPI_PC(isp, 0)->iid = default_id; in isp_sbus_attach()
|
| D | isp_freebsd.c | 144 struct isp_spi *spi = ISP_SPI_PC(isp, chan); in isp_attach_chan() 3361 xpt_async(AC_BUS_RESET, ISP_SPI_PC(isp, bus)->path, 0); in isp_action() 3612 …if (xpt_create_path(&tmppath, NULL, cam_sim_path(ISP_SPI_PC(isp, bus)->sim), tgt, CAM_LUN_WILDCARD… in isp_async() 3660 xpt_async(AC_BUS_RESET, ISP_SPI_PC(isp, bus)->path, NULL); in isp_async()
|