Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c1829 list_is_empty(&s->mlbs_free) && in mlxcx_rq_refill_task()
2227 if ((b = list_remove_head(&s->mlbs_free)) != NULL) { in mlxcx_buf_take_foreign()
2400 if ((b = list_remove_head(&s->mlbs_free)) != NULL) { in mlxcx_buf_take()
2426 while (done < nbufs && (b = list_remove_head(&s->mlbs_free)) != NULL) { in mlxcx_buf_take_n()
2550 list_insert_tail(&s->mlbs_free, b); in mlxcx_buf_return()
2570 list_insert_tail(&s->mlbs_free, b); in mlxcx_buf_return()
2595 list_remove(&s->mlbs_free, b); in mlxcx_buf_destroy()
H A Dmlxcx_gld.c917 while ((buf = list_head(&s->mlbs_free)) != NULL) { in mlxcx_mac_ring_stop()
927 while ((buf = list_head(&s->mlbs_free)) != NULL) { in mlxcx_mac_ring_stop()
1322 if (!list_is_empty(&sh->mlbs_free) || in mlxcx_mac_setprop()
H A Dmlxcx.c795 while ((buf = list_head(&s->mlbs_free)) != NULL) in mlxcx_mlbs_teardown()
798 list_destroy(&s->mlbs_free); in mlxcx_mlbs_teardown()
1448 list_create(&s->mlbs_free, sizeof (mlxcx_buffer_t), in mlxcx_mlbs_create()
H A Dmlxcx.h550 list_t mlbs_free; member