Searched refs:rx_cq (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/infiniband/ulp/iser/ |
D | iser_verbs.c | 77 device->rx_cq = ib_create_cq(device->ib_device, in iser_create_device_ib_res() 82 if (IS_ERR(device->rx_cq)) in iser_create_device_ib_res() 93 if (ib_req_notify_cq(device->rx_cq, IB_CQ_NEXT_COMP)) in iser_create_device_ib_res() 120 ib_destroy_cq(device->rx_cq); in iser_create_device_ib_res() 140 (void)ib_destroy_cq(device->rx_cq); in iser_free_device_ib_res() 145 device->rx_cq = NULL; in iser_free_device_ib_res() 207 init_attr.recv_cq = device->rx_cq; in iser_create_ib_conn_res() 794 struct ib_cq *cq = device->rx_cq; in iser_cq_tasklet_fn()
|
D | iscsi_iser.h | 231 struct ib_cq *rx_cq; member
|
/linux-2.6.39/drivers/net/mlx4/ |
D | en_netdev.c | 387 cq = &priv->rx_cq[i]; in mlx4_en_netpoll() 440 cq = &priv->rx_cq[i]; in mlx4_en_set_default_moderation() 536 cq = &priv->rx_cq[i]; in mlx4_en_auto_moderation() 634 cq = &priv->rx_cq[i]; in mlx4_en_start_port() 766 mlx4_en_deactivate_cq(priv, &priv->rx_cq[rx_index]); in mlx4_en_start_port() 829 while (test_bit(NAPI_STATE_SCHED, &priv->rx_cq[i].napi.state)) in mlx4_en_stop_port() 831 mlx4_en_deactivate_cq(priv, &priv->rx_cq[i]); in mlx4_en_stop_port() 928 if (priv->rx_cq[i].buf) in mlx4_en_free_resources() 929 mlx4_en_destroy_cq(priv, &priv->rx_cq[i], reserve_vectors); in mlx4_en_free_resources() 958 if (mlx4_en_create_cq(priv, &priv->rx_cq[i], in mlx4_en_alloc_resources()
|
D | en_ethtool.c | 379 priv->rx_cq[i].moder_cnt = priv->rx_frames; in mlx4_en_set_coalesce() 380 priv->rx_cq[i].moder_time = priv->rx_usecs; in mlx4_en_set_coalesce() 381 err = mlx4_en_set_cq_moder(priv, &priv->rx_cq[i]); in mlx4_en_set_coalesce()
|
D | mlx4_en.h | 475 struct mlx4_en_cq rx_cq[MAX_RX_RINGS]; member
|
D | en_rx.c | 328 ring->cqn = priv->rx_cq[ring_ind].mcq.cqn; in mlx4_en_activate_rx_rings()
|
/linux-2.6.39/drivers/net/benet/ |
D | be_main.c | 1351 struct be_queue_info *rx_cq = &rxo->cq; in be_rx_q_clean() local 1358 be_cq_notify(adapter, rx_cq->id, false, 1); in be_rx_q_clean() 1716 struct be_queue_info *rx_cq = &rxo->cq; in be_poll_rx() local 1743 be_cq_notify(adapter, rx_cq->id, true, work_done); in be_poll_rx() 1746 be_cq_notify(adapter, rx_cq->id, false, work_done); in be_poll_rx()
|