Searched defs:cqe_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c1550 u8_t cqe_size)
1559 qe_buffer->last += (qe_buffer->left-1)*cqe_size;
1560 qe_buffer->qe_size = cqe_size;
1727 u8_t cqe_size; local
1730 cqe_size = sizeof(struct toe_tx_cqe);
1734 mem_size = pdev->params.l4_history_cqe_cnt*cqe_size;
1736 _lm_tcp_init_qe_buffer(pdev, &con->history_cqes, mblk->free, pdev->params.l4_history_cqe_cnt, cqe_size);
1743 cqe_size = sizeof(struct toe_rx_cqe);
1545 _lm_tcp_init_qe_buffer( struct _lm_device_t * pdev, lm_tcp_qe_buffer_t * qe_buffer, u8_t * mem_virt, u32_t cnt, u8_t cqe_size) argument

Completed in 60 milliseconds