Searched refs:buf_cpy (Results 1 – 2 of 2) sorted by relevance
300 u8 *buf_cpy = NULL; in ixgbe_aci_send_cmd() local311 buf_cpy = (u8 *)ixgbe_malloc(hw, buf_size); in ixgbe_aci_send_cmd()312 if (!buf_cpy) in ixgbe_aci_send_cmd()329 memcpy(buf, buf_cpy, buf_size); in ixgbe_aci_send_cmd()335 if (buf_cpy) in ixgbe_aci_send_cmd()336 ixgbe_free(hw, buf_cpy); in ixgbe_aci_send_cmd()
1920 u8 *buf_cpy = NULL; in ice_sq_send_cmd_retry() local1931 buf_cpy = (u8 *)ice_malloc(hw, buf_size); in ice_sq_send_cmd_retry()1932 if (!buf_cpy) in ice_sq_send_cmd_retry()1947 if (buf_cpy) in ice_sq_send_cmd_retry()1948 ice_memcpy(buf, buf_cpy, buf_size, in ice_sq_send_cmd_retry()1958 if (buf_cpy) in ice_sq_send_cmd_retry()1959 ice_free(hw, buf_cpy); in ice_sq_send_cmd_retry()