Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c1654 b = list_head(&b0->mlb_tx_chain); in mlxcx_sq_add_buffer()
1656 b = list_next(&b0->mlb_tx_chain, b); in mlxcx_sq_add_buffer()
2340 list_insert_tail(&b0->mlb_tx_chain, b); in mlxcx_buf_bind_or_copy()
2483 while ((b = list_head(&b0->mlb_tx_chain)) != NULL) { in mlxcx_buf_return_chain()
2523 ASSERT(list_is_empty(&b->mlb_tx_chain)); in mlxcx_buf_return()
2565 list_remove(&txhead->mlb_tx_chain, b); in mlxcx_buf_return()
2611 ASSERT(list_is_empty(&b->mlb_tx_chain)); in mlxcx_buf_destroy()
H A Dmlxcx.h561 list_t mlb_tx_chain; member
H A Dmlxcx.c1421 list_create(&b->mlb_tx_chain, sizeof (mlxcx_buffer_t), in mlxcx_bufs_cache_constr()
1434 list_destroy(&b->mlb_tx_chain); in mlxcx_bufs_cache_destr()