Home
last modified time | relevance | path

Searched refs:cq_bufsz (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h217 uint32_t cq_bufsz; member
247 _NOTE(DATA_READABLE_WITHOUT_LOCK(tavor_sw_cq_s::cq_bufsz
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h218 uint32_t cq_bufsz; member
252 _NOTE(DATA_READABLE_WITHOUT_LOCK(hermon_sw_cq_s::cq_bufsz
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c341 cq->cq_bufsz = (1 << log_cq_size); in hermon_cq_alloc()
753 resize_hdl->cq_bufsz = (1 << log_cq_size); in hermon_cq_resize()
890 mask = cq->cq_bufsz; in hermon_cq_poll()
896 wrap_around_mask = (cq->cq_bufsz - 1); in hermon_cq_poll()
923 wrap_around_mask = (cq->cq_bufsz - 1); in hermon_cq_poll()
1629 cq->cq_bufsz = resize_hdl->cq_bufsz; in hermon_cq_resize_helper()
1675 mask = cq->cq_bufsz; in hermon_cq_entries_flush()
H A Dhermon_umap.c1565 data->mcq_numcqe = cq->cq_resize_hdl->cq_bufsz; in hermon_umap_cq_data_out()
1568 data->mcq_numcqe = cq->cq_bufsz; in hermon_umap_cq_data_out()
H A Dhermon_ci.c913 *entries_p = cqhdl->cq_bufsz; in hermon_ci_query_cq()
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c319 cq->cq_bufsz = (1 << log_cq_size); in tavor_cq_alloc()
790 cq->cq_bufsz = (1 << log_cq_size); in tavor_cq_resize()
938 wrap_around_mask = (cq->cq_bufsz - 1); in tavor_cq_poll()
1000 num_to_increment = ((cons_indx + cq->cq_bufsz) - in tavor_cq_poll()
1690 wrap_around_mask = (cq->cq_bufsz - 1); in tavor_cq_resize_helper()
1770 wrap_around_mask = (cq->cq_bufsz - 1); in tavor_cq_srq_entries_flush()
1893 num_to_increment = ((cons_indx + cq->cq_bufsz) - in tavor_cq_srq_entries_flush()
H A Dtavor_umap.c1225 data->mcq_numcqe = cq->cq_bufsz; in tavor_umap_cq_data_out()
H A Dtavor_ci.c1251 *entries_p = cqhdl->cq_bufsz; in tavor_ci_query_cq()