Home
last modified time | relevance | path

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

123

/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_lrc_reg.h32 #define ASSIGN_CTX_PDP(ppgtt, reg_state, n) do { \ argument
33 u32 *reg_state__ = (reg_state); \
39 #define ASSIGN_CTX_PML4(ppgtt, reg_state) do { \ argument
40 u32 *reg_state__ = (reg_state); \
/Linux-v5.10/net/core/
Dxdp.c118 if (xdp_rxq->reg_state != REG_STATE_REGISTERED) { in xdp_rxq_info_unreg_mem_model()
138 if (xdp_rxq->reg_state == REG_STATE_UNUSED) in xdp_rxq_info_unreg()
141 WARN(!(xdp_rxq->reg_state == REG_STATE_REGISTERED), "Driver BUG"); in xdp_rxq_info_unreg()
145 xdp_rxq->reg_state = REG_STATE_UNREGISTERED; in xdp_rxq_info_unreg()
163 if (xdp_rxq->reg_state == REG_STATE_UNUSED) { in xdp_rxq_info_reg()
168 if (xdp_rxq->reg_state == REG_STATE_REGISTERED) { in xdp_rxq_info_reg()
183 xdp_rxq->reg_state = REG_STATE_REGISTERED; in xdp_rxq_info_reg()
190 xdp_rxq->reg_state = REG_STATE_UNUSED; in xdp_rxq_info_unused()
196 return (xdp_rxq->reg_state == REG_STATE_REGISTERED); in xdp_rxq_info_is_reg()
270 if (xdp_rxq->reg_state != REG_STATE_REGISTERED) { in xdp_rxq_info_reg_mem_model()
Ddev.c2952 if (dev->reg_state == NETREG_REGISTERED || in netif_set_real_num_tx_queues()
2953 dev->reg_state == NETREG_UNREGISTERING) { in netif_set_real_num_tx_queues()
2999 if (dev->reg_state == NETREG_REGISTERED) { in netif_set_real_num_rx_queues()
5635 if (skb->dev->reg_state == NETREG_UNREGISTERING) { in flush_backlog()
5645 if (skb->dev->reg_state == NETREG_UNREGISTERING) { in flush_backlog()
9398 if (dev->reg_state == NETREG_UNINITIALIZED) { in rollback_registered_many()
9407 BUG_ON(dev->reg_state != NETREG_REGISTERED); in rollback_registered_many()
9419 dev->reg_state = NETREG_UNREGISTERING; in rollback_registered_many()
9891 BUG_ON(dev->reg_state != NETREG_UNINITIALIZED); in register_netdevice()
9984 dev->reg_state = NETREG_UNREGISTERED; in register_netdevice()
[all …]
Dnet-sysfs.c37 return dev->reg_state <= NETREG_REGISTERED; in dev_isalive()
1781 BUG_ON(dev->reg_state != NETREG_RELEASED); in netdev_release()
/Linux-v5.10/drivers/infiniband/ulp/ipoib/
Dipoib_vlan.c114 WARN_ON(ppriv->dev->reg_state != NETREG_REGISTERED); in __ipoib_vlan_add()
181 if (pdev->reg_state != NETREG_REGISTERED) { in ipoib_vlan_add()
202 if (result && ndev->reg_state == NETREG_UNINITIALIZED) in ipoib_vlan_add()
235 if (dev->reg_state == NETREG_REGISTERED) { in ipoib_vlan_delete_task()
259 if (pdev->reg_state != NETREG_REGISTERED) { in ipoib_vlan_delete()
/Linux-v5.10/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ads.c61 struct guc_mmio_reg_state reg_state; member
122 blob->ads.reg_state_addr = base + ptr_offset(blob, reg_state); in __guc_ads_init()
/Linux-v5.10/drivers/infiniband/core/
Droce_gid_mgmt.c343 if (ndev->reg_state >= NETREG_UNREGISTERING) in enum_netdev_ipv4_ips()
388 if (ndev->reg_state >= NETREG_UNREGISTERING) in enum_netdev_ipv6_ips()
769 if (ndev->reg_state < NETREG_UNREGISTERED) in netdevice_event()
777 if (ndev->reg_state == NETREG_REGISTERED) { in netdevice_event()
/Linux-v5.10/drivers/gpu/drm/i915/gvt/
Dscheduler.c81 u32 *reg_state, bool save) in sr_oa_regs() argument
101 workload->oactxctrl = reg_state[ctx_oactxctrl + 1]; in sr_oa_regs()
106 workload->flex_mmio[i] = reg_state[state_offset + 1]; in sr_oa_regs()
109 reg_state[ctx_oactxctrl] = in sr_oa_regs()
111 reg_state[ctx_oactxctrl + 1] = workload->oactxctrl; in sr_oa_regs()
117 reg_state[state_offset] = mmio; in sr_oa_regs()
118 reg_state[state_offset + 1] = workload->flex_mmio[i]; in sr_oa_regs()
Dmmio_context.c458 const u32 *reg_state = ce->lrc_reg_state; in is_inhibit_context() local
463 (reg_state[CTX_CONTEXT_CONTROL_VAL] & inhibit_mask); in is_inhibit_context()
/Linux-v5.10/net/phonet/
Dpn_dev.c120 if ((dev->reg_state == NETREG_REGISTERED) && in phonet_device_get()
216 if ((pnd->netdev->reg_state != NETREG_REGISTERED) || in phonet_address_lookup()
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dipoib_tx.c101 if (unlikely(dev->reg_state != NETREG_REGISTERED)) in hfi1_ipoib_check_queue_stopped()
628 if (likely(txq->priv->netdev->reg_state == NETREG_REGISTERED)) { in hfi1_ipoib_sdma_sleep()
662 if (likely(txq->priv->netdev->reg_state == NETREG_REGISTERED)) in hfi1_ipoib_sdma_wakeup()
675 if (likely(dev->reg_state == NETREG_REGISTERED) && in hfi1_ipoib_flush_txq()
/Linux-v5.10/include/net/
Dxdp.h60 u32 reg_state; member
/Linux-v5.10/net/openvswitch/
Dvport-netdev.c176 if (vport->dev->reg_state == NETREG_REGISTERED) in ovs_netdev_tunnel_destroy()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_arfs.c585 netdev->reg_state != NETREG_REGISTERED) in ice_free_cpu_rx_rmap()
608 vsi->netdev->reg_state != NETREG_REGISTERED) in ice_set_cpu_rx_rmap()
/Linux-v5.10/drivers/iio/light/
Dstk3310.c111 struct regmap_field *reg_state; member
430 ret = regmap_field_write(data->reg_state, state); in stk3310_set_state()
/Linux-v5.10/net/8021q/
Dvlan.c287 if (new_dev->reg_state == NETREG_UNINITIALIZED) in register_vlan_device()
481 if (dev->reg_state != NETREG_UNREGISTERING) in vlan_device_event()
Dvlan_core.c362 if (err && dev->reg_state != NETREG_UNREGISTERING) in __vlan_vid_del()
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_pci_func.c351 if (self->ndev->reg_state == NETREG_REGISTERED) in aq_pci_remove()
/Linux-v5.10/net/bridge/
Dbr_device.c248 if (dev->reg_state != NETREG_REGISTERED) in br_set_mac_address()
/Linux-v5.10/drivers/staging/rtl8712/
Dusb_intf.c607 if (pnetdev->reg_state != NETREG_UNINITIALIZED) in r871xu_dev_remove()
/Linux-v5.10/net/sched/
Dsch_generic.c491 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_on()
510 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_off()
/Linux-v5.10/drivers/net/bonding/
Dbond_options.c704 if (!ret && (bond->dev->reg_state == NETREG_REGISTERED)) in __bond_opt_set_notify()
783 if (bond->dev->reg_state == NETREG_REGISTERED) in bond_option_mode_set()
/Linux-v5.10/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h906 return efx->net_dev->reg_state == NETREG_REGISTERED; in ef4_dev_registered()
/Linux-v5.10/drivers/net/wimax/i2400m/
Ddriver.c821 if (net_dev->reg_state == NETREG_REGISTERED) { in i2400m_reset()
/Linux-v5.10/kernel/bpf/
Dverifier.c2401 struct bpf_func_state *reg_state /* func where register points to */, in check_stack_read() argument
2410 if (reg_state->allocated_stack <= slot) { in check_stack_read()
2415 stype = reg_state->stack[spi].slot_type; in check_stack_read()
2416 reg = &reg_state->stack[spi].spilled_ptr; in check_stack_read()
2852 static struct bpf_reg_state *reg_state(struct bpf_verifier_env *env, int regno) in reg_state() function
2859 return __is_pointer_value(env->allow_ptr_leaks, reg_state(env, regno)); in is_pointer_value()
2864 const struct bpf_reg_state *reg = reg_state(env, regno); in is_ctx_reg()
2871 const struct bpf_reg_state *reg = reg_state(env, regno); in is_sk_reg()
2878 const struct bpf_reg_state *reg = reg_state(env, regno); in is_pkt_reg()
2885 const struct bpf_reg_state *reg = reg_state(env, regno); in is_flow_key_reg()
[all …]

123