Searched refs:uctrl (Results 1 – 10 of 10) sorted by relevance
170 if (udev->uctrl) { in __qedi_free_uio_rings()172 udev->uctrl = NULL; in __qedi_free_uio_rings()211 uctrl = udev->uctrl; in qedi_reset_uio_rings()214 uctrl->host_rx_cons = 0; in qedi_reset_uio_rings()215 uctrl->hw_rx_prod = 0; in qedi_reset_uio_rings()216 uctrl->hw_rx_bd_prod = 0; in qedi_reset_uio_rings()233 if (!udev->uctrl) in __qedi_alloc_uio_rings()754 uctrl = udev->uctrl; in qedi_ll2_process_skb()768 uctrl->hw_rx_bd_prod = (uctrl->hw_rx_bd_prod + 1) % QEDI_NUM_RX_BD; in qedi_ll2_process_skb()777 uctrl->hw_rx_prod, prod, uctrl->hw_rx_bd_prod, in qedi_ll2_process_skb()[all …]
1220 struct qedi_uio_ctrl *uctrl; in qedi_data_avail() local1231 uctrl = (struct qedi_uio_ctrl *)udev->uctrl; in qedi_data_avail()1232 if (!uctrl) { in qedi_data_avail()1237 len = uctrl->host_tx_pkt_len; in qedi_data_avail()1263 uctrl->host_tx_pkt_len = 0; in qedi_data_avail()1264 uctrl->hw_tx_cons++; in qedi_data_avail()
133 void *uctrl; member
17 obj-$(CONFIG_TADPOLE_TS102_UCTRL) += uctrl.o
38 struct mlx5_wqe_umr_ctrl_seg uctrl; member
80 struct mlx5_wqe_umr_ctrl_seg *ucseg = &wqe->uctrl; in mlx5e_ktls_build_static_params()
137 umr_wqe->hdr.uctrl.xlt_offset = cpu_to_be16(offset); in mlx5e_xsk_alloc_rx_mpwqe()
644 umr_wqe->hdr.uctrl.flags = MLX5_UMR_TRANSLATION_OFFSET_EN | MLX5_UMR_INLINE; in build_ksm_umr()645 umr_wqe->hdr.uctrl.xlt_offset = cpu_to_be16(offset); in build_ksm_umr()646 umr_wqe->hdr.uctrl.xlt_octowords = cpu_to_be16(ksm_len); in build_ksm_umr()647 umr_wqe->hdr.uctrl.mkey_mask = cpu_to_be64(MLX5_MKEY_MASK_FREE); in build_ksm_umr()827 umr_wqe->hdr.uctrl.xlt_offset = cpu_to_be16(offset); in mlx5e_alloc_rx_mpwqe()
236 struct mlx5_wqe_umr_ctrl_seg uctrl; member
319 struct mlx5_wqe_umr_ctrl_seg *ucseg = &wqe->hdr.uctrl; in mlx5e_build_umr_wqe()
Completed in 43 milliseconds