Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_eqs.c32 #define EQ_CONS_IDX_REG_ADDR(eq) (((eq)->type == HINIC_AEQ) ? \
36 #define EQ_PROD_IDX_REG_ADDR(eq) (((eq)->type == HINIC_AEQ) ? \
40 #define EQ_HI_PHYS_ADDR_REG(eq, pg_num) (((eq)->type == HINIC_AEQ) ? \
44 #define EQ_LO_PHYS_ADDR_REG(eq, pg_num) (((eq)->type == HINIC_AEQ) ? \
349 if (eq->type == HINIC_AEQ) in eq_irq_handler()
427 if (type == HINIC_AEQ) { in get_ctrl0_val()
473 if (eq->type == HINIC_AEQ) in set_ctrl0()
488 if (type == HINIC_AEQ) { in get_ctrl1_val()
529 if (eq->type == HINIC_AEQ) in set_ctrl1()
671 if (eq->type == HINIC_AEQ) in alloc_eq_pages()
[all …]
Dhinic_hw_eqs.h141 HINIC_AEQ, enumerator