OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_features
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/hil/
hilms.c
49
int
sc_features
;
member in struct:hilms_softc
115
sc->
sc_features
= ha->ha_info[1];
116
sc->sc_axes = sc->
sc_features
& HIL_AXMASK;
118
if (sc->
sc_features
& HIL_IOB) {
121
if (sc->
sc_features
& HIL_ABSOLUTE) {
131
sc->
sc_features
&= ~(HIL_IOB | HILIOB_PIO);
135
sc->
sc_features
|= (iob & HILIOB_PIO);
145
if (sc->
sc_features
& HILIOB_PIO)
147
if (sc->
sc_features
& HIL_ABSOLUTE) {
243
(sc->
sc_features
& HIL_16_BITS) ? 1 : 0
[
all
...]
/src/sys/arch/xen/xen/
xbd_xenbus.c
177
int
sc_features
;
member in struct:xbd_xenbus_softc
312
if (sc->
sc_features
& BLKIF_FEATURE_INDIRECT) {
549
if (sc->
sc_features
& BLKIF_FEATURE_INDIRECT) {
700
sc->
sc_features
);
733
sc->
sc_features
|= BLKIF_FEATURE_PERSISTENT;
776
sc->
sc_features
|= BLKIF_FEATURE_CACHE_FLUSH;
783
sc->
sc_features
|= BLKIF_FEATURE_BARRIER;
791
sc->
sc_features
|= BLKIF_FEATURE_INDIRECT;
1056
if (sc->
sc_features
& BLKIF_FEATURE_CACHE_FLUSH)
1062
if ((sc->
sc_features
& BLKIF_FEATURE_CACHE_FLUSH) == 0
[
all
...]
if_xennet_xenbus.c
199
int
sc_features
;
member in struct:xennet_xenbus_softc
306
sc->
sc_features
|= FEATURE_RX_COPY;
310
sc->
sc_features
|= FEATURE_IPV6CSUM;
314
sc->
sc_features
|= FEATURE_SG;
315
snprintb(buf, sizeof(buf), FEATURE_BITS, sc->
sc_features
);
330
if (sc->
sc_features
& FEATURE_SG) {
399
if (sc->
sc_features
& FEATURE_SG)
417
if (sc->
sc_features
& FEATURE_IPV6CSUM) {
/src/sys/dev/ic/
ncr53c9xvar.h
335
int
sc_features
; /* Chip features */
member in struct:ncr53c9x_softc
363
/* values for
sc_features
*/
/src/sys/dev/pci/
if_aq.c
1373
uint32_t
sc_features
;
member in struct:aq_softc
1387
#define HWTYPE_AQ1_P(sc) (((sc)->
sc_features
& FEATURES_AQ1) != 0)
1388
#define HWTYPE_AQ2_P(sc) (((sc)->
sc_features
& FEATURES_AQ2) != 0)
2628
sc->
sc_features
|= FEATURES_AQ1_REV_A0 |
2635
sc->
sc_features
|= FEATURES_AQ1_REV_B0 |
2643
sc->
sc_features
|= FEATURES_AQ1_REV_B1 |
2651
sc->
sc_features
= 0;
3029
if (sc->
sc_features
& FEATURES_AQ1_REV_B1) {
3356
sc->
sc_features
|= FEATURES_AQ2;
3414
sc->
sc_features
|= FEATURES_AQ2_IFACE_A0
[
all
...]
Completed in 19 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025