Searched refs:map_sz (Results 1 – 4 of 4) sorted by relevance
| /drivers/hte/ |
| A D | hte-tegra194.c | 121 u32 map_sz; member 321 .map_sz = ARRAY_SIZE(tegra194_aon_gpio_map), 330 .map_sz = ARRAY_SIZE(tegra234_aon_gpio_map), 339 .map_sz = 0, 346 .map_sz = 0, 365 u32 map_sz, u32 *mapped) in tegra_hte_map_to_line_id() argument 369 if (eid >= map_sz) in tegra_hte_map_to_line_id() 390 u32 map_sz = 0; in tegra_hte_line_xlate() local 426 map_sz = gs->prov_data->map_sz; in tegra_hte_line_xlate() 430 map_sz = gs->prov_data->sec_map_sz; in tegra_hte_line_xlate() [all …]
|
| /drivers/pci/ |
| A D | of_property.c | 213 u32 i, addr_sz[OF_PCI_MAX_INT_PIN] = { 0 }, map_sz = 0; in of_pci_prop_intr_map() local 253 map_sz += 5 + addr_sz[i] + out_irq[i].args_count; in of_pci_prop_intr_map() 261 if (!map_sz) in of_pci_prop_intr_map() 264 int_map = kcalloc(map_sz, sizeof(u32), GFP_KERNEL); in of_pci_prop_intr_map() 297 map_sz); in of_pci_prop_intr_map()
|
| /drivers/scsi/qla2xxx/ |
| A D | tcm_qla2xxx.c | 1545 size_t map_sz; in tcm_qla2xxx_init_lport() local 1553 map_sz = array_size(65536, sizeof(struct tcm_qla2xxx_fc_loopid)); in tcm_qla2xxx_init_lport() 1555 lport->lport_loopid_map = vzalloc(map_sz); in tcm_qla2xxx_init_lport() 1557 pr_err("Unable to allocate lport->lport_loopid_map of %zu bytes\n", map_sz); in tcm_qla2xxx_init_lport() 1561 pr_debug("qla2xxx: Allocated lport_loopid_map of %zu bytes\n", map_sz); in tcm_qla2xxx_init_lport()
|
| /drivers/net/ethernet/broadcom/ |
| A D | tg3.c | 6669 static void tg3_rx_data_free(struct tg3 *tp, struct ring_info *ri, u32 map_sz) in tg3_rx_data_free() argument 6671 unsigned int skb_size = SKB_DATA_ALIGN(map_sz + TG3_RX_OFFSET(tp)) + in tg3_rx_data_free() 6677 dma_unmap_single(&tp->pdev->dev, dma_unmap_addr(ri, mapping), map_sz, in tg3_rx_data_free()
|
Completed in 39 milliseconds