Lines Matching refs:items
177 struct mlxsw_pci_mem_item *items; member
727 int items = 0; in mlxsw_pci_cq_tasklet() local
750 if (++items == credits) in mlxsw_pci_cq_tasklet()
753 if (items) { in mlxsw_pci_cq_tasklet()
841 int items = 0; in mlxsw_pci_eq_tasklet() local
863 if (++items == credits) in mlxsw_pci_eq_tasklet()
866 if (items) { in mlxsw_pci_eq_tasklet()
1289 mlxsw_pci->fw_area.items = kcalloc(num_pages, sizeof(*mem_item), in mlxsw_pci_fw_area_init()
1291 if (!mlxsw_pci->fw_area.items) in mlxsw_pci_fw_area_init()
1297 mem_item = &mlxsw_pci->fw_area.items[i]; in mlxsw_pci_fw_area_init()
1329 mem_item = &mlxsw_pci->fw_area.items[i]; in mlxsw_pci_fw_area_init()
1334 kfree(mlxsw_pci->fw_area.items); in mlxsw_pci_fw_area_init()
1346 mem_item = &mlxsw_pci->fw_area.items[i]; in mlxsw_pci_fw_area_fini()
1351 kfree(mlxsw_pci->fw_area.items); in mlxsw_pci_fw_area_fini()