Home
last modified time | relevance | path

Searched refs:wq_type (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_wr.h243 uint32_t wq_type; member
257 tavor_workq_hdr_s::wq_type
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c79 tavor_cqhdl_t cq, uint_t qpn, uint_t wq_type, uint_t create_wql);
3105 else if (cmpp->cmp_type < curr->wq_type) in tavor_wrid_wqhdr_compare()
3107 else if (cmpp->cmp_type > curr->wq_type) in tavor_wrid_wqhdr_compare()
3119 tavor_wrid_wqhdr_find(tavor_cqhdl_t cq, uint_t qpn, uint_t wq_type) in tavor_wrid_wqhdr_find() argument
3133 cmp.cmp_type = wq_type; in tavor_wrid_wqhdr_find()
3149 uint_t wq_type, uint_t create_wql) in tavor_wrid_wqhdr_create() argument
3169 wqhdr_tmp->wq_type = wq_type; in tavor_wrid_wqhdr_create()
3448 cmp.cmp_type = wqhdr->wq_type; in tavor_cq_wqhdr_add()
H A Dtavor_srq.c46 tavor_qp_wq_type_t wq_type, uint_t *logwqesz, uint_t *max_sgl);
1014 tavor_qp_wq_type_t wq_type, uint_t *logwqesz, uint_t *max_sgl) in tavor_srq_sgl_to_logwqesz() argument
1018 switch (wq_type) { in tavor_srq_sgl_to_logwqesz()
H A Dtavor_qp.c54 tavor_qp_wq_type_t wq_type, uint_t *logwqesz, uint_t *max_sgl);
1824 tavor_qp_wq_type_t wq_type, uint_t *logwqesz, uint_t *max_sgl) in tavor_qp_sgl_to_logwqesz() argument
1828 switch (wq_type) { in tavor_qp_sgl_to_logwqesz()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_queue.c52 int wq_type);
456 oce_wq_init(struct oce_dev *dev, uint32_t q_len, int wq_type) in oce_wq_init() argument
482 wq->cfg.wq_type = (uint8_t)wq_type; in oce_wq_init()
605 fwcmd->params.req.nic_wq_type = (uint8_t)wq->cfg.wq_type; in oce_wq_create()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c45 hermon_qp_wq_type_t wq_type, uint_t *logwqesz, uint_t *max_sgl);
965 hermon_qp_wq_type_t wq_type, uint_t *logwqesz, uint_t *max_sgl) in hermon_srq_sgl_to_logwqesz() argument
969 switch (wq_type) { in hermon_srq_sgl_to_logwqesz()
H A Dhermon_qp.c53 uint_t real_max_sgl, hermon_qp_wq_type_t wq_type,
2818 uint_t real_max_sgl, hermon_qp_wq_type_t wq_type, in hermon_qp_sgl_to_logwqesz() argument
2823 switch (wq_type) { in hermon_qp_sgl_to_logwqesz()
H A Dhermon_wr.c2436 hermon_wrid_wqavl_find(hermon_cqhdl_t cq, uint_t qpn, uint_t wq_type) in hermon_wrid_wqavl_find() argument
2448 cmp.cmp_type = wq_type; in hermon_wrid_wqavl_find()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h202 uint8_t wq_type; member