Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c319 struct hwc_cq *hwc_cq = ctx; in mana_hwc_comp_event() local
332 hwc_cq->tx_event_handler(hwc_cq->tx_event_ctx, in mana_hwc_comp_event()
336 hwc_cq->rx_event_handler(hwc_cq->rx_event_ctx, in mana_hwc_comp_event()
348 if (hwc_cq->gdma_cq) in mana_hwc_destroy_cq()
354 kfree(hwc_cq); in mana_hwc_destroy_cq()
366 struct hwc_cq *hwc_cq; in mana_hwc_create_cq() local
378 hwc_cq = kzalloc(sizeof(*hwc_cq), GFP_KERNEL); in mana_hwc_create_cq()
379 if (!hwc_cq) in mana_hwc_create_cq()
403 hwc_cq->hwc = hwc; in mana_hwc_create_cq()
492 u32 max_msg_size, struct hwc_cq *hwc_cq, in mana_hwc_create_wq() argument
[all …]
/linux-6.15/include/net/mana/
H A Dhw_channel.h133 struct hwc_cq { struct
155 struct hwc_cq *hwc_cq; argument
182 struct hwc_cq *cq;