Searched refs:wqes (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_rsrc.c | 83 eib_rsrc_grab_swqes(eib_t *ss, eib_wqe_t **wqes, uint_t n_req, uint_t *actual, argument 93 ret = eib_rsrc_grab_wqes(ss, ss->ei_tx, wqes, n_req, actual, pri); 101 wqe = wqes[i]; 118 eib_rsrc_grab_rwqes(eib_t *ss, eib_wqe_t **wqes, uint_t n_req, uint_t *actual, argument 123 return (eib_rsrc_grab_wqes(ss, ss->ei_rx, wqes, n_req, actual, pri)); 435 * Set the EIB_RXWQE_SHORT flag when the number of free wqes 437 * clear it only when the number of free wqes gets back above 494 * slightly raise the size of the copy buffers in the send wqes 529 * Now setup the tx wqes 620 * of wqes i 966 eib_rsrc_grab_wqes(eib_t *ss, eib_wqe_pool_t *wp, eib_wqe_t **wqes, uint_t n_req, uint_t *actual, int pri) argument 1040 eib_rsrc_return_wqes(eib_t *ss, eib_wqe_pool_t *wp, eib_wqe_t **wqes, uint_t n_wqes) argument [all...] |
H A D | eib_data.c | 349 eib_wqe_t *wqes[EIB_MAX_POST_MULTIPLE]; local 382 * If someone's already posting tx wqes in this channel, let 398 wqes[n_wrs] = elem; 427 eib_data_tx_comp(vnic, wqes[i], chan); 1354 * eib_data_rx_recycle() callback. For tx wqes, error handling 1461 * Wait until all posted tx wqes on this channel are back with 1470 * Wait until all posted rx wqes on this channel are back with
|
/illumos-gate/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_binding.h | 177 void * wqes[],
|
H A D | bnxe_fcoe.c | 1366 void * wqes[], 1369 union fcoe_kwqe ** kwqes = (union fcoe_kwqe **)wqes; 1365 BnxeFcoePrvSendWqes(dev_info_t * pDev, void * wqes[], int wqeCnt) argument
|
H A D | bnxe.h | 896 void * wqes[],
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_adapter_util.h | 356 IN DAT_COUNT wqes,
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_hw.c | 251 * By default, compute reasonable send queue size based on #iovs, #wqes, 252 * max_iovs, and max inline byte count. If the #wqes is large, then we 256 * < 128 wqes increase to at most 256 minus header 257 * < 256 wqes increase to at most 128 minus header 258 * >= 256 wqes use SGL unaltered 263 dapls_ib_max_request_iov(int iovs, int wqes, int max_iovs, argument 270 } else if (wqes < 128) { 273 } else if (wqes < 256) {
|
Completed in 59 milliseconds