Home
last modified time | relevance | path

Searched refs:cq_id (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mq.c82 oce_arm_cq(dev, cq->cq_id, num_cqe, B_TRUE); in oce_drain_mq_cq()
89 oce_arm_cq(mq->parent, mq->cq->cq_id, 0, B_TRUE); in oce_start_mq()
113 oce_arm_cq(dev, cq->cq_id, num_cqe, B_FALSE); in oce_clean_mq()
H A Doce_queue.c276 cq->cq_id = LE_16(fwcmd->params.rsp.cq_id); in oce_cq_create()
277 dev->cq[cq->cq_id % OCE_MAX_CQ] = cq; in oce_cq_create()
303 fwcmd->params.req.id = cq->cq_id; in oce_cq_del()
310 dev->cq[cq->cq_id % OCE_MAX_CQ] = NULL; in oce_cq_del()
374 fwcmd->params.req.context.u0.s.cq_id = cq->cq_id; in oce_mq_create()
617 fwcmd->params.req.cq_id = cq->cq_id; in oce_wq_create()
848 fwcmd->params.req.cq_id = cq->cq_id; in oce_rq_create()
H A Doce_intr.c309 uint16_t cq_id; in oce_isr() local
333 cq_id = eqe->u0.s.resource_id % OCE_MAX_CQ; in oce_isr()
334 cq = dev->cq[cq_id]; in oce_isr()
H A Doce_rx.c567 oce_arm_cq(dev, cq->cq_id, num_cqe, B_TRUE); in oce_drain_rq_cq()
631 oce_arm_cq(dev, cq->cq_id, 1, B_TRUE); in oce_clean_rq()
661 oce_arm_cq(dev, rq->cq->cq_id, 0, B_TRUE); in oce_start_rq()
H A Doce_gld.c306 oce_arm_cq(dev, wq->cq->cq_id, 0, B_TRUE); in oce_m_send()
H A Doce_tx.c597 oce_arm_cq(wq->parent, cq->cq_id, num_cqe, rearm); in oce_process_tx_compl()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw_eth.h364 uint32_t cq_id:16; member
384 uint32_t cq_id:16;
432 uint16_t cq_id; member
435 uint16_t cq_id;
H A Doce_hw.h1082 uint16_t cq_id; member
1113 uint32_t cq_id:10; member
1137 uint32_t cq_id:10;
H A Doce_io.h142 uint32_t cq_id; member
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c1185 if (num_free_buffers < qlge->rx_sb_low_count[rx_ring->cq_id]) in ql_refill_sbuf_free_list()
1186 qlge->rx_sb_low_count[rx_ring->cq_id] = num_free_buffers; in ql_refill_sbuf_free_list()
1194 rx_ring->cq_id, rx_ring->rx_indicate, rx_ring->mac_flags, in ql_refill_sbuf_free_list()
1299 if (num_free_buffers < qlge->rx_lb_low_count[rx_ring->cq_id]) { in ql_refill_lbuf_free_list()
1300 qlge->rx_lb_low_count[rx_ring->cq_id] = num_free_buffers; in ql_refill_lbuf_free_list()
1308 rx_ring->cq_id, rx_ring->rx_indicate, rx_ring->mac_flags, in ql_refill_lbuf_free_list()
1960 __func__, qlge->instance, rx_ring->cq_id); in ql_build_rx_mp()
2038 __func__, qlge->instance, rx_ring->cq_id); in ql_build_rx_mp()
2106 __func__, qlge->instance, rx_ring->cq_id); in ql_build_rx_mp()
2467 if (num_free_entries < qlge->cq_low_count[rx_ring->cq_id]) in ql_ring_rx()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dstream.h524 uint_t cq_id; /* ioctl id (from ioc_id) */ member
534 uint_t cq_id; /* ioctl id (from ioc_id) */ member
/titanic_44/usr/src/uts/common/io/
H A Ddedump.c166 "%lu\n", hdr, cq->cq_cmd, (void *)cq->cq_cr, cq->cq_id, cq->cq_flag, in dedump_copyreq()
H A Dconsms.c603 if ((msg = consms_mux_find_msg(copyreq->cq_id)) != NULL) {
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h447 uint16_t cq_id; /* completion (rx) queue for */ member
518 uint16_t cq_id; member
/titanic_44/usr/src/uts/sun/io/ttymux/
H A Dttymux.c949 info->sm_id = ((struct copyreq *)mp->b_rptr)->cq_id; in sm_getiocinfo()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h7637 u8_t cq_id /* X inits to zero. U uses. */; member
7641 u8_t cq_id /* X inits to zero. U uses. */; member
/titanic_44/usr/src/uts/common/os/
H A Dstreamio.c2249 (stp->sd_iocid != reqp->cq_id)) { in strrput_nondata()