Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/isp/
Disp_freebsd.h328 #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; \
Disp_pci.c497 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()
Disp_sbus.c253 ISP_SPI_PC(isp, 0)->iid = default_id; in isp_sbus_attach()
Disp_freebsd.c144 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()