Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dpci_hw.h59 #define MLXSW_PCI_WQE_SIZE 32 /* 32 bytes per element */ macro
64 #define MLXSW_PCI_WQE_COUNT (MLXSW_PCI_AQ_SIZE / MLXSW_PCI_WQE_SIZE)
A Dpci.c597 char wqe[MLXSW_PCI_WQE_SIZE]; in mlxsw_pci_cqe_rdq_handle()
604 memcpy(wqe, elem_info->elem, MLXSW_PCI_WQE_SIZE); in mlxsw_pci_cqe_rdq_handle()
859 .elem_size = MLXSW_PCI_WQE_SIZE,
867 .elem_size = MLXSW_PCI_WQE_SIZE

Completed in 10 milliseconds