Searched refs:dqn (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | pci_hw.h | 165 * WQE count of the WQEs completed on the associated dqn 207 MLXSW_ITEM32(pci, cqe0, dqn, 0x0C, 1, 5); 208 MLXSW_ITEM32(pci, cqe12, dqn, 0x0C, 1, 6); 209 mlxsw_pci_cqe_item_helpers(dqn, 0, 12, 12);
|
H A D | pci.c | 637 u8 dqn = mlxsw_pci_cqe_dqn_get(q->u.cq.v, cqe); in mlxsw_pci_cq_tasklet() local 646 sdq = mlxsw_pci_sdq_get(mlxsw_pci, dqn); in mlxsw_pci_cq_tasklet() 653 rdq = mlxsw_pci_rdq_get(mlxsw_pci, dqn); in mlxsw_pci_cq_tasklet()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | pci_hw.h | 162 * WQE count of the WQEs completed on the associated dqn 213 MLXSW_ITEM32(pci, cqe0, dqn, 0x0C, 1, 5); 214 MLXSW_ITEM32(pci, cqe12, dqn, 0x0C, 1, 6); 215 mlxsw_pci_cqe_item_helpers(dqn, 0, 12, 12);
|
H A D | pci.c | 722 u8 dqn = mlxsw_pci_cqe_dqn_get(q->u.cq.v, cqe); in mlxsw_pci_cq_tasklet() local 731 sdq = mlxsw_pci_sdq_get(mlxsw_pci, dqn); in mlxsw_pci_cq_tasklet() 738 rdq = mlxsw_pci_rdq_get(mlxsw_pci, dqn); in mlxsw_pci_cq_tasklet()
|
Completed in 7 milliseconds