Lines Matching refs:cqe
644 char *cqe) in mlxsw_pci_cqe_sdq_handle() argument
669 char *cqe) in mlxsw_pci_cqe_rdq_handle() argument
690 if (mlxsw_pci_cqe_lag_get(cqe)) in mlxsw_pci_cqe_rdq_handle()
693 rx_info.sys_port = mlxsw_pci_cqe_system_port_get(cqe); in mlxsw_pci_cqe_rdq_handle()
694 rx_info.trap_id = mlxsw_pci_cqe_trap_id_get(cqe); in mlxsw_pci_cqe_rdq_handle()
696 byte_count = mlxsw_pci_cqe_byte_count_get(cqe); in mlxsw_pci_cqe_rdq_handle()
697 if (mlxsw_pci_cqe_crc_get(cqe)) in mlxsw_pci_cqe_rdq_handle()
726 char *cqe; in mlxsw_pci_cq_tasklet() local
730 while ((cqe = mlxsw_pci_cq_sw_cqe_get(q))) { in mlxsw_pci_cq_tasklet()
731 u16 wqe_counter = mlxsw_pci_cqe_wqe_counter_get(cqe); in mlxsw_pci_cq_tasklet()
732 u8 sendq = mlxsw_pci_cqe_sr_get(cqe); in mlxsw_pci_cq_tasklet()
733 u8 dqn = mlxsw_pci_cqe_dqn_get(cqe); in mlxsw_pci_cq_tasklet()
740 wqe_counter, cqe); in mlxsw_pci_cq_tasklet()
747 wqe_counter, cqe); in mlxsw_pci_cq_tasklet()