Searched refs:def_role (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/dev/isp/ |
| D | isp_freebsd.h | 250 def_role : 2, /* default role */ member 283 def_role : 2, member 586 (IS_FC(isp)? ISP_FC_PC(isp, chan)->def_role : ISP_SPI_PC(isp, chan)->def_role) 589 ISP_FC_PC(isp, chan)->def_role = val; \ 591 ISP_SPI_PC(isp, chan)->def_role = val; \
|
| D | isp_pci.c | 569 ISP_SPI_PC(isp, chan)->def_role = tval; in isp_get_specific_options() 572 ISP_FC_PC(isp, chan)->def_role = tval; in isp_get_specific_options() 872 if (IS_SCSI(isp) && (ISP_SPI_PC(isp, 0)->def_role & ISP_ROLE_TARGET)) { in isp_pci_attach()
|
| D | isp_sbus.c | 206 ISP_SET_PC(isp, 0, def_role, role); in isp_sbus_attach()
|