Home
last modified time | relevance | path

Searched refs:devq (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.h40 struct list_head devq; member
H A Dsiw_cm.c166 INIT_LIST_HEAD(&cep->devq); in siw_cep_alloc()
177 list_add_tail(&cep->devq, &sdev->cep_list); in siw_cep_alloc()
262 list_del(&cep->devq); in __siw_cep_dealloc()
H A Dsiw.h420 struct list_head devq; member
H A Dsiw_verbs.c484 INIT_LIST_HEAD(&qp->devq); in siw_create_qp()
486 list_add_tail(&qp->devq, &sdev->qp_list); in siw_create_qp()
H A Dsiw_qp.c1339 list_del(&qp->devq); in siw_free_qp()
/linux/drivers/infiniband/hw/erdma/
H A Derdma_cm.h89 struct list_head devq; member
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c2411 struct net_device *dev, struct netdev_queue *devq, in t4vf_sge_alloc_eth_txq() argument
2498 txq->txq = devq; in t4vf_sge_alloc_eth_txq()