Searched refs:xch_dbuf_num (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.h209 uint8_t xch_dbuf_num; member in struct:fcoet_exchange
H A Dfcoet_eth.c429 xch->xch_dbuf_num =
433 kmem_zalloc(xch->xch_dbuf_num * sizeof (stmf_data_buf_t *),
475 if (xch->xch_dbuf_num) {
477 xch->xch_dbuf_num * sizeof (void *));
479 xch->xch_dbuf_num = 0;
H A Dfcoet.c746 if (xchg->xch_dbuf_num) {
748 xchg->xch_dbuf_num *
751 xchg->xch_dbuf_num = 0;

Completed in 276 milliseconds