Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dthunderbolt.h553 void *poll_data; member
612 void (*start_poll)(void *), void *poll_data);
Dhisi_acc_qm.h333 struct hisi_qm_poll_data *poll_data; member
/Linux-v6.6/drivers/crypto/hisilicon/
Dqm.c858 static int qm_get_complete_eqe_num(struct hisi_qm_poll_data *poll_data) in qm_get_complete_eqe_num() argument
860 struct hisi_qm *qm = poll_data->qm; in qm_get_complete_eqe_num()
868 poll_data->qp_finish_id[eqe_num] = cqn; in qm_get_complete_eqe_num()
891 struct hisi_qm_poll_data *poll_data = in qm_work_process() local
893 struct hisi_qm *qm = poll_data->qm; in qm_work_process()
898 eqe_num = qm_get_complete_eqe_num(poll_data); in qm_work_process()
900 qp = &qm->qp_array[poll_data->qp_finish_id[i]]; in qm_work_process()
917 struct hisi_qm_poll_data *poll_data; in do_qm_eq_irq() local
925 poll_data = &qm->poll_data[cqn]; in do_qm_eq_irq()
926 queue_work(qm->wq, &poll_data->work); in do_qm_eq_irq()
[all …]
/Linux-v6.6/drivers/thunderbolt/
Dnhi.c404 ring->start_poll(ring->poll_data); in __ring_interrupt()
580 void *poll_data) in tb_ring_alloc() argument
608 ring->poll_data = poll_data; in tb_ring_alloc()
667 void (*start_poll)(void *), void *poll_data) in tb_ring_alloc_rx() argument
670 start_poll, poll_data); in tb_ring_alloc_rx()
/Linux-v6.6/drivers/net/ethernet/sun/
Dsunhme.h449 unsigned int poll_data; /* MIF poll data */ member
/Linux-v6.6/drivers/scsi/qla2xxx/
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()