Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dnhi.c407 ring->start_poll(ring->poll_data); in __ring_interrupt()
583 void *poll_data) in tb_ring_alloc() argument
611 ring->poll_data = poll_data; in tb_ring_alloc()
674 void (*start_poll)(void *), void *poll_data) in tb_ring_alloc_rx() argument
677 start_poll, poll_data); in tb_ring_alloc_rx()
/linux/drivers/crypto/hisilicon/
H A Dqm.c953 struct hisi_qm_poll_data *poll_data = in qm_work_process() local
955 struct hisi_qm *qm = poll_data->qm; in qm_work_process()
956 u16 eqe_num = poll_data->eqe_num; in qm_work_process()
961 qp = &qm->qp_array[poll_data->qp_finish_id[i]]; in qm_work_process()
978 struct hisi_qm_poll_data *poll_data = NULL; in qm_get_complete_eqe_num() local
992 poll_data = &qm->poll_data[cqn]; in qm_get_complete_eqe_num()
995 poll_data->qp_finish_id[eqe_num] = dw0 & QM_EQE_CQN_MASK; in qm_get_complete_eqe_num()
1012 poll_data->eqe_num = eqe_num; in qm_get_complete_eqe_num()
1013 queue_work(qm->wq, &poll_data->work); in qm_get_complete_eqe_num()
2928 kfree(qm->poll_data[i].qp_finish_id); in hisi_qp_memory_uninit()
[all …]
/linux/drivers/net/ethernet/sun/
H A Dsunhme.h449 unsigned int poll_data; /* MIF poll data */ member
/linux/include/linux/
H A Dhisi_acc_qm.h408 struct hisi_qm_poll_data *poll_data; member
/linux/drivers/scsi/qla2xxx/
H A Dqla_sup.c2146 qla2x00_poll_flash(struct qla_hw_data *ha, uint32_t addr, uint8_t poll_data, in qla2x00_poll_flash() argument
2156 poll_data &= BIT_7; in qla2x00_poll_flash()
2159 if ((flash_data & BIT_7) == poll_data) { in qla2x00_poll_flash()