Searched refs:poll_data (Results 1 – 6 of 6) sorted by relevance
407 ring->start_poll(ring->poll_data); in __ring_interrupt()583 void *poll_data) in tb_ring_alloc() argument611 ring->poll_data = poll_data; in tb_ring_alloc()674 void (*start_poll)(void *), void *poll_data) in tb_ring_alloc_rx() argument677 start_poll, poll_data); in tb_ring_alloc_rx()
560 void *poll_data; member619 void (*start_poll)(void *), void *poll_data);
408 struct hisi_qm_poll_data *poll_data; member
1021 struct hisi_qm_poll_data *poll_data = in qm_work_process() local1023 struct hisi_qm *qm = poll_data->qm; in qm_work_process()1024 u16 eqe_num = poll_data->eqe_num; in qm_work_process()1029 qp = &qm->qp_array[poll_data->qp_finish_id[i]]; in qm_work_process()1046 struct hisi_qm_poll_data *poll_data = NULL; in qm_get_complete_eqe_num() local1060 poll_data = &qm->poll_data[cqn]; in qm_get_complete_eqe_num()1063 poll_data->qp_finish_id[eqe_num] = dw0 & QM_EQE_CQN_MASK; in qm_get_complete_eqe_num()1080 poll_data->eqe_num = eqe_num; in qm_get_complete_eqe_num()1081 queue_work(qm->wq, &poll_data->work); in qm_get_complete_eqe_num()3012 kfree(qm->poll_data[i].qp_finish_id); in hisi_qp_memory_uninit()[all …]
449 unsigned int poll_data; /* MIF poll data */ member
2175 qla2x00_poll_flash(struct qla_hw_data *ha, uint32_t addr, uint8_t poll_data, in qla2x00_poll_flash() argument2185 poll_data &= BIT_7; in qla2x00_poll_flash()2188 if ((flash_data & BIT_7) == poll_data) { in qla2x00_poll_flash()