Searched refs:new_buff (Results 1 – 9 of 9) sorted by relevance
66 struct kfd_dbgmgr *new_buff; in kfd_dbgmgr_create() local71 new_buff = kfd_alloc_struct(new_buff); in kfd_dbgmgr_create()72 if (!new_buff) { in kfd_dbgmgr_create()77 new_buff->pasid = 0; in kfd_dbgmgr_create()78 new_buff->dev = pdev; in kfd_dbgmgr_create()79 new_buff->dbgdev = kfd_alloc_struct(new_buff->dbgdev); in kfd_dbgmgr_create()80 if (!new_buff->dbgdev) { in kfd_dbgmgr_create()82 kfree(new_buff); in kfd_dbgmgr_create()90 kfd_dbgdev_init(new_buff->dbgdev, pdev, type); in kfd_dbgmgr_create()91 *ppmgr = new_buff; in kfd_dbgmgr_create()
275 unsigned char *new_buff; in batadv_tvlv_realloc_packet_buff() local277 new_buff = kmalloc(min_packet_len + additional_packet_len, GFP_ATOMIC); in batadv_tvlv_realloc_packet_buff()280 if (!new_buff) in batadv_tvlv_realloc_packet_buff()283 memcpy(new_buff, *packet_buff, min_packet_len); in batadv_tvlv_realloc_packet_buff()285 *packet_buff = new_buff; in batadv_tvlv_realloc_packet_buff()
1128 struct iavf_rx_buffer *new_buff; in iavf_reuse_rx_page() local1131 new_buff = &rx_ring->rx_bi[nta]; in iavf_reuse_rx_page()1138 new_buff->dma = old_buff->dma; in iavf_reuse_rx_page()1139 new_buff->page = old_buff->page; in iavf_reuse_rx_page()1140 new_buff->page_offset = old_buff->page_offset; in iavf_reuse_rx_page()1141 new_buff->pagecnt_bias = old_buff->pagecnt_bias; in iavf_reuse_rx_page()
1208 struct i40e_rx_buffer *new_buff; in i40e_reuse_rx_page() local1211 new_buff = &rx_ring->rx_bi[nta]; in i40e_reuse_rx_page()1218 new_buff->dma = old_buff->dma; in i40e_reuse_rx_page()1219 new_buff->page = old_buff->page; in i40e_reuse_rx_page()1220 new_buff->page_offset = old_buff->page_offset; in i40e_reuse_rx_page()1221 new_buff->pagecnt_bias = old_buff->pagecnt_bias; in i40e_reuse_rx_page()
181 struct fm10k_rx_buffer *new_buff; in fm10k_reuse_rx_page() local184 new_buff = &rx_ring->rx_buffer[nta]; in fm10k_reuse_rx_page()191 *new_buff = *old_buff; in fm10k_reuse_rx_page()
1348 struct igc_rx_buffer *new_buff; in igc_reuse_rx_page() local1350 new_buff = &rx_ring->rx_buffer_info[nta]; in igc_reuse_rx_page()1360 new_buff->dma = old_buff->dma; in igc_reuse_rx_page()1361 new_buff->page = old_buff->page; in igc_reuse_rx_page()1362 new_buff->page_offset = old_buff->page_offset; in igc_reuse_rx_page()1363 new_buff->pagecnt_bias = old_buff->pagecnt_bias; in igc_reuse_rx_page()
770 struct ixgbevf_rx_buffer *new_buff; in ixgbevf_reuse_rx_page() local773 new_buff = &rx_ring->rx_buffer_info[nta]; in ixgbevf_reuse_rx_page()780 new_buff->page = old_buff->page; in ixgbevf_reuse_rx_page()781 new_buff->dma = old_buff->dma; in ixgbevf_reuse_rx_page()782 new_buff->page_offset = old_buff->page_offset; in ixgbevf_reuse_rx_page()783 new_buff->pagecnt_bias = old_buff->pagecnt_bias; in ixgbevf_reuse_rx_page()
7919 struct igb_rx_buffer *new_buff; in igb_reuse_rx_page() local7922 new_buff = &rx_ring->rx_buffer_info[nta]; in igb_reuse_rx_page()7932 new_buff->dma = old_buff->dma; in igb_reuse_rx_page()7933 new_buff->page = old_buff->page; in igb_reuse_rx_page()7934 new_buff->page_offset = old_buff->page_offset; in igb_reuse_rx_page()7935 new_buff->pagecnt_bias = old_buff->pagecnt_bias; in igb_reuse_rx_page()
1926 struct ixgbe_rx_buffer *new_buff; in ixgbe_reuse_rx_page() local1929 new_buff = &rx_ring->rx_buffer_info[nta]; in ixgbe_reuse_rx_page()1939 new_buff->dma = old_buff->dma; in ixgbe_reuse_rx_page()1940 new_buff->page = old_buff->page; in ixgbe_reuse_rx_page()1941 new_buff->page_offset = old_buff->page_offset; in ixgbe_reuse_rx_page()1942 new_buff->pagecnt_bias = old_buff->pagecnt_bias; in ixgbe_reuse_rx_page()