Searched refs:poll_data (Results 1 – 8 of 8) sorted by relevance
63 rbc->poll_data = data; in ringbuffer_consumer_register()141 prc = rbc->poll_fn(rbc->poll_data, force_len); in ringbuffer_consumer_ensure_space()198 prc = rbc->poll_fn(rbc->poll_data, 0); in ringbuffer_queue()
218 void *poll_data; member
553 void *poll_data; member612 void (*start_poll)(void *), void *poll_data);
362 struct hisi_qm_poll_data *poll_data; member
404 ring->start_poll(ring->poll_data); in __ring_interrupt()580 void *poll_data) in tb_ring_alloc() argument608 ring->poll_data = poll_data; in tb_ring_alloc()667 void (*start_poll)(void *), void *poll_data) in tb_ring_alloc_rx() argument670 start_poll, poll_data); in tb_ring_alloc_rx()
905 struct hisi_qm_poll_data *poll_data = in qm_work_process() local907 struct hisi_qm *qm = poll_data->qm; in qm_work_process()908 u16 eqe_num = poll_data->eqe_num; in qm_work_process()913 qp = &qm->qp_array[poll_data->qp_finish_id[i]]; in qm_work_process()930 struct hisi_qm_poll_data *poll_data = NULL; in qm_get_complete_eqe_num() local943 poll_data = &qm->poll_data[cqn]; in qm_get_complete_eqe_num()947 poll_data->qp_finish_id[eqe_num] = cqn; in qm_get_complete_eqe_num()963 poll_data->eqe_num = eqe_num; in qm_get_complete_eqe_num()964 queue_work(qm->wq, &poll_data->work); in qm_get_complete_eqe_num()2792 kfree(qm->poll_data[i].qp_finish_id); in hisi_qp_memory_uninit()[all …]
449 unsigned int poll_data; /* MIF poll data */ member
2146 qla2x00_poll_flash(struct qla_hw_data *ha, uint32_t addr, uint8_t poll_data, in qla2x00_poll_flash() argument2156 poll_data &= BIT_7; in qla2x00_poll_flash()2159 if ((flash_data & BIT_7) == poll_data) { in qla2x00_poll_flash()