Lines Matching refs:buflen
279 size_t buflen = sizeof(trans_pcie->rf_name); in iwl_pcie_get_rf_name() local
288 pos = scnprintf(buf, buflen, "JF"); in iwl_pcie_get_rf_name()
291 pos = scnprintf(buf, buflen, "GF"); in iwl_pcie_get_rf_name()
294 pos = scnprintf(buf, buflen, "GF4"); in iwl_pcie_get_rf_name()
297 pos = scnprintf(buf, buflen, "HR"); in iwl_pcie_get_rf_name()
300 pos = scnprintf(buf, buflen, "HR1"); in iwl_pcie_get_rf_name()
303 pos = scnprintf(buf, buflen, "HRCDB"); in iwl_pcie_get_rf_name()
316 pos += scnprintf(buf + pos, buflen - pos, " B3"); in iwl_pcie_get_rf_name()
319 pos += scnprintf(buf + pos, buflen - pos, " B5"); in iwl_pcie_get_rf_name()
322 pos += scnprintf(buf + pos, buflen - pos, in iwl_pcie_get_rf_name()
331 pos += scnprintf(buf + pos, buflen - pos, ", rfid=0x%x", in iwl_pcie_get_rf_name()
341 pos += scnprintf(buf + pos, buflen - pos, "\n"); in iwl_pcie_get_rf_name()