Searched refs:buf_cpy (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_e610.c | 300 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() 314 memcpy(buf_cpy, buf, buf_size); in ixgbe_aci_send_cmd() 330 memcpy(buf, buf_cpy, buf_size); in ixgbe_aci_send_cmd() 336 if (buf_cpy) in ixgbe_aci_send_cmd() 337 ixgbe_free(hw, buf_cpy); in ixgbe_aci_send_cmd()
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_common.c | 1920 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()
|