Home
last modified time | relevance | path

Searched refs:bs_name (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_error.c278 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()
Dpcibr_ate.c444 pcibr_soft->bs_name, in ate_thaw()
Dpcibr_dvr.c1116 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()
Dpcibr_slot.c640 pcibr_soft->bs_name, slot, func, htype); in pcibr_slot_info_init()
/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dpcibr_private.h355 char *bs_name; /* hw graph name */ member