Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/mlx4/
Ddevice.h526 u32 qp0_qkey; member
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
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-6.1.9/drivers/infiniband/hw/mlx4/
Dqp.c496 return !!dev->caps.spec_qps[i].qp0_qkey; in qp0_enabled_vf()
2814 *qkey = dev->caps.spec_qps[i].qp0_qkey; in vf_get_qp0_qkey()