Searched refs:grc (Results 1 – 6 of 6) sorted by relevance
| /drivers/pinctrl/bcm/ |
| A D | pinctrl-bcm63xx.c | 49 struct gpio_regmap_config grc = {0}; in bcm63xx_gpio_probe() local 51 grc.parent = dev; in bcm63xx_gpio_probe() 52 grc.fwnode = &node->fwnode; in bcm63xx_gpio_probe() 53 grc.ngpio = soc->ngpios; in bcm63xx_gpio_probe() 54 grc.ngpio_per_reg = BCM63XX_BANK_GPIOS; in bcm63xx_gpio_probe() 55 grc.regmap = pc->regs; in bcm63xx_gpio_probe() 56 grc.reg_dat_base = BCM63XX_DATA_REG; in bcm63xx_gpio_probe() 57 grc.reg_dir_out_base = BCM63XX_DIROUT_REG; in bcm63xx_gpio_probe() 58 grc.reg_set_base = BCM63XX_DATA_REG; in bcm63xx_gpio_probe() 59 grc.reg_mask_xlate = bcm63xx_reg_mask_xlate; in bcm63xx_gpio_probe() [all …]
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ |
| A D | gr.c | 42 struct r535_gr_chan *grc = container_of(object, typeof(*grc), object); in r535_gr_chan_dtor() local 43 struct r535_gr *gr = grc->gr; in r535_gr_chan_dtor() 46 nvkm_vmm_put(grc->vmm, &grc->vma[i]); in r535_gr_chan_dtor() 50 nvkm_vmm_unref(&grc->vmm); in r535_gr_chan_dtor() 51 return grc; in r535_gr_chan_dtor() 147 struct r535_gr_chan *grc; in r535_gr_chan_new() local 150 if (!(grc = kzalloc(sizeof(*grc), GFP_KERNEL))) in r535_gr_chan_new() 154 grc->gr = gr; in r535_gr_chan_new() 156 grc->chan = chan; in r535_gr_chan_new() 157 *pobject = &grc->object; in r535_gr_chan_new() [all …]
|
| /drivers/net/vxlan/ |
| A D | vxlan_core.c | 633 struct gro_remcsum *grc, in vxlan_gro_remcsum() argument 648 start, offset, grc, nopartial); in vxlan_gro_remcsum() 658 struct gro_remcsum *grc) in vxlan_gro_prepare_receive() argument 666 skb_gro_remcsum_init(grc); in vxlan_gro_prepare_receive() 680 vh->vx_vni, grc, in vxlan_gro_prepare_receive() 710 struct gro_remcsum grc; in vxlan_gro_receive() local 713 if (vxlan_gro_prepare_receive(sk, head, skb, &grc)) { in vxlan_gro_receive() 717 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in vxlan_gro_receive() 727 struct gro_remcsum grc; in vxlan_gpe_gro_receive() local 732 vh = vxlan_gro_prepare_receive(sk, head, skb, &grc); in vxlan_gpe_gro_receive() [all …]
|
| /drivers/net/ethernet/qlogic/qed/ |
| A D | qed_dbg_hsi.h | 748 struct dbg_grc_data grc; member
|
| A D | qed_debug.c | 915 dev_data->grc.param_val[grc_param] = val; in qed_grc_set_param() 924 return dev_data->grc.param_val[grc_param]; in qed_grc_get_param() 932 if (!dev_data->grc.params_initialized) { in qed_dbg_grc_init_params() 934 dev_data->grc.params_initialized = 1; in qed_dbg_grc_init_params() 5324 dev_data->grc.param_val[i] = in qed_dbg_grc_set_params_default() 8271 grc_params[i] = dev_data->grc.param_val[i]; in qed_dbg_all_data() 8404 dev_data->grc.param_val[i] = grc_params[i]; in qed_dbg_all_data()
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_ethtool.c | 2422 u32 grc; in ixgbe_set_wol_acpi() local 2428 grc = IXGBE_READ_REG(hw, IXGBE_GRC_X550EM_a); in ixgbe_set_wol_acpi() 2429 grc &= ~IXGBE_GRC_APME; in ixgbe_set_wol_acpi() 2430 IXGBE_WRITE_REG(hw, IXGBE_GRC_X550EM_a, grc); in ixgbe_set_wol_acpi()
|
Completed in 40 milliseconds