Home
last modified time | relevance | path

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

/freebsd/sys/dev/iavf/
H A Diavf_prototype.h117 u8 *ret_next_table, u32 *ret_next_index,
/freebsd/sys/dev/ice/
H A Dice_common.h102 u16 *ret_next_cluster, u16 *ret_next_table,
H A Dice_lib.c6550 u16 ret_next_table = 0;
6577 &ret_next_cluster, &ret_next_table, &ret_next_index, NULL); in ice_sysctl_fw_debug_dump_do_dump()
6588 ret_next_table, ret_next_index, ret_buf_size); in ice_sysctl_fw_debug_dump_do_dump()
6609 bool same_table_next = (table_id == ret_next_table); in ice_sysctl_fw_debug_dump_do_dump()
6613 (ret_next_table == 0xffff); in ice_sysctl_fw_debug_dump_do_dump()
6616 (ret_next_table == 0xff || ret_next_table == 0xffff); in ice_sysctl_fw_debug_dump_do_dump()
6629 table_id = ret_next_table; in ice_sysctl_fw_debug_dump_do_dump()
11717 u16 ret_next_table = 0;
11784 &ret_next_cluster, &ret_next_table,
6440 u16 ret_next_table = 0; ice_fw_debug_dump_print_cluster() local
10991 u16 ret_next_table = 0; ice_handle_debug_dump_ioctl() local
[all...]
H A Dice_common.c5081 * @ret_next_table: next block to read (returned by FW) in ice_ena_vsi_txq()
5090 u16 *ret_next_cluster, u16 *ret_next_table, in ice_ena_vsi_txq()
5115 if (ret_next_table) in ice_ena_vsi_txq()
5116 *ret_next_table = LE16_TO_CPU(cmd->table_id); in ice_ena_vsi_txq()
4785 ice_aq_get_internal_data(struct ice_hw * hw,u8 cluster_id,u16 table_id,u32 start,void * buf,u16 buf_size,u16 * ret_buf_size,u16 * ret_next_table,u32 * ret_next_index,struct ice_sq_cd * cd) ice_aq_get_internal_data() argument
/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c4521 u8 ret_next_table; in ixl_sysctl_dump_debug_data() local
4528 dump_buf, &ret_buff_size, &ret_next_table, &ret_next_index, NULL); in ixl_sysctl_dump_debug_data()
4539 if (ret_next_table != curr_next_table) { in ixl_sysctl_dump_debug_data()
4550 if (ret_next_table == 0xFF) in ixl_sysctl_dump_debug_data()
4562 curr_next_table = ret_next_table; in ixl_sysctl_dump_debug_data()
H A Di40e_prototype.h571 u8 *ret_next_table, u32 *ret_next_index,
H A Di40e_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()