Searched refs:bs_name (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/ |
D | pcibr_error.c | 278 int_status, pcibr_soft->bs_name, in pcibr_error_dump() 823 pcibr_soft->bs_name, in pcibr_error_intr_handler() 843 pcibr_soft->bs_name, in pcibr_error_intr_handler() 871 pcibr_soft->bs_name, in pcibr_error_intr_handler() 1357 pcibr_soft->bs_name, bad_xaddr); in pcibr_pioerror() 1412 pcibr_soft->bs_name); in pcibr_pioerror() 1645 printk( "%s: pcibr_error_handler\n", pcibr_soft->bs_name); in pcibr_error_handler()
|
D | pcibr_ate.c | 444 pcibr_soft->bs_name, in ate_thaw()
|
D | pcibr_dvr.c | 1116 pcibr_soft->bs_name = kmalloc(strlen(s) + 1, GFP_KERNEL); in pcibr_attach2() 1117 strcpy(pcibr_soft->bs_name, s); in pcibr_attach2() 1130 "unknown", rev, pcibr_soft->bs_name)); in pcibr_attach2() 1897 kfree(pcibr_soft->bs_name); in pcibr_detach()
|
D | pcibr_slot.c | 640 pcibr_soft->bs_name, slot, func, htype); in pcibr_slot_info_init()
|
/linux-2.4.37.9/include/asm-ia64/sn/pci/ |
D | pcibr_private.h | 355 char *bs_name; /* hw graph name */ member
|