Searched refs:init_eq (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_eqs.c | 722 static int init_eq(struct hinic_eq *eq, struct hinic_hwif *hwif, in init_eq() function 875 err = init_eq(&aeqs->aeq[q_id], hwif, HINIC_AEQ, q_id, q_len, in hinic_aeqs_init() 930 err = init_eq(&ceqs->ceq[q_id], hwif, HINIC_CEQ, q_id, q_len, in hinic_ceqs_init()
|
/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 6910 .init_eq = hns_roce_v2_init_eq_table,
|