Searched refs:wqe_buffs (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.h1033 uint8_t *wqe_buffs; /**< array of WQE buffs mapped to IO objects */ member in struct:ocs_hw_s
H A Docs_hw.c1243 ocs_free(hw->os, hw->wqe_buffs, hw->config.n_io * hw->sli.config.wqe_size);
1244 hw->wqe_buffs = NULL;
9532 hw->wqe_buffs = ocs_malloc(hw->os, hw->config.n_io * hw->sli.config.wqe_size,
9534 if (NULL == hw->wqe_buffs) {
9566 io->wqe.wqebuf = &hw->wqe_buffs[i * hw->sli.config.wqe_size];

Completed in 87 milliseconds