Searched refs:keystr (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/storage/ |
| H A D | debug.c | 148 const char *what, *keystr, *fmt; in usb_stor_show_sense() local 150 keystr = scsi_sense_key_string(key); in usb_stor_show_sense() 153 if (keystr == NULL) in usb_stor_show_sense() 154 keystr = "(Unknown Key)"; in usb_stor_show_sense() 159 usb_stor_dbg(us, "%s: %s (%s%x)\n", keystr, what, fmt, ascq); in usb_stor_show_sense() 161 usb_stor_dbg(us, "%s: %s\n", keystr, what); in usb_stor_show_sense()
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api_debugfs_kunit.c | 115 u32 *keystr, *mskstr, *actstr; in test_cache_read() local 121 keystr = &admin->cache.keystream[start]; in test_cache_read() 125 __LINE__, start + idx, keystr[idx]); in test_cache_read() 157 u32 *keystr, *mskstr, *actstr; in test_cache_write() local 162 keystr = &admin->cache.keystream[start]; in test_cache_write() 166 __LINE__, start + idx, keystr[idx]); in test_cache_write()
|
| H A D | vcap_api_kunit.c | 106 u32 *keystr, *mskstr, *actstr; in test_cache_read() local 112 keystr = &admin->cache.keystream[start]; in test_cache_read() 116 __LINE__, start + idx, keystr[idx]); in test_cache_read() 148 u32 *keystr, *mskstr, *actstr; in test_cache_write() local 153 keystr = &admin->cache.keystream[start]; in test_cache_write() 157 __LINE__, start + idx, keystr[idx]); in test_cache_write()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_vcap_impl.c | 438 u32 *keystr, *mskstr, *actstr; in lan966x_vcap_cache_write() local 440 keystr = &admin->cache.keystream[start]; in lan966x_vcap_cache_write() 447 lan_wr(keystr[i] & mskstr[i], lan966x, in lan966x_vcap_cache_write() 480 u32 *keystr, *mskstr, *actstr; in lan966x_vcap_cache_read() local 482 keystr = &admin->cache.keystream[start]; in lan966x_vcap_cache_read() 488 keystr[i] = in lan966x_vcap_cache_read()
|
| /linux/drivers/nvdimm/ |
| H A D | security.c | 521 char cmd[SEC_CMD_SIZE+1], keystr[KEY_ID_SIZE+1], in nvdimm_security_store() local 529 cmd, keystr, nkeystr); in nvdimm_security_store() 538 rc = kstrtouint(keystr, 0, &key); in nvdimm_security_store()
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | ovs-dpctl.py | 2461 keystr = "(none)" 2464 keystr = key_field.dpstr(None, True) 2469 print("MISS upcall[%d/%s]: %s" % (seq, pktpres, keystr), flush=True)
|