Home
last modified time | relevance | path

Searched refs:hwc_wq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c470 struct hwc_wq *hwc_wq) in mana_hwc_destroy_wq() argument
474 if (hwc_wq->gdma_wq) in mana_hwc_destroy_wq()
476 hwc_wq->gdma_wq); in mana_hwc_destroy_wq()
478 kfree(hwc_wq); in mana_hwc_destroy_wq()
487 struct hwc_wq *hwc_wq; in mana_hwc_create_wq() local
501 hwc_wq = kzalloc(sizeof(*hwc_wq), GFP_KERNEL); in mana_hwc_create_wq()
502 if (!hwc_wq) in mana_hwc_create_wq()
509 hwc_wq->hwc = hwc; in mana_hwc_create_wq()
510 hwc_wq->gdma_wq = queue; in mana_hwc_create_wq()
512 hwc_wq->hwc_cq = hwc_cq; in mana_hwc_create_wq()
[all …]
/openbmc/linux/include/net/mana/
H A Dhw_channel.h148 struct hwc_wq { struct
180 struct hwc_wq *rxq;
181 struct hwc_wq *txq;