Home
last modified time | relevance | path

Searched refs:poll_data (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dthunderbolt.h539 void *poll_data; member
598 void (*start_poll)(void *), void *poll_data);
A Dhisi_acc_qm.h333 struct hisi_qm_poll_data *poll_data; member
/linux-6.3-rc2/drivers/crypto/hisilicon/
A Dqm.c854 struct hisi_qm *qm = poll_data->qm; in qm_get_complete_eqe_num()
885 struct hisi_qm_poll_data *poll_data = in qm_work_process() local
887 struct hisi_qm *qm = poll_data->qm; in qm_work_process()
911 struct hisi_qm_poll_data *poll_data; in do_qm_eq_irq() local
919 poll_data = &qm->poll_data[cqn]; in do_qm_eq_irq()
920 queue_work(qm->wq, &poll_data->work); in do_qm_eq_irq()
2755 kfree(qm->poll_data[i].qp_finish_id); in hisi_qp_memory_uninit()
2758 kfree(qm->poll_data); in hisi_qp_memory_uninit()
2772 if (!qm->poll_data[id].qp_finish_id) in hisi_qp_memory_init()
5264 if (!qm->poll_data) { in hisi_qp_alloc_memory()
[all …]
/linux-6.3-rc2/drivers/thunderbolt/
A Dnhi.c368 ring->start_poll(ring->poll_data); in __ring_interrupt()
540 void *poll_data) in tb_ring_alloc() argument
568 ring->poll_data = poll_data; in tb_ring_alloc()
627 void (*start_poll)(void *), void *poll_data) in tb_ring_alloc_rx() argument
630 start_poll, poll_data); in tb_ring_alloc_rx()
/linux-6.3-rc2/drivers/net/ethernet/sun/
A Dsunhme.h449 unsigned int poll_data; /* MIF poll data */ member
/linux-6.3-rc2/drivers/scsi/qla2xxx/
A Dqla_sup.c2130 qla2x00_poll_flash(struct qla_hw_data *ha, uint32_t addr, uint8_t poll_data, in qla2x00_poll_flash() argument
2140 poll_data &= BIT_7; in qla2x00_poll_flash()
2143 if ((flash_data & BIT_7) == poll_data) { in qla2x00_poll_flash()

Completed in 37 milliseconds