Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dmkregtable.c114 unsigned nentry; member
140 t->nentry = 0; in table_init()
148 nlloop = (t->nentry + 3) / 4; in table_print()
149 c = t->nentry; in table_print()
151 t->nentry); in table_print()
174 t->nentry = ((t->offset_max >> 2) + 31) / 32; in table_build()
175 t->table = (unsigned *)malloc(sizeof(unsigned) * t->nentry); in table_build()
178 memset(t->table, 0xff, sizeof(unsigned) * t->nentry); in table_build()
/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_encap.c169 struct __opa_vnic_mactable_entry *nentry = &node->entry; in opa_vnic_query_mac_tbl() local
178 memcpy(entry->mac_addr, nentry->mac_addr, in opa_vnic_query_mac_tbl()
180 memcpy(entry->mac_addr_mask, nentry->mac_addr_mask, in opa_vnic_query_mac_tbl()
182 entry->dlid_sd = cpu_to_be32(nentry->dlid_sd); in opa_vnic_query_mac_tbl()
226 struct __opa_vnic_mactable_entry *nentry; in opa_vnic_update_mac_tbl() local
248 nentry = &node->entry; in opa_vnic_update_mac_tbl()
249 memcpy(nentry->mac_addr, entry->mac_addr, in opa_vnic_update_mac_tbl()
250 ARRAY_SIZE(nentry->mac_addr)); in opa_vnic_update_mac_tbl()
251 memcpy(nentry->mac_addr_mask, entry->mac_addr_mask, in opa_vnic_update_mac_tbl()
252 ARRAY_SIZE(nentry->mac_addr_mask)); in opa_vnic_update_mac_tbl()
[all …]
/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_catalog.c983 {.nentry = ARRAY_SIZE(sdm845_qos_linear),
986 {.nentry = ARRAY_SIZE(sdm845_qos_macrotile),
989 {.nentry = ARRAY_SIZE(sdm845_qos_nrt),
1011 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
1014 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
1017 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
1039 {.nentry = ARRAY_SIZE(sm8150_qos_linear),
1042 {.nentry = ARRAY_SIZE(sc7180_qos_macrotile),
1045 {.nentry = ARRAY_SIZE(sc7180_qos_nrt),
1068 {.nentry = ARRAY_SIZE(sc7180_qos_linear),
[all …]
Ddpu_hw_catalog.h309 u32 nentry; member
Ddpu_plane.c306 if (!tbl || !tbl->nentry || !tbl->entries) in _dpu_plane_get_qos_lut()
309 for (i = 0; i < tbl->nentry; i++) in _dpu_plane_get_qos_lut()