Home
last modified time | relevance | path

Searched refs:set (Results 5876 - 5900 of 6268) sorted by relevance

1...<<231232233234235236237238239240>>...251

/kernel/linux/linux-5.10/drivers/block/
H A Dnbd.c126 * This flag will be set if nbd_queue_rq() succeed, and will be checked and
656 * have no choice but to set pending and in nbd_send_cmd()
985 * we just want to make sure that DISCONNECTED is set so in nbd_handle_cmd()
1014 * Access to this flag is protected by cmd->lock, thus it's safe to set in nbd_handle_cmd()
1750 static int nbd_init_request(struct blk_mq_tag_set *set, struct request *rq, in nbd_init_request() argument
1754 cmd->nbd = set->driver_data; in nbd_init_request()
2052 * DESTROY_ON_DISCONNECT set then we know we don't have in nbd_genl_connect()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1275 * Devices can only access more than that if bit 59 of the PCI address is set
1358 * If the device can't set the TCE bypass bit but still wants in pnv_pci_ioda_iommu_bypass_supported()
1365 /* pe->pdev should be set if it's a single device, pe->pbus if not */ in pnv_pci_ioda_iommu_bypass_supported()
1457 .set = pnv_ioda1_tce_build,
1598 .set = pnv_ioda2_tce_build,
2829 * set the PE number in @pdn to an invalid one. Otherwise, the PE's in pnv_pci_release_device()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dsdma_v4_0.c1160 /* set the wb address whether it's enabled or not */ in sdma_v4_0_gfx_resume()
1174 /* before programing wptr to a less value, need set minor_ptr_update first */ in sdma_v4_0_gfx_resume()
1190 /* set minor_ptr_update to 0 after wptr programed */ in sdma_v4_0_gfx_resume()
1250 /* set the wb address whether it's enabled or not */ in sdma_v4_0_page_resume()
1264 /* before programing wptr to a less value, need set minor_ptr_update first */ in sdma_v4_0_page_resume()
1281 /* set minor_ptr_update to 0 after wptr programed */ in sdma_v4_0_page_resume()
1472 /* set utc l1 enable flag always to 1 */ in sdma_v4_0_start()
1902 DRM_DEBUG("SDMA %d use_doorbell being set to: [%s]\n", i, in sdma_v4_0_sw_init()
2456 .set = sdma_v4_0_set_trap_irq_state,
2465 .set
[all...]
H A Dgmc_v7_0.c206 /* reset the engine and set to writable */ in gmc_v7_0_mc_load_microcode()
396 /* set the gart size */ in gmc_v7_0_mc_init()
541 * gmc_v7_0_set_prt - set PRT VM fault
673 /* set vm size, must be a multiple of 4 */ in gmc_v7_0_gart_enable()
1008 * Currently set to 4GB ((1 << 20) 4k pages). in gmc_v7_0_sw_init()
1378 .set = gmc_v7_0_vm_fault_interrupt_state,
H A Dcik_sdma.c474 /* set the wb address whether it's enabled or not */ in cik_sdma_gfx_resume()
1283 .set = cik_sdma_set_trap_irq_state,
H A Dsdma_v2_4.c452 /* set the wb address whether it's enabled or not */ in sdma_v2_4_gfx_resume()
1173 .set = sdma_v2_4_set_trap_irq_state,
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_frontend.c465 /* set the frontend itself */ in dvb_frontend_swzigzag_autotune()
499 /* in SCAN mode, we just set the frontend when asked and leave it alone */ in dvb_frontend_swzigzag()
556 * the frontend is set to FE_CAN_RECOVER, and the max_drift is 0 */ in dvb_frontend_swzigzag()
571 /* if we're in the RETUNE state, set everything up for a brand in dvb_frontend_swzigzag()
743 * requesting a search with a new set of parameters in dvb_frontend_thread()
1082 .set = s,\
1092 __u32 set:1; /* Either a set or get property */ member
1255 /* Ensure the cached values are set correctly in the frontend
1652 * A DVBv5 call know what's the desired system it wants. So, set i
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dmain.c542 * If there are no status bits set, then this interrupt was not in ath_isr()
627 * hw_reset_work workqueue, but we set ATH_OP_HW_RESET before
766 * mac80211 does not set PM field for normal data frames, so we in ath9k_tx()
1687 bool set) in ath9k_sta_set_tx_filter()
1694 ath9k_hw_set_tx_filter(ah, an->key_idx[i], set); in ath9k_sta_set_tx_filter()
1685 ath9k_sta_set_tx_filter(struct ath_hw *ah, struct ath_node *an, bool set) ath9k_sta_set_tx_filter() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c725 int bnx2x_vfpf_config_mac(struct bnx2x *bp, u8 *addr, u8 vf_qid, bool set) in bnx2x_vfpf_config_mac() argument
741 if (set) in bnx2x_vfpf_config_mac()
1091 /* set opcode and fixed command fields */ in bnx2x_copy32_vf_dmae()
1278 /* set resources numbers, if status equals NO_RESOURCE these in bnx2x_vf_mbx_acquire_resp()
1304 /* if a mac has been set for this vf, supply it */ in bnx2x_vf_mbx_acquire_resp()
1366 * 1. Old driver doesn't have bulletin board address set. in bnx2x_vf_mbx_is_windows_vm()
1383 /* Linux drivers which correctly set the doorbell size also in bnx2x_vf_mbx_acquire_chk_dorq()
1478 /* set VF multiqueue statistics collection mode */ in bnx2x_vf_mbx_init_vf()
1513 /* outer vlan removal is set according to PF's multi function mode */ in bnx2x_vf_mbx_set_q_flags()
1750 /* set vla in bnx2x_vf_mbx_qfilters()
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H A Dn_gsm.c1672 * We set off timers and responses upon reception of an SABM.
2542 * gsmld_attach_gsm - mode set up
2547 * modem. Currently called from the line discipline set up but
3284 unsigned int set, unsigned int clear) in gsmtty_tiocmset()
3292 modem_tx |= set; in gsmtty_tiocmset()
3368 /* Send an MSC with RTS set */ in gsmtty_unthrottle()
3283 gsmtty_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) gsmtty_tiocmset() argument
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dr8a66597-hcd.c560 struct urb *urb, int set) in pipe_toggle_set()
569 if (set) in pipe_toggle_set()
558 pipe_toggle_set(struct r8a66597 *r8a66597, struct r8a66597_pipe *pipe, struct urb *urb, int set) pipe_toggle_set() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c727 int bnx2x_vfpf_config_mac(struct bnx2x *bp, const u8 *addr, u8 vf_qid, bool set) in bnx2x_vfpf_config_mac() argument
743 if (set) in bnx2x_vfpf_config_mac()
1093 /* set opcode and fixed command fields */ in bnx2x_copy32_vf_dmae()
1280 /* set resources numbers, if status equals NO_RESOURCE these in bnx2x_vf_mbx_acquire_resp()
1306 /* if a mac has been set for this vf, supply it */ in bnx2x_vf_mbx_acquire_resp()
1368 * 1. Old driver doesn't have bulletin board address set. in bnx2x_vf_mbx_is_windows_vm()
1385 /* Linux drivers which correctly set the doorbell size also in bnx2x_vf_mbx_acquire_chk_dorq()
1480 /* set VF multiqueue statistics collection mode */ in bnx2x_vf_mbx_init_vf()
1515 /* outer vlan removal is set according to PF's multi function mode */ in bnx2x_vf_mbx_set_q_flags()
1752 /* set vla in bnx2x_vf_mbx_qfilters()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c888 #define MLX5E_READ_CTR64_BE_F(ptr, set, c) \
891 counter_set.set.c##_high)))
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1465 * need to set PORT_NUM, because subsequent writes to PARAM_CFG_REG_n in vsc9959_qos_port_tas_set()
2310 /* Check if stream is set. */ in vsc9959_psfp_filter_add()
2545 goto set; in vsc9959_cut_through_fwd()
2591 set: in vsc9959_cut_through_fwd()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dr8a66597-hcd.c560 struct urb *urb, int set) in pipe_toggle_set()
569 if (set) in pipe_toggle_set()
558 pipe_toggle_set(struct r8a66597 *r8a66597, struct r8a66597_pipe *pipe, struct urb *urb, int set) pipe_toggle_set() argument
/kernel/linux/linux-6.6/drivers/block/
H A Dnbd.c138 * This flag will be set if nbd_queue_rq() succeed, and will be checked and
405 * nbd_alloc_and_init_config(), avoid nbd->config_refs is set in nbd_get_config_unlocked()
688 * have no choice but to set pending and in nbd_send_cmd()
1026 * we just want to make sure that DISCONNECTED is set so in nbd_handle_cmd()
1055 * Access to this flag is protected by cmd->lock, thus it's safe to set in nbd_handle_cmd()
1770 static int nbd_init_request(struct blk_mq_tag_set *set, struct request *rq, in nbd_init_request() argument
1774 cmd->nbd = set->driver_data; in nbd_init_request()
2060 * DESTROY_ON_DISCONNECT set then we know we don't have in nbd_genl_connect()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dsdma_v4_0.c1061 /* set the wb address whether it's enabled or not */ in sdma_v4_0_gfx_resume()
1075 /* before programing wptr to a less value, need set minor_ptr_update first */ in sdma_v4_0_gfx_resume()
1091 /* set minor_ptr_update to 0 after wptr programed */ in sdma_v4_0_gfx_resume()
1146 /* set the wb address whether it's enabled or not */ in sdma_v4_0_page_resume()
1160 /* before programing wptr to a less value, need set minor_ptr_update first */ in sdma_v4_0_page_resume()
1177 /* set minor_ptr_update to 0 after wptr programed */ in sdma_v4_0_page_resume()
1367 /* set utc l1 enable flag always to 1 */ in sdma_v4_0_start()
1816 DRM_DEBUG("SDMA %d use_doorbell being set to: [%s]\n", i, in sdma_v4_0_sw_init()
2393 .set = sdma_v4_0_set_trap_irq_state,
2402 .set
[all...]
/kernel/linux/linux-6.6/drivers/dma/xilinx/
H A Dxilinx_dma.c567 u32 set) in dma_ctrl_set()
569 dma_ctrl_write(chan, reg, dma_ctrl_read(chan, reg) | set); in dma_ctrl_set()
2249 /* For the last DMA_MEM_TO_DEV transfer, set EOP */ in xilinx_dma_prep_slave_sg()
2362 /* For the last DMA_MEM_TO_DEV transfer, set EOP */ in xilinx_dma_prep_dma_cyclic()
2456 /* For the last DMA_MEM_TO_DEV transfer, set EOP */ in xilinx_mcdma_prep_slave_sg()
566 dma_ctrl_set(struct xilinx_dma_chan *chan, u32 reg, u32 set) dma_ctrl_set() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dmain.c542 * If there are no status bits set, then this interrupt was not in ath_isr()
627 * hw_reset_work workqueue, but we set ATH_OP_HW_RESET before
766 * mac80211 does not set PM field for normal data frames, so we in ath9k_tx()
1681 bool set) in ath9k_sta_set_tx_filter()
1688 ath9k_hw_set_tx_filter(ah, an->key_idx[i], set); in ath9k_sta_set_tx_filter()
1679 ath9k_sta_set_tx_filter(struct ath_hw *ah, struct ath_node *an, bool set) ath9k_sta_set_tx_filter() argument
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-pca953x.c239 * - Standard set, below 0x40, each port can be replicated up to 8 times
252 * - Extended set, above 0x40, often chip specific.
260 * - Registers with bit 0x80 set, the AI bit
450 /* set output level */ in pca953x_gpio_direction_output()
610 gc->set = pca953x_gpio_set_value; in pca953x_setup_gpio()
914 /* set platform specific polarity inversion */ in device_pca95xx_init()
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha1-armv4-large.S485 cmp sp,#0 @ set carry to denote 60_79
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dkvm_host.h197 uint32_t set; member
445 " .set push \n" in _kvm_atomic_set_c0_guest_reg()
446 " .set "MIPS_ISA_ARCH_LEVEL" \n" in _kvm_atomic_set_c0_guest_reg()
450 " .set pop \n" in _kvm_atomic_set_c0_guest_reg()
462 " .set push \n" in _kvm_atomic_clear_c0_guest_reg()
463 " .set "MIPS_ISA_ARCH_LEVEL" \n" in _kvm_atomic_clear_c0_guest_reg()
467 " .set pop \n" in _kvm_atomic_clear_c0_guest_reg()
480 " .set push \n" in _kvm_atomic_change_c0_guest_reg()
481 " .set "MIPS_ISA_ARCH_LEVEL" \n" in _kvm_atomic_change_c0_guest_reg()
486 " .set po in _kvm_atomic_change_c0_guest_reg()
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h238 * The following bit is set with PV-EOI, unset on EOI.
286 * re-configuration can be skipped. @valid bit is set on first usage so we don't
372 * Bitmap; bit set = permission fault
660 /* set guest stopped flag in pvclock flags field */
761 * flag is set, as KVM cannot make forward progress.
773 /* set at EPT violation at this point */
1198 /* Returns actual tsc_offset set in active VMCS */
1254 * posted-interrupts descriptor is set.
1263 uint32_t guest_irq, bool set);
1435 * Can only be set i
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dentry.S105 .set .Lalias\@, TRAMP_VALIAS + \sym - .entry.tramp.text
141 * set, so skip the check if it is unset.
146 /* Asynchronous TCF occurred for TTBR0 access, set the TI flag */
412 msr elr_el1, x21 // set up the return data
491 tbnz x22, #22, 1f // Skip re-enabling TTBR0 access if the PSR_PAN_BIT is set
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dsha1-armv4-large.S485 cmp sp,#0 @ set carry to denote 60_79

Completed in 64 milliseconds

1...<<231232233234235236237238239240>>...251