Home
last modified time | relevance | path

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

/linux/drivers/accel/habanalabs/common/
H A Dirq.c703 u32 eq_length, eqe_size, ctl, ready, mode, type, index; in hl_eq_dump() local
709 eqe_size = q->size / HL_EQ_LENGTH; in hl_eq_dump()
713 for (i = 0, ptr = q->kernel_address ; i < eq_length ; ++i, ptr += eqe_size) { in hl_eq_dump()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Deq.c107 u8 eqe_size) in get_eqe() argument
110 unsigned long offset = (entry & (eq->nent - 1)) * eqe_size; in get_eqe()
510 int eqe_size = dev->caps.eqe_size; in mlx4_eq_int() local
512 while ((eqe = next_eqe_sw(eq, dev->caps.eqe_factor, eqe_size))) { in mlx4_eq_int()
988 npages = PAGE_ALIGN(eq->nent * dev->caps.eqe_size) / PAGE_SIZE; in mlx4_create_eq()
1097 int npages = PAGE_ALIGN(dev->caps.eqe_size * eq->nent) / PAGE_SIZE; in mlx4_free_eq()
H A Dfw.h204 u16 eqe_size; /* For use only when EQE stride feature enabled */ member
H A Dfw.c1935 dev->caps.eqe_size = 64; in mlx4_INIT_HCA()
1938 dev->caps.eqe_size = 32; in mlx4_INIT_HCA()
1953 dev->caps.eqe_size = cache_line_size(); in mlx4_INIT_HCA()
1956 MLX4_PUT(inbox, (u8)((ilog2(dev->caps.eqe_size) - 5) << 4 | in mlx4_INIT_HCA()
1957 (ilog2(dev->caps.eqe_size) - 5)), in mlx4_INIT_HCA()
2180 param->eqe_size = 1 << (((byte_field & in mlx4_QUERY_HCA()
H A Dmain.c1037 dev->caps.eqe_size = 64; in mlx4_slave_cap()
1040 dev->caps.eqe_size = 32; in mlx4_slave_cap()
1052 dev->caps.eqe_size = hca_param->eqe_size; in mlx4_slave_cap()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h536 uint32_t eqe_size; member
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h711 int eqe_size; member
H A Dhns_roce_hw_v2.c6081 eq->eqe_size); in next_aeqe_sw_v2()
6166 eq->eqe_size); in next_ceqe_sw_v2()
6495 hr_reg_write(eqc, EQC_EQE_SIZE, eq->eqe_size == HNS_ROCE_V3_EQE_SIZE); in config_eqc()
6511 buf_attr.region[0].size = eq->entries * eq->eqe_size; in alloc_eq_buf()
6723 eq->eqe_size = hr_dev->caps.ceqe_size; in hns_roce_v2_init_eq_table()
6732 eq->eqe_size = hr_dev->caps.aeqe_size; in hns_roce_v2_init_eq_table()
/linux/include/linux/mlx4/
H A Ddevice.h617 u32 eqe_size; member