Home
last modified time | relevance | path

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

/linux/include/linux/mlx4/
H A Ddevice.h527 u32 qp0_qkey; member
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c687 func_cap->spec_qps.qp0_qkey = qkey; in mlx4_QUERY_FUNC_CAP()
689 func_cap->spec_qps.qp0_qkey = 0; in mlx4_QUERY_FUNC_CAP()
/linux/drivers/infiniband/hw/mlx4/
H A Dqp.c535 return !!dev->caps.spec_qps[i].qp0_qkey; in qp0_enabled_vf()
2853 *qkey = dev->caps.spec_qps[i].qp0_qkey; in vf_get_qp0_qkey()