Searched refs:grc (Results 1 – 4 of 4) sorted by relevance
49 struct gpio_regmap_config grc = {0}; in bcm63xx_gpio_probe() local51 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 …]
763 struct gro_remcsum *grc, in vxlan_gro_remcsum() argument778 start, offset, grc, nopartial); in vxlan_gro_remcsum()796 struct gro_remcsum grc; in vxlan_gro_receive() local798 skb_gro_remcsum_init(&grc); in vxlan_gro_receive()815 vh->vx_vni, &grc, in vxlan_gro_receive()841 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in vxlan_gro_receive()
830 dev_data->grc.param_val[grc_param] = val; in qed_grc_set_param()839 return dev_data->grc.param_val[grc_param]; in qed_grc_get_param()847 if (!dev_data->grc.params_initialized) { in qed_dbg_grc_init_params()849 dev_data->grc.params_initialized = 1; in qed_dbg_grc_init_params()4934 dev_data->grc.param_val[i] = in qed_dbg_grc_set_params_default()7810 grc_params[i] = dev_data->grc.param_val[i]; in qed_dbg_all_data()7925 dev_data->grc.param_val[i] = grc_params[i]; in qed_dbg_all_data()
2567 struct dbg_grc_data grc; member