Searched refs:uhw (Results 1 – 3 of 3) sorted by relevance
256 struct ib_udata *uhw) in c4iw_query_device() argument263 if (uhw->inlen || uhw->outlen) in c4iw_query_device()
54 struct ib_udata *uhw) in mthca_query_device() argument61 if (uhw->inlen || uhw->outlen) in mthca_query_device()
1248 struct ib_udata uhw = {.outlen = 0, .inlen = 0}; in setup_device() local1260 ret = device->ops.query_device(device, &device->attrs, &uhw); in setup_device()