Searched refs:newcrq (Results 1 – 1 of 1) sorted by relevance
3951 union ibmvnic_crq newcrq; in handle_request_cap_rsp() local3967 memset(&newcrq, 0, sizeof(newcrq)); in handle_request_cap_rsp()3968 newcrq.query_ip_offload.first = IBMVNIC_CRQ_CMD; in handle_request_cap_rsp()3969 newcrq.query_ip_offload.cmd = QUERY_IP_OFFLOAD; in handle_request_cap_rsp()3970 newcrq.query_ip_offload.len = cpu_to_be32(buf_sz); in handle_request_cap_rsp()3971 newcrq.query_ip_offload.ioba = in handle_request_cap_rsp()3974 ibmvnic_send_crq(adapter, &newcrq); in handle_request_cap_rsp()