Searched refs:uctrl (Results 1 – 12 of 12) sorted by relevance
170 if (udev->uctrl) { in __qedi_free_uio_rings()171 free_page((unsigned long)udev->uctrl); in __qedi_free_uio_rings()172 udev->uctrl = NULL; in __qedi_free_uio_rings()208 struct qedi_uio_ctrl *uctrl = NULL; in qedi_reset_uio_rings() local211 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()217 uctrl->host_rx_bd_cons = 0; in qedi_reset_uio_rings()232 udev->uctrl = (void *)get_zeroed_page(GFP_KERNEL); in __qedi_alloc_uio_rings()[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
364 int cs42l42_volume_get(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl);365 int cs42l42_volume_put(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl);
482 int cs42l42_volume_get(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl) in cs42l42_volume_get() argument 489 long *valp = uctrl->value.integer.value; in cs42l42_volume_get() 541 int cs42l42_volume_put(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl) in cs42l42_volume_put() argument 548 long *valp = uctrl->value.integer.value; in cs42l42_volume_put()
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()
586 unsigned long idx, u32 uctrl) in ptrace_hbp_set_ctrl() argument606 decode_ctrl_reg(uctrl, &ctrl); in ptrace_hbp_set_ctrl()612 if (uctrl & CTRL_PLV_ENABLE) { in ptrace_hbp_set_ctrl()
427 u32 uctrl) in ptrace_hbp_set_ctrl() argument441 decode_ctrl_reg(uctrl, &ctrl); in ptrace_hbp_set_ctrl()
693 umr_wqe->hdr.uctrl.xlt_offset = cpu_to_be16(offset); in mlx5e_alloc_rx_mpwqe()
325 struct mlx5_wqe_umr_ctrl_seg *ucseg = &wqe->hdr.uctrl; in mlx5e_build_umr_wqe()