Searched refs:cfg_mode (Results 1 – 4 of 4) sorted by relevance
53 static int cfg_mode = MODE_ZC_FIXED; variable 126 unsigned mode = cfg_mode; in do_tx() 129 if (cfg_mode == MODE_MIXED) in do_tx() 275 cfg_mode = strtol(optarg, NULL, 0); in parse_opts()
51 enum cfg_mode { enum64 static enum cfg_mode cfg_mode = CFG_MODE_POLL; variable1011 switch (cfg_mode) { in copyfd_io()1042 fprintf(stderr, "Invalid mode %d\n", cfg_mode); in copyfd_io()1532 cfg_mode = CFG_MODE_POLL; in parse_opts()1536 cfg_mode = CFG_MODE_POLL; in parse_opts()1572 cfg_mode = parse_mode(optarg); in parse_opts()
520 static int miic_init_hw(struct miic *miic, u32 cfg_mode) in miic_init_hw() argument536 ((cfg_mode << __ffs(sw_mode_mask)) & sw_mode_mask)); in miic_init_hw()
12216 lpfc_sli_enable_intr(struct lpfc_hba *phba, uint32_t cfg_mode) in lpfc_sli_enable_intr() argument12227 if (cfg_mode == 2) { in lpfc_sli_enable_intr()12238 if (cfg_mode >= 1 && phba->intr_type == NONE) { in lpfc_sli_enable_intr()13209 lpfc_sli4_enable_intr(struct lpfc_hba *phba, uint32_t cfg_mode) in lpfc_sli4_enable_intr() argument13214 if (cfg_mode == 2) { in lpfc_sli4_enable_intr()13229 if (cfg_mode >= 1 && phba->intr_type == NONE) { in lpfc_sli4_enable_intr()13899 uint32_t cfg_mode, intr_mode; in lpfc_pci_probe_one_s3() local13971 cfg_mode = phba->cfg_use_msi; in lpfc_pci_probe_one_s3()13976 intr_mode = lpfc_sli_enable_intr(phba, cfg_mode); in lpfc_pci_probe_one_s3()14008 cfg_mode = --intr_mode; in lpfc_pci_probe_one_s3()[all …]