Home
last modified time | relevance | path

Searched refs:buf_cpy (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_e610.c300 u8 *buf_cpy = NULL; in ixgbe_aci_send_cmd() local
311 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()
/freebsd/sys/dev/ice/
H A Dice_common.c1920 u8 *buf_cpy = NULL; in ice_sq_send_cmd_retry() local
1931 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()