Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_cmd.c1553 mlpd->mlpd_num = from_be24(out.mlxo_alloc_pd_pdn); in mlxcx_cmd_alloc_pd()
1574 in.mlxi_dealloc_pd_pdn = to_be24(mlpd->mlpd_num); in mlxcx_cmd_dealloc_pd()
1584 mlpd->mlpd_num = 0; in mlxcx_cmd_dealloc_pd()
2533 ctx->mlrqc_wq.mlwqc_pd = to_be24(mlwq->mlwq_pd->mlpd_num); in mlxcx_cmd_create_rq()
3415 ctx->mlsqc_wq.mlwqc_pd = to_be24(mlwq->mlwq_pd->mlpd_num); in mlxcx_cmd_create_sq()
H A Dmlxcx.h370 uint32_t mlpd_num; member