Searched refs:ip_offload_buf (Results 1 – 2 of 2) sorted by relevance
3867 struct ibmvnic_query_ip_offload_buffer *buf = &adapter->ip_offload_buf; in handle_query_ip_offload_rsp()3873 sizeof(adapter->ip_offload_buf), DMA_FROM_DEVICE); in handle_query_ip_offload_rsp()3876 for (i = 0; i < (sizeof(adapter->ip_offload_buf) - 1) / 8 + 1; i++) in handle_query_ip_offload_rsp()4124 struct ibmvnic_query_ip_offload_buffer *ip_offload_buf = in handle_request_cap_rsp() local4125 &adapter->ip_offload_buf; in handle_request_cap_rsp()4128 adapter->ip_offload_tok = dma_map_single(dev, ip_offload_buf, in handle_request_cap_rsp()
971 struct ibmvnic_query_ip_offload_buffer ip_offload_buf; member