Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/infiniband/
Dhermon.c1325 struct hermon_send_work_queue *hermon_send_wq = &hermon_qp->send; in hermon_post_send() local
1338 wqe = &hermon_send_wq->wqe[ wq->next_idx & in hermon_post_send()
1339 ( hermon_send_wq->num_wqes - 1 ) ]; in hermon_post_send()
1352 ( ( wq->next_idx & hermon_send_wq->num_wqes ) ? 1 : 0 ) ); 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()