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()
1911 u8 *buf_cpy = NULL; in ice_aq_req_res() 1922 buf_cpy = (u8 *)ice_malloc(hw, buf_size); in ice_aq_req_res() 1923 if (!buf_cpy) in ice_aq_req_res() 1938 if (buf_cpy) in ice_aq_req_res() 1939 ice_memcpy(buf, buf_cpy, buf_size, in ice_aq_req_res() 1949 if (buf_cpy) in ice_aq_req_res() 1950 ice_free(hw, buf_cpy); in ice_aq_req_res() 1713 u8 *buf_cpy = NULL; ice_sq_send_cmd_retry() local