Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c75 struct mlxsw_pci_mem_item mem_item; member
177 return q->mem_item.buf + (elem_size * elem_index); in __mlxsw_pci_queue_elem_get()
293 return q->mem_item.mapaddr + MLXSW_PCI_PAGE_SIZE * page_index; in __mlxsw_pci_queue_page_get()
1244 struct mlxsw_pci_mem_item *mem_item = &q->mem_item; in mlxsw_pci_queue_init() local
1260 mem_item->size = MLXSW_PCI_AQ_SIZE; in mlxsw_pci_queue_init()
1261 mem_item->buf = dma_alloc_coherent(&mlxsw_pci->pdev->dev, in mlxsw_pci_queue_init()
1262 mem_item->size, &mem_item->mapaddr, in mlxsw_pci_queue_init()
1264 if (!mem_item->buf) in mlxsw_pci_queue_init()
1293 dma_free_coherent(&mlxsw_pci->pdev->dev, mem_item->size, in mlxsw_pci_queue_init()
1294 mem_item->buf, mem_item->mapaddr); in mlxsw_pci_queue_init()
[all …]