Searched refs:ceqe_data (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_eqs.h | 217 void (*handler)(void *handle, u32 ceqe_data); 241 void (*ceq_cb)(void *handle, u32 ceqe_data));
|
| H A D | hinic_hw_cmdq.c | 639 static void cmdq_ceq_handler(void *handle, u32 ceqe_data) in cmdq_ceq_handler() argument 641 enum hinic_cmdq_type cmdq_type = CMDQ_CEQE_GET(ceqe_data, TYPE); in cmdq_ceq_handler()
|
| H A D | hinic_hw_eqs.c | 150 void (*handler)(void *handle, u32 ceqe_data)) in hinic_ceq_register_cb() argument
|
| /linux/drivers/net/ethernet/huawei/hinic3/ |
| H A D | hinic3_eqs.h | 92 __le32 ceqe_data);
|
| H A D | hinic3_cmdq.h | 147 void hinic3_cmdq_ceq_handler(struct hinic3_hwdev *hwdev, __le32 ceqe_data);
|
| H A D | hinic3_eqs.c | 186 __le32 ceqe_data = CEQE_DATA(ceqe); in ceq_event_handler() local 190 event, ceqe_data); in ceq_event_handler() 196 ceqs->ceq_cb[event](hwdev, ceqe_data); in ceq_event_handler()
|
| H A D | hinic3_cmdq.c | 232 void hinic3_cmdq_ceq_handler(struct hinic3_hwdev *hwdev, __le32 ceqe_data) in hinic3_cmdq_ceq_handler() argument 234 enum hinic3_cmdq_type cmdq_type = CMDQ_CEQE_GET(ceqe_data, TYPE); in hinic3_cmdq_ceq_handler()
|