Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c317 struct hwc_cq *hwc_cq = ctx; in mana_hwc_comp_event() local
330 hwc_cq->tx_event_handler(hwc_cq->tx_event_ctx, in mana_hwc_comp_event()
334 hwc_cq->rx_event_handler(hwc_cq->rx_event_ctx, in mana_hwc_comp_event()
346 if (hwc_cq->gdma_cq) in mana_hwc_destroy_cq()
352 kfree(hwc_cq); in mana_hwc_destroy_cq()
364 struct hwc_cq *hwc_cq; in mana_hwc_create_cq() local
376 hwc_cq = kzalloc(sizeof(*hwc_cq), GFP_KERNEL); in mana_hwc_create_cq()
377 if (!hwc_cq) in mana_hwc_create_cq()
401 hwc_cq->hwc = hwc; in mana_hwc_create_cq()
489 u32 max_msg_size, struct hwc_cq *hwc_cq, in mana_hwc_create_wq() argument
[all …]
/openbmc/linux/include/net/mana/
H A Dhw_channel.h133 struct hwc_cq { struct
155 struct hwc_cq *hwc_cq; argument
182 struct hwc_cq *cq;