Searched defs:dbell (Results 1 - 6 of 6) sorted by relevance

/drivers/virt/
H A Dfsl_hypervisor.c604 uint32_t dbell; /* Local copy of doorbell queue data */ local
627 * might speculatively execute the "dbell = ..." below while
629 * value put into dbell could be stale if the core accepts the
638 dbell = dbq->q[dbq->head];
643 if (put_user(dbell, p))
/drivers/net/ethernet/brocade/bna/
H A Dbfa_msgq.c195 struct bfi_msgq_h2i_db *dbell = local
198 memset(dbell, 0, sizeof(struct bfi_msgq_h2i_db));
199 bfi_h2i_set(dbell->mh, BFI_MC_MSGQ, BFI_MSGQ_H2I_DOORBELL_PI, 0);
200 dbell->mh.mtag.i2htok = 0;
201 dbell->idx.cmdq_pi = htons(cmdq->producer_index);
238 struct bfi_msgq_i2h_db *dbell = (struct bfi_msgq_i2h_db *)mb; local
242 cmdq->consumer_index = ntohs(dbell->idx.cmdq_ci);
453 struct bfi_msgq_h2i_db *dbell = local
456 memset(dbell, 0, sizeof(struct bfi_msgq_h2i_db));
457 bfi_h2i_set(dbell
470 struct bfi_msgq_i2h_db *dbell = (struct bfi_msgq_i2h_db *)mb; local
[all...]
/drivers/rapidio/
H A Drio.c208 struct rio_dbell *dbell; local
210 if (!(dbell = kmalloc(sizeof(struct rio_dbell), GFP_KERNEL))) {
215 dbell->res = res;
216 dbell->dinb = dinb;
217 dbell->dev_id = dev_id;
219 list_add_tail(&dbell->node, &mport->dbells);
281 struct rio_dbell *dbell; local
283 list_for_each_entry(dbell, &mport->dbells, node) {
284 if ((dbell->res->start == start) && (dbell
[all...]
/drivers/rapidio/devices/
H A Dtsi721.c398 struct rio_dbell *dbell; local
425 list_for_each_entry(dbell, &mport->dbells, node) {
426 if ((dbell->res->start <= DBELL_INF(idb.bytes)) &&
427 (dbell->res->end >= DBELL_INF(idb.bytes))) {
434 dbell->dinb(mport, dbell->dev_id, DBELL_SID(idb.bytes),
/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c210 struct bnx2i_5771x_dbell dbell; local
213 memset(&dbell, 0, sizeof(dbell));
214 dbell.dbell.header = (B577XX_ISCSI_CONNECTION_TYPE <<
216 msg = *((u32 *)&dbell);
H A Dbnx2i.h511 struct bnx2i_5771x_dbell_hdr dbell; member in struct:bnx2i_5771x_dbell

Completed in 614 milliseconds