Lines Matching refs:opt

3106 	char *opt;  in stmmac_cmdline_opt()  local
3110 while ((opt = strsep(&str, ",")) != NULL) { in stmmac_cmdline_opt()
3111 if (!strncmp(opt, "debug:", 6)) { in stmmac_cmdline_opt()
3112 if (kstrtoint(opt + 6, 0, &debug)) in stmmac_cmdline_opt()
3114 } else if (!strncmp(opt, "phyaddr:", 8)) { in stmmac_cmdline_opt()
3115 if (kstrtoint(opt + 8, 0, &phyaddr)) in stmmac_cmdline_opt()
3117 } else if (!strncmp(opt, "dma_txsize:", 11)) { in stmmac_cmdline_opt()
3118 if (kstrtoint(opt + 11, 0, &dma_txsize)) in stmmac_cmdline_opt()
3120 } else if (!strncmp(opt, "dma_rxsize:", 11)) { in stmmac_cmdline_opt()
3121 if (kstrtoint(opt + 11, 0, &dma_rxsize)) in stmmac_cmdline_opt()
3123 } else if (!strncmp(opt, "buf_sz:", 7)) { in stmmac_cmdline_opt()
3124 if (kstrtoint(opt + 7, 0, &buf_sz)) in stmmac_cmdline_opt()
3126 } else if (!strncmp(opt, "tc:", 3)) { in stmmac_cmdline_opt()
3127 if (kstrtoint(opt + 3, 0, &tc)) in stmmac_cmdline_opt()
3129 } else if (!strncmp(opt, "watchdog:", 9)) { in stmmac_cmdline_opt()
3130 if (kstrtoint(opt + 9, 0, &watchdog)) in stmmac_cmdline_opt()
3132 } else if (!strncmp(opt, "flow_ctrl:", 10)) { in stmmac_cmdline_opt()
3133 if (kstrtoint(opt + 10, 0, &flow_ctrl)) in stmmac_cmdline_opt()
3135 } else if (!strncmp(opt, "pause:", 6)) { in stmmac_cmdline_opt()
3136 if (kstrtoint(opt + 6, 0, &pause)) in stmmac_cmdline_opt()
3138 } else if (!strncmp(opt, "eee_timer:", 10)) { in stmmac_cmdline_opt()
3139 if (kstrtoint(opt + 10, 0, &eee_timer)) in stmmac_cmdline_opt()
3141 } else if (!strncmp(opt, "chain_mode:", 11)) { in stmmac_cmdline_opt()
3142 if (kstrtoint(opt + 11, 0, &chain_mode)) in stmmac_cmdline_opt()