Home
last modified time | relevance | path

Searched refs:mlbs_busy (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c2231 list_insert_tail(&s->mlbs_busy, b); in mlxcx_buf_take_foreign()
2403 list_insert_tail(&s->mlbs_busy, b); in mlxcx_buf_take()
2429 list_insert_tail(&s->mlbs_busy, b); in mlxcx_buf_take_n()
2465 list_remove(&s->mlbs_busy, b); in mlxcx_buf_loan()
2537 list_remove(&s->mlbs_busy, b); in mlxcx_buf_return()
2566 list_remove(&s->mlbs_busy, b); in mlxcx_buf_return()
H A Dmlxcx_gld.c915 while (!list_is_empty(&s->mlbs_busy)) in mlxcx_mac_ring_stop()
925 while (!list_is_empty(&s->mlbs_busy)) in mlxcx_mac_ring_stop()
1323 !list_is_empty(&sh->mlbs_busy) || in mlxcx_mac_setprop()
H A Dmlxcx.c789 while (!list_is_empty(&s->mlbs_busy)) in mlxcx_mlbs_teardown()
799 list_destroy(&s->mlbs_busy); in mlxcx_mlbs_teardown()
1446 list_create(&s->mlbs_busy, sizeof (mlxcx_buffer_t), in mlxcx_mlbs_create()
H A Dmlxcx.h549 list_t mlbs_busy; member