/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_mq.c | 82 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 D | oce_queue.c | 276 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 D | oce_intr.c | 309 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 D | oce_rx.c | 567 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 D | oce_gld.c | 306 oce_arm_cq(dev, wq->cq->cq_id, 0, B_TRUE); in oce_m_send()
|
H A D | oce_tx.c | 597 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 D | oce_hw_eth.h | 364 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 D | oce_hw.h | 1082 uint16_t cq_id; member 1113 uint32_t cq_id:10; member 1137 uint32_t cq_id:10;
|
H A D | oce_io.h | 142 uint32_t cq_id; member
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 1185 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 D | stream.h | 524 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 D | dedump.c | 166 "%lu\n", hdr, cq->cq_cmd, (void *)cq->cq_cr, cq->cq_id, cq->cq_flag, in dedump_copyreq()
|
H A D | consms.c | 603 if ((msg = consms_mux_find_msg(copyreq->cq_id)) != NULL) {
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge.h | 447 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 D | ttymux.c | 949 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 D | 5710_hsi.h | 7637 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 D | streamio.c | 2249 (stp->sd_iocid != reqp->cq_id)) { in strrput_nondata()
|