Home
last modified time | relevance | path

Searched refs:cfg_word (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c1818 u64 cfg_word; in ecore_tm_init_pf() local
1828 cfg_word = 0; in ecore_tm_init_pf()
1835 (sizeof(cfg_word) / sizeof(u32)) * in ecore_tm_init_pf()
1840 cfg_word = 0; in ecore_tm_init_pf()
1847 (sizeof(cfg_word) / sizeof(u32)) * in ecore_tm_init_pf()
1849 STORE_RT_REG_AGG(p_hwfn, rt_reg, cfg_word); in ecore_tm_init_pf()
1861 cfg_word = 0; in ecore_tm_init_pf()
1869 (sizeof(cfg_word) / sizeof(u32)) * in ecore_tm_init_pf()
1877 cfg_word = 0; in ecore_tm_init_pf()
1880 SET_FIELD(cfg_word, TM_CFG_PARENT_PF, 0); in ecore_tm_init_pf()
[all …]
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c12713 uint16_t cfg_word; in sata_identify_device() local
12721 cfg_word = sdinfo->satadrv_id.ai_config; in sata_identify_device()
12724 if ((cfg_word & SATA_ATA_TYPE_MASK) == SATA_ATA_TYPE) { in sata_identify_device()
12726 } else if (cfg_word == SATA_CFA_TYPE) { in sata_identify_device()
12729 } else if ((cfg_word & SATA_ATAPI_TYPE_MASK) == SATA_ATAPI_TYPE) { in sata_identify_device()
12730 switch (cfg_word & SATA_ATAPI_ID_DEV_TYPE) { in sata_identify_device()