Searched refs:eq_context (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_eq.c490 struct mthca_eq_context *eq_context; local
514 eq_context = mailbox->buf;
544 memset(eq_context, 0, sizeof *eq_context);
545 eq_context->flags = cpu_to_be32(MTHCA_EQ_STATUS_OK |
550 eq_context->flags |= cpu_to_be32(MTHCA_EQ_STATE_ARBEL);
552 eq_context->logsize_usrpage = cpu_to_be32((ffs(eq->nent) - 1) << 24);
554 eq_context->arbel_pd = cpu_to_be32(dev->driver_pd.pd_num);
556 eq_context->logsize_usrpage |= cpu_to_be32(dev->driver_uar.index);
557 eq_context
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Deq.c341 struct mlx4_eq_context *eq_context; local
368 eq_context = mailbox->buf;
400 memset(eq_context, 0, sizeof *eq_context);
401 eq_context->flags = cpu_to_be32(MLX4_EQ_STATUS_OK |
403 eq_context->log_eq_size = ilog2(eq->nent);
404 eq_context->intr = intr;
405 eq_context->log_page_size = PAGE_SHIFT - MLX4_ICM_PAGE_SHIFT;
408 eq_context->mtt_base_addr_h = mtt_addr >> 32;
409 eq_context
[all...]

Completed in 111 milliseconds