Searched refs:org_buf_ptr (Results 1 – 2 of 2) sorted by relevance
49 u64 org_buf_ptr; member484 desc->org_buf_ptr = obuf; in cppi5_hdesc_attach_buf()491 *obuf = desc->org_buf_ptr; in cppi5_hdesc_get_obuf()497 desc->buf_ptr = desc->org_buf_ptr; in cppi5_hdesc_reset_to_original()
649 void *org_buf_ptr; in netcp_process_one_rx_packet() local666 org_buf_ptr = (void *)GET_SW_DATA0(desc); in netcp_process_one_rx_packet()669 if (unlikely(!org_buf_ptr)) { in netcp_process_one_rx_packet()679 skb = build_skb(org_buf_ptr, org_buf_len); in netcp_process_one_rx_packet()
Completed in 10 milliseconds