Searched refs:grc (Results 1 – 6 of 6) sorted by relevance
/openbmc/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 …]
|
/openbmc/linux/include/net/ |
H A D | gro.h | 308 static inline void skb_gro_remcsum_init(struct gro_remcsum *grc) in skb_gro_remcsum_init() argument 310 grc->offset = 0; in skb_gro_remcsum_init() 311 grc->delta = 0; in skb_gro_remcsum_init() 317 struct gro_remcsum *grc, in skb_gro_remcsum_process() argument 340 grc->offset = off + hdrlen + offset; in skb_gro_remcsum_process() 341 grc->delta = delta; in skb_gro_remcsum_process() 347 struct gro_remcsum *grc) in skb_gro_remcsum_cleanup() argument 350 size_t plen = grc->offset + sizeof(u16); in skb_gro_remcsum_cleanup() 352 if (!grc->delta) in skb_gro_remcsum_cleanup() 355 ptr = skb_gro_header(skb, plen, grc->offset); in skb_gro_remcsum_cleanup() [all …]
|
/openbmc/linux/net/ipv4/ |
H A D | fou_core.c | 301 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()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 656 struct gro_remcsum *grc, in vxlan_gro_remcsum() argument 671 start, offset, grc, nopartial); in vxlan_gro_remcsum() 681 struct gro_remcsum *grc) in vxlan_gro_prepare_receive() argument 689 skb_gro_remcsum_init(grc); in vxlan_gro_prepare_receive() 703 vh->vx_vni, grc, in vxlan_gro_prepare_receive() 733 struct gro_remcsum grc; in vxlan_gro_receive() local 736 if (vxlan_gro_prepare_receive(sk, head, skb, &grc)) { in vxlan_gro_receive() 740 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in vxlan_gro_receive() 750 struct gro_remcsum grc; in vxlan_gpe_gro_receive() local 755 vh = vxlan_gro_prepare_receive(sk, head, skb, &grc); in vxlan_gpe_gro_receive() [all …]
|
/openbmc/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() 5323 dev_data->grc.param_val[i] = in qed_dbg_grc_set_params_default() 8296 grc_params[i] = dev_data->grc.param_val[i]; in qed_dbg_all_data() 8429 dev_data->grc.param_val[i] = grc_params[i]; in qed_dbg_all_data()
|