Lines Matching refs:unique_id

1533  * @unique_id: specifies the unique_id for the buffer
1538 _ctl_diag_get_bufftype(struct MPT3SAS_ADAPTER *ioc, u32 unique_id)
1543 if (ioc->unique_id[index] == unique_id)
1596 if (diag_register->unique_id == 0) {
1599 diag_register->unique_id, buffer_type);
1609 __func__, buffer_type, ioc->unique_id[buffer_type]);
1626 if (ioc->unique_id[buffer_type] == MPT3DIAGBUFFUNIQUEID &&
1635 ioc->unique_id[buffer_type],
1636 diag_register->unique_id));
1642 ioc->unique_id[buffer_type] =
1643 diag_register->unique_id;
1647 } else if (ioc->unique_id[buffer_type] !=
1649 if (ioc->unique_id[buffer_type] !=
1650 diag_register->unique_id ||
1668 if (ioc->unique_id[buffer_type] != MPT3DIAGBUFFUNIQUEID ||
1702 ioc->unique_id[buffer_type] = diag_register->unique_id;
1832 diag_register.unique_id =
1901 diag_register.unique_id = 0x7075901;
1910 diag_register.unique_id = 0x7075901;
1971 buffer_type = _ctl_diag_get_bufftype(ioc, karg.unique_id);
1973 ioc_err(ioc, "%s: buffer with unique_id(0x%08x) not found\n",
1974 __func__, karg.unique_id);
1997 if (karg.unique_id != ioc->unique_id[buffer_type]) {
1998 ioc_err(ioc, "%s: unique_id(0x%08x) is not registered\n",
1999 __func__, karg.unique_id);
2012 ioc->unique_id[buffer_type] = MPT3DIAGBUFFUNIQUEID;
2033 * The application will send only buffer_type and unique_id. Driver will
2034 * inspect unique_id first, if valid, fill in all the info. If unique_id is
2073 if (karg.unique_id) {
2074 if (karg.unique_id != ioc->unique_id[buffer_type]) {
2075 ioc_err(ioc, "%s: unique_id(0x%08x) is not registered\n",
2076 __func__, karg.unique_id);
2110 karg.unique_id = ioc->unique_id[buffer_type];
2251 buffer_type = _ctl_diag_get_bufftype(ioc, karg.unique_id);
2253 ioc_err(ioc, "%s: buffer with unique_id(0x%08x) not found\n",
2254 __func__, karg.unique_id);
2271 if (karg.unique_id != ioc->unique_id[buffer_type]) {
2272 ioc_err(ioc, "%s: unique_id(0x%08x) is not registered\n",
2273 __func__, karg.unique_id);
2341 buffer_type = _ctl_diag_get_bufftype(ioc, karg.unique_id);
2343 ioc_err(ioc, "%s: buffer with unique_id(0x%08x) not found\n",
2344 __func__, karg.unique_id);
2354 if (karg.unique_id != ioc->unique_id[buffer_type]) {
2355 ioc_err(ioc, "%s: unique_id(0x%08x) is not registered\n",
2356 __func__, karg.unique_id);
2496 * The application will send only unique_id. Driver will
2497 * inspect unique_id first, if valid, fill the details related to cause
2512 if (karg.unique_id == 0) {
2513 ioc_err(ioc, "%s: unique_id is(0x%08x)\n",
2514 __func__, karg.unique_id);
2517 buffer_type = _ctl_diag_get_bufftype(ioc, karg.unique_id);
2519 ioc_err(ioc, "%s: buffer with unique_id(0x%08x) not found\n",
2520 __func__, karg.unique_id);
3524 diag_register.unique_id =