Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c812 while ((s = list_remove_head(&mlxp->mlx_buf_shards)) != NULL) { in mlxcx_teardown_bufs()
816 list_destroy(&mlxp->mlx_buf_shards); in mlxcx_teardown_bufs()
1454 list_insert_tail(&mlxp->mlx_buf_shards, s); in mlxcx_mlbs_create()
1471 list_create(&mlxp->mlx_buf_shards, sizeof (mlxcx_buf_shard_t), in mlxcx_setup_bufs()
H A Dmlxcx_gld.c1319 sh = list_head(&mlxp->mlx_buf_shards); in mlxcx_mac_setprop()
1320 for (; sh != NULL; sh = list_next(&mlxp->mlx_buf_shards, sh)) { in mlxcx_mac_setprop()
H A Dmlxcx.h1233 list_t mlx_buf_shards; member