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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Deq.c351 struct mlx4_eq_context *eq_context; local
378 eq_context = mailbox->buf;
410 memset(eq_context, 0, sizeof *eq_context);
411 eq_context->flags = cpu_to_be32(MLX4_EQ_STATUS_OK |
413 eq_context->log_eq_size = ilog2(eq->nent);
414 eq_context->intr = intr;
415 eq_context->log_page_size = PAGE_SHIFT - MLX4_ICM_PAGE_SHIFT;
418 eq_context->mtt_base_addr_h = mtt_addr >> 32;
419 eq_context
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_eq.c474 struct mthca_eq_context *eq_context; local
498 eq_context = mailbox->buf;
528 memset(eq_context, 0, sizeof *eq_context);
529 eq_context->flags = cpu_to_be32(MTHCA_EQ_STATUS_OK |
534 eq_context->flags |= cpu_to_be32(MTHCA_EQ_STATE_ARBEL);
536 eq_context->logsize_usrpage = cpu_to_be32((ffs(eq->nent) - 1) << 24);
538 eq_context->arbel_pd = cpu_to_be32(dev->driver_pd.pd_num);
540 eq_context->logsize_usrpage |= cpu_to_be32(dev->driver_uar.index);
541 eq_context
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_hw4.h806 struct eq_context { struct
882 struct eq_context context;

Completed in 120 milliseconds