Searched defs:ret_buff_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c5488 * @ret_buff_size: actual buffer size returned
5497 void *buff, u16 *ret_buff_size,
5526 if (ret_buff_size != NULL)
5527 *ret_buff_size = LE16_TO_CPU(desc.datalen);
5495 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 78 milliseconds