Home
last modified time | relevance | path

Searched refs:tx_cq (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/infiniband/ulp/iser/
Diser_verbs.c85 device->tx_cq = ib_create_cq(device->ib_device, in iser_create_device_ib_res()
90 if (IS_ERR(device->tx_cq)) in iser_create_device_ib_res()
118 ib_destroy_cq(device->tx_cq); in iser_create_device_ib_res()
139 (void)ib_destroy_cq(device->tx_cq); in iser_free_device_ib_res()
144 device->tx_cq = NULL; in iser_free_device_ib_res()
206 init_attr.send_cq = device->tx_cq; in iser_create_ib_conn_res()
764 struct ib_cq *cq = device->tx_cq; in iser_drain_tx_cq()
Discsi_iser.h232 struct ib_cq *tx_cq; member
/linux-2.6.39/drivers/net/mlx4/
Den_netdev.c446 cq = &priv->tx_cq[i]; in mlx4_en_set_default_moderation()
681 cq = &priv->tx_cq[i]; in mlx4_en_start_port()
758 mlx4_en_deactivate_cq(priv, &priv->tx_cq[tx_index]); in mlx4_en_start_port()
816 mlx4_en_deactivate_cq(priv, &priv->tx_cq[i]); in mlx4_en_stop_port()
921 if (priv->tx_cq[i].buf) in mlx4_en_free_resources()
922 mlx4_en_destroy_cq(priv, &priv->tx_cq[i], reserve_vectors); in mlx4_en_free_resources()
947 if (mlx4_en_create_cq(priv, &priv->tx_cq[i], in mlx4_en_alloc_resources()
Den_tx.c447 struct mlx4_en_cq *cq = &priv->tx_cq[tx_ind]; in mlx4_en_xmit_poll()
662 cq = &priv->tx_cq[tx_ind]; in mlx4_en_xmit()
Dmlx4_en.h474 struct mlx4_en_cq tx_cq[MAX_TX_RINGS]; member
/linux-2.6.39/drivers/net/benet/
Dbe_main.c1248 static struct be_eth_tx_compl *be_tx_compl_get(struct be_queue_info *tx_cq) in be_tx_compl_get() argument
1250 struct be_eth_tx_compl *txcp = queue_tail_node(tx_cq); in be_tx_compl_get()
1260 queue_tail_inc(tx_cq); in be_tx_compl_get()
1373 struct be_queue_info *tx_cq = &adapter->tx_obj.cq; in be_tx_compl_clean() local
1383 while ((txcp = be_tx_compl_get(tx_cq))) { in be_tx_compl_clean()
1390 be_cq_notify(adapter, tx_cq->id, false, cmpl); in be_tx_compl_clean()
1760 struct be_queue_info *tx_cq = &adapter->tx_obj.cq; in be_poll_tx_mcc() local
1765 while ((txcp = be_tx_compl_get(tx_cq))) { in be_poll_tx_mcc()