OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isp_fwattr
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
ispvar.h
607
uint16_t
isp_fwattr
; /* firmware attributes */
member in struct:ispsoftc
ispmbox.h
854
(IS_24XX(isp)? 1 : (isp->
isp_fwattr
& ISP_FW_ATTR_TMODE))
856
(IS_24XX(isp)? 1 : (isp->
isp_fwattr
& ISP_FW_ATTR_SCCLUN))
858
(IS_24XX(isp)? 1 : (isp->
isp_fwattr
& ISP_FW_ATTR_2KLOGINS))
860
(IS_24XX(isp)? (isp->
isp_fwattr
& ISP2400_FW_ATTR_MULTIID) : 0)
isp.c
1059
isp->
isp_fwattr
= ISP_FW_ATTR_SCCLUN;
1061
isp->
isp_fwattr
= 0;
1064
isp->
isp_fwattr
= mbs.param[6];
1069
isp->
isp_fwattr
= ISP_FW_ATTR_TMODE;
1071
isp->
isp_fwattr
= 0;
Completed in 21 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025