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 in struct:tavor_workq_hdr_s
257 tavor_workq_hdr_s::wq_type
/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)
969 switch (wq_type) {
964 hermon_srq_sgl_to_logwqesz(hermon_state_t *state, uint_t num_sgl, hermon_qp_wq_type_t wq_type, uint_t *logwqesz, uint_t *max_sgl) argument
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,
2823 switch (wq_type) {
2817 hermon_qp_sgl_to_logwqesz(hermon_state_t *state, uint_t num_sgl, uint_t real_max_sgl, hermon_qp_wq_type_t wq_type, uint_t *logwqesz, uint_t *max_sgl) argument
H A Dhermon_wr.c2436 hermon_wrid_wqavl_find(hermon_cqhdl_t cq, uint_t qpn, uint_t wq_type) argument
2448 cmp.cmp_type = wq_type;
/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) argument
482 wq->cfg.wq_type = (uint8_t)wq_type;
605 fwcmd->params.req.nic_wq_type = (uint8_t)wq->cfg.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);
3299 else if (cmpp->cmp_type < curr->wq_type)
3301 else if (cmpp->cmp_type > curr->wq_type)
3313 tavor_wrid_wqhdr_find(tavor_cqhdl_t cq, uint_t qpn, uint_t wq_type) argument
3329 cmp.cmp_type = wq_type;
3346 uint_t wq_type, uint_t create_wql)
3369 wqhdr_tmp->wq_type = wq_type;
3657 cmp.cmp_type = wqhdr->wq_type;
3345 tavor_wrid_wqhdr_create(tavor_state_t *state, tavor_cqhdl_t cq, uint_t qpn, uint_t wq_type, uint_t create_wql) argument
H A Dtavor_srq.c46 tavor_qp_wq_type_t wq_type, uint_t *logwqesz, uint_t *max_sgl);
1088 tavor_qp_wq_type_t wq_type, uint_t *logwqesz, uint_t *max_sgl)
1094 switch (wq_type) {
1087 tavor_srq_sgl_to_logwqesz(tavor_state_t *state, uint_t num_sgl, tavor_qp_wq_type_t wq_type, uint_t *logwqesz, uint_t *max_sgl) argument
H A Dtavor_qp.c54 tavor_qp_wq_type_t wq_type, uint_t *logwqesz, uint_t *max_sgl);
1979 tavor_qp_wq_type_t wq_type, uint_t *logwqesz, uint_t *max_sgl)
1985 switch (wq_type) {
1978 tavor_qp_sgl_to_logwqesz(tavor_state_t *state, uint_t num_sgl, tavor_qp_wq_type_t wq_type, uint_t *logwqesz, uint_t *max_sgl) argument
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h202 uint8_t wq_type; member in struct:wq_config

Completed in 116 milliseconds