Home
last modified time | relevance | path

Searched refs:ret_next_table (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/sys/dev/iavf/
HDiavf_prototype.h117 u8 *ret_next_table, u32 *ret_next_index,
/freebsd-14-stable/sys/dev/ice/
HDice_common.h102 u16 *ret_next_cluster, u16 *ret_next_table,
HDice_lib.c6550 u16 ret_next_table = 0; in ice_fw_debug_dump_print_cluster() local
6577 &ret_next_cluster, &ret_next_table, &ret_next_index, NULL); in ice_fw_debug_dump_print_cluster()
6588 ret_next_table, ret_next_index, ret_buf_size); in ice_fw_debug_dump_print_cluster()
6609 bool same_table_next = (table_id == ret_next_table); in ice_fw_debug_dump_print_cluster()
6613 (ret_next_table == 0xffff); in ice_fw_debug_dump_print_cluster()
6616 (ret_next_table == 0xff || ret_next_table == 0xffff); in ice_fw_debug_dump_print_cluster()
6629 table_id = ret_next_table; in ice_fw_debug_dump_print_cluster()
11717 u16 ret_next_table = 0; in ice_handle_debug_dump_ioctl() local
11784 &ret_next_cluster, &ret_next_table, &ret_next_index, NULL); in ice_handle_debug_dump_ioctl()
11786 __func__, ret_buf_size, ret_next_table, ret_next_index); in ice_handle_debug_dump_ioctl()
[all …]
HDice_common.c5090 u16 *ret_next_cluster, u16 *ret_next_table, in ice_aq_get_internal_data() argument
5115 if (ret_next_table) in ice_aq_get_internal_data()
5116 *ret_next_table = LE16_TO_CPU(cmd->table_id); in ice_aq_get_internal_data()
/freebsd-14-stable/sys/dev/ixl/
HDixl_pf_main.c4496 u8 ret_next_table; in ixl_sysctl_dump_debug_data() local
4503 dump_buf, &ret_buff_size, &ret_next_table, &ret_next_index, NULL); in ixl_sysctl_dump_debug_data()
4514 if (ret_next_table != curr_next_table) { in ixl_sysctl_dump_debug_data()
4525 if (ret_next_table == 0xFF) in ixl_sysctl_dump_debug_data()
4537 curr_next_table = ret_next_table; in ixl_sysctl_dump_debug_data()
HDi40e_prototype.h571 u8 *ret_next_table, u32 *ret_next_index,
HDi40e_common.c6247 u8 *ret_next_table, u32 *ret_next_index, in i40e_aq_debug_dump() argument
6277 if (ret_next_table != NULL) in i40e_aq_debug_dump()
6278 *ret_next_table = resp->table_id; in i40e_aq_debug_dump()