Searched defs:eqe_size (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
H A Deq.c105 u8 eqe_size)
108 unsigned long offset = (entry & (eq->nent - 1)) * eqe_size;
188 memcpy(s_eqe, eqe, dev->caps.eqe_size - 1);
465 int eqe_size = dev->caps.eqe_size; local
467 while ((eqe = next_eqe_sw(eq, dev->caps.eqe_factor, eqe_size))) {
904 npages = PAGE_ALIGN(eq->nent * dev->caps.eqe_size) / PAGE_SIZE;
1009 int npages = PAGE_ALIGN(dev->caps.eqe_size * eq->nent) / PAGE_SIZE;
104 get_eqe(struct mlx4_eq *eq, u32 entry, u8 eqe_factor, u8 eqe_size) argument
H A Dfw.h182 u16 eqe_size; /* For use only when EQE stride feature enabled */ member in struct:mlx4_init_hca_param
/drivers/scsi/lpfc/
H A Dlpfc_sli4.h408 uint32_t eqe_size; member in struct:lpfc_pc_sli4_params

Completed in 657 milliseconds