Home
last modified time | relevance | path

Searched refs:db_reg (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/infiniband/
Darbel.c987 union arbelprm_doorbell_register *db_reg, in arbel_ring_doorbell() argument
991 arbel, db_reg->dword[0], db_reg->dword[1], in arbel_ring_doorbell()
995 writel ( db_reg->dword[0], ( arbel->uar + offset + 0 ) ); in arbel_ring_doorbell()
997 writel ( db_reg->dword[1], ( arbel->uar + offset + 4 ) ); in arbel_ring_doorbell()
1025 union arbelprm_doorbell_register db_reg; in arbel_post_send() local
1081 MLX_FILL_4 ( &db_reg.send, 0, in arbel_post_send()
1086 MLX_FILL_2 ( &db_reg.send, 1, in arbel_post_send()
1089 arbel_ring_doorbell ( arbel, &db_reg, ARBEL_DB_POST_SND_OFFSET ); in arbel_post_send()
1453 union arbelprm_eq_doorbell_register db_reg; in arbel_poll_eq() local
1489 MLX_FILL_1 ( &db_reg.ci, 0, ci, arbel_eq->next_idx ); in arbel_poll_eq()
[all …]
Dhermon.c1327 union hermonprm_doorbell_register db_reg; in hermon_post_send() local
1358 MLX_FILL_1 ( &db_reg.send, 0, qn, qp->qpn ); in hermon_post_send()
1360 virt_to_phys ( hermon_send_wq->doorbell ), db_reg.dword[0] ); in hermon_post_send()
1361 writel ( db_reg.dword[0], ( hermon_send_wq->doorbell ) ); in hermon_post_send()
1725 union hermonprm_doorbell_register db_reg; in hermon_poll_eq() local
1758 MLX_FILL_1 ( &db_reg.event, 0, in hermon_poll_eq()
1762 db_reg.dword[0] ); in hermon_poll_eq()
1763 writel ( db_reg.dword[0], hermon_eq->doorbell ); in hermon_poll_eq()