Home
last modified time | relevance | path

Searched refs:reg_state (Results 1 – 25 of 62) sorted by relevance

123

/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_lrc_reg.h33 #define ASSIGN_CTX_PDP(ppgtt, reg_state, n) do { \ argument
34 u32 *reg_state__ = (reg_state); \
40 #define ASSIGN_CTX_PML4(ppgtt, reg_state) do { \ argument
41 u32 *reg_state__ = (reg_state); \
/linux-6.3-rc2/drivers/infiniband/ulp/ipoib/
A Dipoib_vlan.c113 WARN_ON(ppriv->dev->reg_state != NETREG_REGISTERED); in __ipoib_vlan_add()
180 if (pdev->reg_state != NETREG_REGISTERED) { in ipoib_vlan_add()
201 if (result && ndev->reg_state == NETREG_UNINITIALIZED) in ipoib_vlan_add()
234 if (dev->reg_state == NETREG_REGISTERED) { in ipoib_vlan_delete_task()
258 if (pdev->reg_state != NETREG_REGISTERED) { in ipoib_vlan_delete()
/linux-6.3-rc2/net/core/
A Dxdp.c139 if (xdp_rxq->reg_state != REG_STATE_REGISTERED) { in xdp_rxq_info_unreg_mem_model()
151 if (xdp_rxq->reg_state == REG_STATE_UNUSED) in xdp_rxq_info_unreg()
156 xdp_rxq->reg_state = REG_STATE_UNREGISTERED; in xdp_rxq_info_unreg()
176 if (xdp_rxq->reg_state == REG_STATE_UNUSED) { in __xdp_rxq_info_reg()
181 if (xdp_rxq->reg_state == REG_STATE_REGISTERED) { in __xdp_rxq_info_reg()
193 xdp_rxq->reg_state = REG_STATE_REGISTERED; in __xdp_rxq_info_reg()
200 xdp_rxq->reg_state = REG_STATE_UNUSED; in xdp_rxq_info_unused()
206 return (xdp_rxq->reg_state == REG_STATE_REGISTERED); in xdp_rxq_info_is_reg()
355 if (xdp_rxq->reg_state != REG_STATE_REGISTERED) { in xdp_rxq_info_reg_mem_model()
A Ddev.c2875 if (dev->reg_state == NETREG_REGISTERED || in netif_set_real_num_tx_queues()
2876 dev->reg_state == NETREG_UNREGISTERING) { in netif_set_real_num_tx_queues()
2924 if (dev->reg_state == NETREG_REGISTERED) { in netif_set_real_num_rx_queues()
10133 dev->reg_state = NETREG_DUMMY; in init_dummy_netdev()
10336 dev->reg_state = NETREG_UNREGISTERED; in netdev_run_todo()
10530 WARN_ON(dev->reg_state == NETREG_REGISTERED); in netdev_sw_irq_coalesce_default_on()
10699 if (dev->reg_state == NETREG_UNREGISTERING) { in free_netdev()
10727 if (dev->reg_state == NETREG_UNINITIALIZED) { in free_netdev()
10733 dev->reg_state = NETREG_RELEASED; in free_netdev()
10822 dev->reg_state = NETREG_UNREGISTERING; in unregister_netdevice_many_notify()
[all …]
A Dnet-sysfs.c39 return dev->reg_state <= NETREG_REGISTERED; in dev_isalive()
1742 WARN(dev->reg_state == NETREG_UNREGISTERING && new_num > old_num, in netdev_queue_update_kobjects()
1932 BUG_ON(dev->reg_state != NETREG_RELEASED); in netdev_release()
/linux-6.3-rc2/drivers/infiniband/core/
A Droce_gid_mgmt.c344 if (ndev->reg_state >= NETREG_UNREGISTERING) in enum_netdev_ipv4_ips()
389 if (ndev->reg_state >= NETREG_UNREGISTERING) in enum_netdev_ipv6_ips()
770 if (ndev->reg_state < NETREG_UNREGISTERED) in netdevice_event()
778 if (ndev->reg_state == NETREG_REGISTERED) { in netdevice_event()
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/
A Dscheduler.c85 u32 *reg_state, bool save) in sr_oa_regs() argument
105 workload->oactxctrl = reg_state[ctx_oactxctrl + 1]; in sr_oa_regs()
110 workload->flex_mmio[i] = reg_state[state_offset + 1]; in sr_oa_regs()
113 reg_state[ctx_oactxctrl] = in sr_oa_regs()
115 reg_state[ctx_oactxctrl + 1] = workload->oactxctrl; in sr_oa_regs()
121 reg_state[state_offset] = mmio; in sr_oa_regs()
122 reg_state[state_offset + 1] = workload->flex_mmio[i]; in sr_oa_regs()
A Dmmio_context.c464 const u32 *reg_state = ce->lrc_reg_state; in is_inhibit_context() local
469 (reg_state[CTX_CONTEXT_CONTROL_VAL] & inhibit_mask); in is_inhibit_context()
/linux-6.3-rc2/net/phonet/
A Dpn_dev.c120 if ((dev->reg_state == NETREG_REGISTERED) && in phonet_device_get()
215 if ((pnd->netdev->reg_state != NETREG_REGISTERED) || in phonet_address_lookup()
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dipoib_tx.c94 if (unlikely(dev->reg_state != NETREG_REGISTERED)) in hfi1_ipoib_check_queue_stopped()
623 if (likely(txq->priv->netdev->reg_state == NETREG_REGISTERED)) { in hfi1_ipoib_sdma_sleep()
663 if (likely(txq->priv->netdev->reg_state == NETREG_REGISTERED)) in hfi1_ipoib_sdma_wakeup()
676 if (likely(dev->reg_state == NETREG_REGISTERED) && in hfi1_ipoib_flush_txq()
/linux-6.3-rc2/net/openvswitch/
A Dvport-netdev.c174 if (vport->dev->reg_state == NETREG_REGISTERED) in ovs_netdev_tunnel_destroy()
/linux-6.3-rc2/net/caif/
A Dcaif_usb.c137 if (what == NETDEV_UNREGISTER && dev->reg_state >= NETREG_UNREGISTERED) in cfusbl_device_notify()
/linux-6.3-rc2/drivers/iio/light/
A Dstk3310.c112 struct regmap_field *reg_state; member
451 ret = regmap_field_write(data->reg_state, state); in stk3310_set_state()
/linux-6.3-rc2/net/sched/
A Dsch_generic.c578 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_on()
597 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_off()
615 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_event()
/linux-6.3-rc2/include/net/
A Dxdp.h63 u32 reg_state; member
/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/
A Daq_pci_func.c350 if (self->ndev->reg_state == NETREG_REGISTERED) in aq_pci_remove()
/linux-6.3-rc2/drivers/staging/rtl8712/
A Dusb_intf.c596 if (pnetdev->reg_state != NETREG_UNINITIALIZED) in r871xu_dev_remove()
/linux-6.3-rc2/net/8021q/
A Dvlan_core.c363 if (err && dev->reg_state != NETREG_UNREGISTERING) in __vlan_vid_del()
A Dvlan.c476 if (dev->reg_state != NETREG_UNREGISTERING) in vlan_device_event()
/linux-6.3-rc2/net/bridge/
A Dbr_device.c239 if (dev->reg_state != NETREG_REGISTERED) in br_set_mac_address()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_devlink.c476 if (bp->dev->reg_state == NETREG_UNREGISTERED) { in bnxt_dl_reload_down()
518 if (bp->dev->reg_state == NETREG_UNREGISTERED) { in bnxt_dl_reload_down()
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
A Dnet_driver.h906 return efx->net_dev->reg_state == NETREG_REGISTERED; in ef4_dev_registered()
/linux-6.3-rc2/drivers/net/bonding/
A Dbond_options.c788 if (!ret && (bond->dev->reg_state == NETREG_REGISTERED)) in __bond_opt_set_notify()
871 if (bond->dev->reg_state == NETREG_REGISTERED) { in bond_option_mode_set()
/linux-6.3-rc2/kernel/bpf/
A Dverifier.c3785 struct bpf_func_state *reg_state, in check_stack_read_fixed_off() argument
3794 stype = reg_state->stack[spi].slot_type; in check_stack_read_fixed_off()
3795 reg = &reg_state->stack[spi].spilled_ptr; in check_stack_read_fixed_off()
3797 if (is_spilled_reg(&reg_state->stack[spi])) { in check_stack_read_fixed_off()
3910 struct bpf_reg_state *reg = reg_state(env, ptr_regno); in check_stack_read_var_off()
3941 struct bpf_reg_state *reg = reg_state(env, ptr_regno); in check_stack_read()
4002 struct bpf_reg_state *reg = reg_state(env, ptr_regno); in check_stack_write()
4274 val_reg = reg_state(env, value_regno); in check_map_kptr_access()
4283 val_reg = reg_state(env, value_regno); in check_map_kptr_access()
4548 const struct bpf_reg_state *reg = reg_state(env, regno); in is_ctx_reg()
[all …]
/linux-6.3-rc2/include/linux/
A Dnetdevice.h2283 } reg_state:8; member
2392 WARN_ON((dev)->reg_state != NETREG_UNINITIALIZED); \
5147 switch (dev->reg_state) { in netdev_reg_state()
5156 WARN_ONCE(1, "%s: unknown reg_state %d\n", dev->name, dev->reg_state); in netdev_reg_state()

Completed in 102 milliseconds

123