Home
last modified time | relevance | path

Searched refs:newcrq (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/ibm/
Dibmvnic.c4122 union ibmvnic_crq newcrq; in handle_request_cap_rsp() local
4138 memset(&newcrq, 0, sizeof(newcrq)); in handle_request_cap_rsp()
4139 newcrq.query_ip_offload.first = IBMVNIC_CRQ_CMD; in handle_request_cap_rsp()
4140 newcrq.query_ip_offload.cmd = QUERY_IP_OFFLOAD; in handle_request_cap_rsp()
4141 newcrq.query_ip_offload.len = cpu_to_be32(buf_sz); in handle_request_cap_rsp()
4142 newcrq.query_ip_offload.ioba = in handle_request_cap_rsp()
4145 ibmvnic_send_crq(adapter, &newcrq); in handle_request_cap_rsp()