| /linux/drivers/pinctrl/bcm/ |
| H 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 …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ |
| H 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() 47 nvkm_memory_unref(&grc->mem[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_obj(*grc))) in r535_gr_chan_new() 153 nvkm_object_ctor(&r535_gr_chan, oclass, &grc->object); in r535_gr_chan_new() 154 grc->gr = gr; in r535_gr_chan_new() [all …]
|
| /linux/include/net/ |
| H A D | gro.h | 310 static inline void skb_gro_remcsum_init(struct gro_remcsum *grc) in skb_gro_remcsum_init() argument 312 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 352 size_t plen = grc->offset + sizeof(u16); in skb_gro_remcsum_cleanup() 354 if (!grc->delta) in skb_gro_remcsum_cleanup() 357 ptr = skb_gro_header(skb, plen, grc->offset); in skb_gro_remcsum_cleanup() [all …]
|
| /linux/net/ipv4/ |
| H A D | fou_core.c | 304 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 D | vxlan_core.c | 634 struct gro_remcsum *grc, in vxlan_gro_remcsum() argument 649 start, offset, grc, nopartial); in vxlan_gro_remcsum() 659 struct gro_remcsum *grc) in vxlan_gro_prepare_receive() argument 667 skb_gro_remcsum_init(grc); in vxlan_gro_prepare_receive() 681 vh->vx_vni, grc, in vxlan_gro_prepare_receive() 711 struct gro_remcsum grc; in vxlan_gro_receive() local 714 if (vxlan_gro_prepare_receive(sk, head, skb, &grc)) { in vxlan_gro_receive() 718 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in vxlan_gro_receive() 728 struct gro_remcsum grc; in vxlan_gpe_gro_receive() local 733 vh = vxlan_gro_prepare_receive(sk, head, skb, &grc); in vxlan_gpe_gro_receive() [all …]
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_dbg_hsi.h | 748 struct dbg_grc_data grc; member
|
| H 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() 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()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_ethtool.c | 2425 u32 grc; in ixgbe_set_wol_acpi() local 2431 grc = IXGBE_READ_REG(hw, IXGBE_GRC_X550EM_a); in ixgbe_set_wol_acpi() 2432 grc &= ~IXGBE_GRC_APME; in ixgbe_set_wol_acpi() 2433 IXGBE_WRITE_REG(hw, IXGBE_GRC_X550EM_a, grc); in ixgbe_set_wol_acpi()
|