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

/freebsd-current/sys/dev/iavf/
H A Diavf_prototype.h117 u8 *ret_next_table, u32 *ret_next_index,
/freebsd-current/sys/dev/ice/
H A Dice_common.h94 u32 *ret_next_index, struct ice_sq_cd *cd);
H A Dice_lib.c6459 u32 ret_next_index = 0; local
6485 &ret_next_cluster, &ret_next_table, &ret_next_index, NULL);
6496 ret_next_table, ret_next_index, ret_buf_size);
6519 bool last_offset_next = (ret_next_index == 0xffffffff || ret_next_index == 0);
6546 offset = ret_next_index;
11010 u32 ret_next_index = 0; local
11076 &ret_next_cluster, &ret_next_table, &ret_next_index, NULL);
11077 ice_debug(hw, ICE_DBG_DIAG, "%s: ret_buf_size %d, ret_next_table %d, ret_next_index %d\n",
11078 __func__, ret_buf_size, ret_next_table, ret_next_index);
[all...]
H A Dice_common.c4790 * @ret_next_index: next index to read (returned by FW)
4799 u32 *ret_next_index, struct ice_sq_cd *cd)
4825 if (ret_next_index)
4826 *ret_next_index = LE32_TO_CPU(cmd->idx);
4796 ice_aq_get_internal_data(struct ice_hw *hw, u16 cluster_id, u16 table_id, u32 start, void *buf, u16 buf_size, u16 *ret_buf_size, u16 *ret_next_cluster, u16 *ret_next_table, u32 *ret_next_index, struct ice_sq_cd *cd) argument
/freebsd-current/sys/dev/ixl/
H A Dixl_pf_main.c4574 u32 ret_next_index; local
4580 dump_buf, &ret_buff_size, &ret_next_table, &ret_next_index, NULL);
4610 if (ret_next_index == 0xFFFFFFFF)
4611 ret_next_index = 0;
4615 curr_next_index = ret_next_index;
H A Di40e_prototype.h571 u8 *ret_next_table, u32 *ret_next_index,
H A Di40e_common.c6238 * @ret_next_index: next index to read
6247 u8 *ret_next_table, u32 *ret_next_index,
6279 if (ret_next_index != NULL)
6280 *ret_next_index = LE32_TO_CPU(resp->idx);
6244 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 178 milliseconds