Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c2092 mp = buf->mlb_mp; in mlxcx_rx_completion()
2152 b->mlb_mp = NULL; in mlxcx_buf_mp_return()
2182 b->mlb_mp = desballoc((unsigned char *)b->mlb_dma.mxdb_va, in mlxcx_buf_create()
2444 if (b->mlb_mp == NULL) { in mlxcx_buf_loan()
2445 b->mlb_mp = desballoc((unsigned char *)b->mlb_dma.mxdb_va, in mlxcx_buf_loan()
2447 if (b->mlb_mp == NULL) in mlxcx_buf_loan()
2606 if (b->mlb_mp != NULL) { in mlxcx_buf_destroy()
2607 freeb(b->mlb_mp); in mlxcx_buf_destroy()
2608 ASSERT(b->mlb_mp == NULL); in mlxcx_buf_destroy()
H A Dmlxcx.h577 mblk_t *mlb_mp; member