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

/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.c1642 u8 *buf_copy; local
1647 buf_copy = (u8 *)ice_memdup(hw, buf, len, ICE_NONDMA_TO_NONDMA);
1649 status = ice_init_pkg(hw, buf_copy, len);
1652 ice_free(hw, buf_copy);
1655 hw->pkg_copy = buf_copy;

Completed in 117 milliseconds