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

/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_droq.c354 * buf_cnt - no. of buffers used by the packet.
371 uint32_t buf_cnt, uint32_t idx)
387 recv_pkt->buffer_count = (uint16_t)buf_cnt;
393 while (buf_cnt) {
403 buf_cnt--;
564 uint32_t i = 0, buf_cnt; local
575 buf_cnt = lio_droq_get_bufcount(droq->buffer_size,
579 buf_cnt = 1;
582 droq->read_idx = lio_incr_index(droq->read_idx, buf_cnt,
584 droq->refill_count += buf_cnt;
370 lio_create_recv_info(struct octeon_device *octeon_dev, struct lio_droq *droq, uint32_t buf_cnt, uint32_t idx) argument
626 uint32_t buf_cnt; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow-defs.h1307 uint64_t buf_cnt : 12; /**< # of internal buffers allocated to QOS level X */ member in struct:cvmx_pow_qos_thrx::cvmx_pow_qos_thrx_s
1319 uint64_t buf_cnt : 12;
1329 uint64_t buf_cnt : 7; /**< # of internal buffers allocated to QOS level X */ member in struct:cvmx_pow_qos_thrx::cvmx_pow_qos_thrx_cn30xx
1343 uint64_t buf_cnt : 7;
1354 uint64_t buf_cnt : 9; /**< # of internal buffers allocated to QOS level X */ member in struct:cvmx_pow_qos_thrx::cvmx_pow_qos_thrx_cn31xx
1368 uint64_t buf_cnt : 9;
1382 uint64_t buf_cnt : 10; /**< # of internal buffers allocated to QOS level X */ member in struct:cvmx_pow_qos_thrx::cvmx_pow_qos_thrx_cn52xx
1396 uint64_t buf_cnt : 10;
1413 uint64_t buf_cnt : 11; /**< # of internal buffers allocated to QOS level X */ member in struct:cvmx_pow_qos_thrx::cvmx_pow_qos_thrx_cn63xx
1427 uint64_t buf_cnt
[all...]
H A Dcvmx-sso-defs.h1645 uint64_t buf_cnt : 12; /**< # of internal buffers allocated to QOS level X */ member in struct:cvmx_sso_qos_thrx::cvmx_sso_qos_thrx_s
1659 uint64_t buf_cnt : 12;

Completed in 79 milliseconds