Searched refs:init_eq (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/huawei/hinic/ |
| D | hinic_hw_eqs.c | 660 static int init_eq(struct hinic_eq *eq, struct hinic_hwif *hwif, in init_eq() function 796 err = init_eq(&aeqs->aeq[q_id], hwif, HINIC_AEQ, q_id, q_len, in hinic_aeqs_init() 850 err = init_eq(&ceqs->ceq[q_id], hwif, HINIC_CEQ, q_id, q_len, in hinic_ceqs_init()
|
| /Linux-v5.4/drivers/infiniband/hw/hns/ |
| D | hns_roce_main.c | 906 ret = hr_dev->hw->init_eq(hr_dev); in hns_roce_init()
|
| D | hns_roce_device.h | 980 int (*init_eq)(struct hns_roce_dev *hr_dev); member
|
| D | hns_roce_hw_v1.c | 4480 .init_eq = hns_roce_v1_init_eq_table,
|
| D | hns_roce_hw_v2.c | 6361 .init_eq = hns_roce_v2_init_eq_table,
|