Searched refs:block (Results 551 - 575 of 1032) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-io.c413 u32 block, u32 vec, u32 iter)
417 IWL_ERR(trans, "Host monitor block 0x%x vector 0x%x\n", block, vec);
418 iwl_write32(trans, CSR_MONITOR_CFG_REG, (block << 8) | vec);
412 iwl_dump_host_monitor_block(struct iwl_trans *trans, u32 block, u32 vec, u32 iter) argument
/linux-master/fs/ecryptfs/
H A Dmmap.c526 static sector_t ecryptfs_bmap(struct address_space *mapping, sector_t block) argument
529 int ret = bmap(lower_inode, &block);
533 return block;
/linux-master/sound/soc/intel/atom/sst/
H A Dsst.h150 * struct sst_block - This structure is used to block a user/fw data call to another
154 * @ret_code: ret code when block is released
157 * @on: block condition
237 * @blocks: block count
238 * @type: block type
250 * struct fw_block_info - block header for FW
252 * @type: block ram type I/D
253 * @size: size of block
341 * @block_lock : spin lock to add block to block_list and assign pvt_id
465 struct sst_block *block);
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Drefcounted_kptr.c48 private(C) struct bpf_spin_lock block; variable in typeref:struct:bpf_spin_lock
466 bpf_spin_lock(&block);
470 bpf_spin_unlock(&block);
/linux-master/drivers/mfd/
H A Dtc3589x.c287 unsigned int blocks = tc3589x->pdata->block;
297 dev_info(tc3589x->dev, "added gpio block\n");
308 dev_info(tc3589x->dev, "added keypad block\n");
347 pdata->block |= TC3589x_BLOCK_GPIO;
349 pdata->block |= TC3589x_BLOCK_KEYPAD;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.h211 int ice_read_phy_tstamp(struct ice_hw *hw, u8 block, u8 idx, u64 *tstamp);
212 int ice_clear_phy_tstamp(struct ice_hw *hw, u8 block, u8 idx);
215 int ice_get_phy_tx_tstamp_ready(struct ice_hw *hw, u8 block, u64 *tstamp_ready);
495 /* Timestamp block macros */
/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c65 struct xfs_alloc_arg args; /* block allocation args */
210 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); local
215 if (!xfs_verify_magic(bp, block->bb_magic))
224 level = be16_to_cpu(block->bb_level);
405 /* Calculate number of records in a refcount btree block. */
418 * Calculate the number of records in a refcount btree block.
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mca.c96 dev_err(adev->dev, "Failed to register mca.mp0 ras block!\n");
101 ras->ras_block.ras_comm.block = AMDGPU_RAS_BLOCK__MCA;
120 dev_err(adev->dev, "Failed to register mca.mp1 ras block!\n");
125 ras->ras_block.ras_comm.block = AMDGPU_RAS_BLOCK__MCA;
144 dev_err(adev->dev, "Failed to register mca.mpio ras block!\n");
149 ras->ras_block.ras_comm.block = AMDGPU_RAS_BLOCK__MCA;
/linux-master/fs/ext4/
H A Dinode.c170 * sb + inode (ext4_orphan_del()), block bitmap, group descriptor
171 * (xattr block freeing), bitmap, group descriptor (inode freeing)
245 * block mappings. Setting i_size to 0 will remove its fast symlink
246 * status. Erase i_data so that it becomes a valid empty block map.
368 * If we have done all the pending block allocations and if
426 * is that we lookup a block mapping in extent status tree with
492 ext_debug(inode, "flag 0x%x, max_blocks %u, logical block %lu\n",
501 /* We can handle the block number less than EXT_MAX_BLOCKS */
546 * Try to see if we can get the block without requesting a new
547 * file system block
818 ext4_getblk(handle_t *handle, struct inode *inode, ext4_lblk_t block, int map_flags) argument
883 ext4_bread(handle_t *handle, struct inode *inode, ext4_lblk_t block, int map_flags) argument
904 ext4_bread_batch(struct inode *inode, ext4_lblk_t block, int bh_count, bool wait, struct buffer_head **bhs) argument
1023 sector_t block; local
3086 ext4_bmap(struct address_space *mapping, sector_t block) argument
4230 int block; local
4331 ext4_fsblk_t block; local
4661 int block; local
[all...]
H A Dmigrate.c139 /* Only update the file block number */
169 /* Only update the file block number */
308 * if EXT4_STATE_EXT_MIGRATE is cleared a block allocation
356 ext4_fsblk_t block; local
360 block = ext4_idx_pblock(ix);
361 bh = ext4_sb_bread(inode->i_sb, block, 0);
381 ext4_free_blocks(handle, inode, NULL, block, 1,
440 * Worst case we can touch the allocation bitmaps and a block
441 * group descriptor block. We do need to worry about
489 * Even though we take i_rwsem we can still cause block
[all...]
/linux-master/include/uapi/linux/
H A Drio_mport_cdev.h203 __u64 block; /* Pointer to array of <count> transfers */ member in struct:rio_transaction
/linux-master/drivers/scsi/qedi/
H A Dqedi_nvm_iscsi_cfg.h187 /* total size - 0x1800 - 6K block */
204 struct nvm_iscsi_block block[NUM_OF_ISCSI_PF_SUPPORTED]; /* 0x4 */ member in struct:nvm_iscsi_cfg
/linux-master/include/linux/mtd/
H A Donenand.h28 * @blockpage: block & page address in BufferRAM
48 * @erase_shift: [INTERN] number of address bits in a block
50 * @page_mask: [INTERN] a page per block mask
69 * @block_markbad: function to mark a block as bad
71 * Bad block Table
227 loff_t onenand_addr(struct onenand_chip *this, int block);
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcmd.h140 int lbs_set_ps_mode(struct lbs_private *priv, u16 cmd_action, bool block);
/linux-master/drivers/acpi/acpica/
H A Ddbdisply.c732 u32 block = 0; local
743 block = 0;
760 gpe_type = "FADT-defined GPE block";
767 block, gpe_block, gpe_block->node, buffer,
792 /* Examine each GPE Register within the block */
909 block++;
/linux-master/drivers/staging/rtl8723bs/include/
H A Dioctl_cfg80211.h81 bool block; member in struct:rtw_wdev_priv
/linux-master/drivers/crypto/nx/
H A Dnx-aes-ccm.c104 static int set_msg_len(u8 *block, unsigned int msglen, int csize) argument
108 memset(block, 0, csize);
109 block += csize;
117 memcpy(block - csize, (u8 *)&data + 4 - csize, csize);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgm107.c61 .block = gk104_runl_block,
/linux-master/fs/minix/
H A Dminix.h26 * minix super-block data in memory
52 extern void minix_free_block(struct inode *inode, unsigned long block);
/linux-master/include/linux/
H A Data.h156 /* bits in ATA command block registers */
173 ATA_BBK = ATA_ICRC, /* pre-EIDE: block marked bad */
187 /* ATA command block registers */
1034 static inline bool lba_28_ok(u64 block, u32 n_block) argument
1036 /* check the ending block number: must be LESS THAN 0x0fffffff */
1037 return ((block + n_block) < ((1 << 28) - 1)) && (n_block <= ATA_MAX_SECTORS);
1040 static inline bool lba_48_ok(u64 block, u32 n_block) argument
1042 /* check the ending block number */
1043 return ((block + n_block - 1) < ((u64)1 << 48)) && (n_block <= ATA_MAX_SECTORS_LBA48);
H A Dexportfs.h65 * 32 bit block number, 16 bit partition reference,
71 * 32 bit block number, 16 bit partition reference,
73 * 32 bit parent block number, 32 bit parent generation number
148 u32 block; member in struct:fid::__anon167::__anon170
/linux-master/tools/testing/selftests/net/forwarding/
H A Dip6_forward_instats_vrf.sh151 ip xfrm policy add dst 2001:1:2::2/128 dir fwd action block
/linux-master/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c318 /* Load a block of the first (internal) part of the firmware */
320 void *block, int size)
324 USB_RECIP_INTERFACE, blockno, 0, block, size,
371 u8 *block = NULL; local
387 block = kmalloc(FW_BLOCK_SIZE, GFP_KERNEL);
388 if (!block) {
440 memcpy(block, buf, bsize);
445 at76_load_int_fw_block(udev, blockno, block, bsize);
505 kfree(block);
575 /* Load a block o
319 at76_load_int_fw_block(struct usb_device *udev, int blockno, void *block, int size) argument
576 at76_load_ext_fw_block(struct usb_device *udev, int blockno, void *block, int size) argument
1259 u8 *block; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.h106 #define ASP_RX_FILTER_NET_PAT(sel, block, off) \
107 (((sel) * 0xa04) + ((block) * 0x200) + (off) + 0x600)
108 #define ASP_RX_FILTER_NET_MASK(sel, block, off) \
109 (((sel) * 0xa04) + ((block) * 0x200) + (off) + 0x700)
/linux-master/net/sched/
H A Dsch_drr.c34 struct tcf_block *block; member in struct:drr_sched
183 return q->block;
415 err = tcf_block_get(&q->block, &q->filter_list, sch, extack);
447 tcf_block_put(q->block);

Completed in 319 milliseconds

<<21222324252627282930>>