Searched refs:ip_offload_buf (Results 1 – 2 of 2) sorted by relevance
3714 struct ibmvnic_query_ip_offload_buffer *buf = &adapter->ip_offload_buf; in handle_query_ip_offload_rsp()3719 sizeof(adapter->ip_offload_buf), DMA_FROM_DEVICE); in handle_query_ip_offload_rsp()3722 for (i = 0; i < (sizeof(adapter->ip_offload_buf) - 1) / 8 + 1; i++) in handle_query_ip_offload_rsp()3953 struct ibmvnic_query_ip_offload_buffer *ip_offload_buf = in handle_request_cap_rsp() local3954 &adapter->ip_offload_buf; in handle_request_cap_rsp()3957 adapter->ip_offload_tok = dma_map_single(dev, ip_offload_buf, in handle_request_cap_rsp()
967 struct ibmvnic_query_ip_offload_buffer ip_offload_buf; member