Searched refs:OSD_DEBUG (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/scsi/osd/ |
D | osd_debug.h | 21 #define OSD_DEBUG(fmt, a...) \ macro 24 #define OSD_DEBUG(fmt, a...) do {} while (0) macro
|
D | osd_initiator.c | 206 OSD_DEBUG("converting to OSD1\n"); in osd_auto_detect_ver() 555 OSD_DEBUG("total_bytes=%d\n", total_bytes); in _alloc_cdb_cont() 567 OSD_DEBUG("total_bytes=%d\n", total_bytes); in _alloc_set_attr_list() 573 OSD_DEBUG("total_bytes=%d\n", max_bytes); in _alloc_get_attr_desc() 579 OSD_DEBUG("total_bytes=%d\n", or->get_attr.total_bytes); in _alloc_get_attr_list() 600 OSD_DEBUG("OSDv1 execute opcode 0x%x\n", be16_to_cpu(act)); in _osdv1_req_encode_common() 617 OSD_DEBUG("OSDv2 execute opcode 0x%x\n", be16_to_cpu(act)); in _osdv2_req_encode_common() 861 OSD_DEBUG("OSD Ver1 flush on specific range ignored\n"); in osd_req_flush_object() 933 OSD_DEBUG("total_bytes=%d oscd_size=%d numentries=%d\n", in _add_sg_continuation_descriptor() 1048 OSD_DEBUG("Faild to allocate BIO size=%u\n", numentries); in _create_sg_bios() [all …]
|
D | osd_uld.c | 117 OSD_DEBUG("osd_uld_open %p\n", oud); in osd_uld_open() 125 OSD_DEBUG("osd_uld_release %p\n", file->private_data); in osd_uld_release() 260 OSD_DEBUG("found device sysid_len=%d osdname=%d\n", in _mach_odi() 358 OSD_DEBUG("start scsi_test_unit_ready %p %p %p\n", in __detect_osd()
|
D | Kconfig | 46 OSD Code is populated with lots of OSD_DEBUG(..) printouts to
|