Home
last modified time | relevance | path

Searched refs:MLXSW_PCI_WQE_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H 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)
H A Dpci.c552 char wqe[MLXSW_PCI_WQE_SIZE]; in mlxsw_pci_cqe_rdq_handle()
559 memcpy(wqe, elem_info->elem, MLXSW_PCI_WQE_SIZE); in mlxsw_pci_cqe_rdq_handle()
810 .elem_size = MLXSW_PCI_WQE_SIZE,
818 .elem_size = MLXSW_PCI_WQE_SIZE
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci_hw.h56 #define MLXSW_PCI_WQE_SIZE 32 /* 32 bytes per element */ macro
61 #define MLXSW_PCI_WQE_COUNT (MLXSW_PCI_AQ_SIZE / MLXSW_PCI_WQE_SIZE)
H A Dpci.c631 char wqe[MLXSW_PCI_WQE_SIZE]; in mlxsw_pci_cqe_rdq_handle()
638 memcpy(wqe, elem_info->elem, MLXSW_PCI_WQE_SIZE); in mlxsw_pci_cqe_rdq_handle()
895 .elem_size = MLXSW_PCI_WQE_SIZE,
903 .elem_size = MLXSW_PCI_WQE_SIZE

Completed in 7 milliseconds