Searched refs:dbells (Results 1 – 6 of 6) sorted by relevance
732 struct dbell_cpt_state *dbells; in vmci_ctx_get_chkpt_doorbells() local737 size_t data_size = n_doorbells * sizeof(*dbells); in vmci_ctx_get_chkpt_doorbells()743 dbells = kzalloc(data_size, GFP_ATOMIC); in vmci_ctx_get_chkpt_doorbells()744 if (!dbells) in vmci_ctx_get_chkpt_doorbells()748 dbells[i].handle = vmci_handle_arr_get_entry( in vmci_ctx_get_chkpt_doorbells()752 *pbuf = dbells; in vmci_ctx_get_chkpt_doorbells()
266 struct list_head dbells; /* list of doorbell events */ member
643 INIT_LIST_HEAD(&port->dbells); in fsl_rio_setup()
328 &fsl_dbell->mport[i]->dbells, node) { in fsl_rio_dbell_handler()
416 list_add_tail(&dbell->node, &mport->dbells); in rio_setup_inb_dbell()480 list_for_each_entry(dbell, &mport->dbells, node) { in rio_release_inb_dbell()
413 list_for_each_entry(dbell, &mport->dbells, node) { in tsi721_db_dpc()2676 INIT_LIST_HEAD(&mport->dbells); in tsi721_setup_mport()
Completed in 42 milliseconds