Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/bcm/
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/drivers/gpu/drm/nouveau/nvkm/engine/gr/
A Dr535.c111 struct r535_gr_chan *grc = container_of(object, typeof(*grc), object); in r535_gr_chan_dtor() local
112 struct r535_gr *gr = grc->gr; in r535_gr_chan_dtor()
115 nvkm_vmm_put(grc->vmm, &grc->vma[i]); in r535_gr_chan_dtor()
119 nvkm_vmm_unref(&grc->vmm); in r535_gr_chan_dtor()
120 return grc; in r535_gr_chan_dtor()
216 struct r535_gr_chan *grc; in r535_gr_chan_new() local
219 if (!(grc = kzalloc(sizeof(*grc), GFP_KERNEL))) in r535_gr_chan_new()
223 grc->gr = gr; in r535_gr_chan_new()
225 grc->chan = chan; in r535_gr_chan_new()
226 *pobject = &grc->object; in r535_gr_chan_new()
[all …]
/linux/include/net/
A Dgro.h312 grc->offset = 0; in skb_gro_remcsum_init()
313 grc->delta = 0; in skb_gro_remcsum_init()
319 struct gro_remcsum *grc, in skb_gro_remcsum_process() argument
342 grc->offset = off + hdrlen + offset; in skb_gro_remcsum_process()
343 grc->delta = delta; in skb_gro_remcsum_process()
349 struct gro_remcsum *grc) in skb_gro_remcsum_cleanup() argument
354 if (!grc->delta) in skb_gro_remcsum_cleanup()
373 struct gro_remcsum *grc) in skb_gro_flush_final_remcsum() argument
377 skb_gro_remcsum_cleanup(skb, grc); in skb_gro_flush_final_remcsum()
389 struct gro_remcsum *grc) in skb_gro_flush_final_remcsum() argument
[all …]
/linux/net/ipv4/
A Dfou_core.c301 size_t hdrlen, struct gro_remcsum *grc, in gue_gro_remcsum() argument
315 start, offset, grc, nopartial); in gue_gro_remcsum()
336 struct gro_remcsum grc; in gue_gro_receive() local
339 skb_gro_remcsum_init(&grc); in gue_gro_receive()
399 data + doffset, hdrlen, &grc, in gue_gro_receive()
462 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in gue_gro_receive()
/linux/drivers/net/vxlan/
A Dvxlan_core.c655 struct gro_remcsum *grc, in vxlan_gro_remcsum() argument
670 start, offset, grc, nopartial); in vxlan_gro_remcsum()
680 struct gro_remcsum *grc) in vxlan_gro_prepare_receive() argument
688 skb_gro_remcsum_init(grc); in vxlan_gro_prepare_receive()
702 vh->vx_vni, grc, in vxlan_gro_prepare_receive()
732 struct gro_remcsum grc; in vxlan_gro_receive() local
735 if (vxlan_gro_prepare_receive(sk, head, skb, &grc)) { in vxlan_gro_receive()
739 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in vxlan_gro_receive()
749 struct gro_remcsum grc; in vxlan_gpe_gro_receive() local
754 vh = vxlan_gro_prepare_receive(sk, head, skb, &grc); in vxlan_gpe_gro_receive()
[all …]
/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_dbg_hsi.h748 struct dbg_grc_data grc; member
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()
5323 dev_data->grc.param_val[i] = in qed_dbg_grc_set_params_default()
8295 grc_params[i] = dev_data->grc.param_val[i]; in qed_dbg_all_data()
8428 dev_data->grc.param_val[i] = grc_params[i]; in qed_dbg_all_data()

Completed in 42 milliseconds