Searched refs:bnad_debug_info (Results 1 – 1 of 1) sorted by relevance
41 struct bnad_debug_info { struct51 struct bnad_debug_info *fw_debug; in bnad_debugfs_open_fwtrc() argument55 fw_debug = kzalloc(sizeof(struct bnad_debug_info), GFP_KERNEL); in bnad_debugfs_open_fwtrc()92 struct bnad_debug_info *fw_debug; in bnad_debugfs_open_fwsave()96 fw_debug = kzalloc(sizeof(struct bnad_debug_info), GFP_KERNEL); in bnad_debugfs_open_fwsave()132 struct bnad_debug_info *reg_debug; in bnad_debugfs_open_reg()134 reg_debug = kzalloc(sizeof(struct bnad_debug_info), GFP_KERNEL); in bnad_debugfs_open_reg()194 struct bnad_debug_info *drv_info; in bnad_debugfs_open_drvinfo()197 drv_info = kzalloc(sizeof(struct bnad_debug_info), GFP_KERNEL); in bnad_debugfs_open_drvinfo()234 struct bnad_debug_info *debug = file->private_data; in bnad_debugfs_lseek()[all …]