Searched refs:ret_next_index (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_main.c4370 u32 ret_next_index; local
4376 dump_buf, &ret_buff_size, &ret_next_table, &ret_next_index, NULL);
4406 if (ret_next_index == 0xFFFFFFFF)
4407 ret_next_index = 0;
4411 curr_next_index = ret_next_index;
H A Di40e_prototype.h564 u8 *ret_next_table, u32 *ret_next_index,
H A Di40e_common.c6205 * @ret_next_index: next index to read
6214 u8 *ret_next_table, u32 *ret_next_index,
6246 if (ret_next_index != NULL)
6247 *ret_next_index = LE32_TO_CPU(resp->idx);
6211 i40e_aq_debug_dump(struct i40e_hw *hw, u8 cluster_id, u8 table_id, u32 start_index, u16 buff_size, void *buff, u16 *ret_buff_size, u8 *ret_next_table, u32 *ret_next_index, struct i40e_asq_cmd_details *cmd_details) argument

Completed in 88 milliseconds