Lines Matching defs:model
2426 * lpfc_get_atto_model_desc - Retrieve ATTO HBA device model name and description
2428 * @mdp: pointer to the data structure to hold the derived model name.
2433 * shall be returned with the model name, maximum speed, and the host bus type.
2435 * function returns, the @mdp will be filled with the model name.
2441 char *model = "<Unknown>";
2446 model = "161E";
2449 model = "162E";
2452 model = "164E";
2455 model = "161P";
2458 model = "162P";
2461 model = "164P";
2464 model = "321E";
2467 model = "322E";
2470 model = "324E";
2473 model = "321P";
2476 model = "322P";
2479 model = "324P";
2482 model = "2XX2";
2486 model = "3162";
2490 model = "3322";
2494 model = "Unknown";
2499 snprintf(mdp, 79, "%s", model);
2505 model,
2510 * lpfc_get_hba_model_desc - Retrieve HBA device model name and description
2512 * @mdp: pointer to the data structure to hold the derived model name.
2517 * shall be returned with the model name, maximum speed, and the host bus type.
2519 * function returns, the @mdp will be filled with the model name.
14586 " this HBA model. Device:%x Magic:%x Type:%x "