Home
last modified time | relevance | path

Searched refs:grc (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm63xx.c49 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 …]
/linux/net/ipv4/
H A Dfou_core.c304 size_t hdrlen, struct gro_remcsum *grc, in gue_gro_remcsum() argument
318 start, offset, grc, nopartial); in gue_gro_remcsum()
338 struct gro_remcsum grc; in gue_gro_receive() local
341 skb_gro_remcsum_init(&grc); in gue_gro_receive()
401 data + doffset, hdrlen, &grc, in gue_gro_receive()
463 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in gue_gro_receive()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c633 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()
684 vh->vx_vni, grc, in vxlan_gro_prepare_receive()
714 struct gro_remcsum grc; in vxlan_gro_receive() local
717 if (vxlan_gro_prepare_receive(sk, head, skb, &grc)) { in vxlan_gro_receive()
721 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in vxlan_gro_receive()
731 struct gro_remcsum grc; in vxlan_gpe_gro_receive() local
736 vh = vxlan_gro_prepare_receive(sk, head, skb, &grc); in vxlan_gpe_gro_receive()
[all …]
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c915 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()
5325 dev_data->grc.param_val[i] = in qed_dbg_grc_set_params_default()
8269 grc_params[i] = dev_data->grc.param_val[i]; in qed_dbg_all_data()
8402 dev_data->grc.param_val[i] = grc_params[i]; in qed_dbg_all_data()