Home
last modified time | relevance | path

Searched refs:split_type (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c1931 enum init_split_types split_type, in qed_grc_dump_regs_hdr() argument
1935 (split_type != SPLIT_TYPE_NONE ? 1 : 0) + (reg_type_name ? 1 : 0); in qed_grc_dump_regs_hdr()
1944 s_split_type_defs[split_type].name); in qed_grc_dump_regs_hdr()
1945 if (split_type != SPLIT_TYPE_NONE) in qed_grc_dump_regs_hdr()
1975 enum init_split_types split_type, in qed_grc_dump_addr_range() argument
1987 switch (split_type) { in qed_grc_dump_addr_range()
2007 if (dev_data->use_dmae && split_type != SPLIT_TYPE_VF && in qed_grc_dump_addr_range()
2015 switch (split_type) { in qed_grc_dump_addr_range()
2058 if (split_type != dev_data->pretend.split_type || in qed_grc_dump_addr_range()
2060 switch (split_type) { in qed_grc_dump_addr_range()
[all …]
Dqed_dbg_hsi.h740 u8 split_type; member