Searched refs:trans (Results 151 - 175 of 402) sorted by relevance

1234567891011>>

/linux-master/fs/bcachefs/
H A Dmovinggc.c72 static int bch2_bucket_is_movable(struct btree_trans *trans, argument
81 if (bch2_bucket_is_open(trans->c,
86 k = bch2_bkey_get_iter(trans, &iter, BTREE_ID_alloc,
100 bch2_trans_iter_exit(trans, &iter);
131 bch2_trans_unlock_long(ctxt->trans);
146 struct btree_trans *trans = ctxt->trans; local
147 struct bch_fs *c = trans->c;
154 ret = bch2_btree_write_buffer_tryflush(trans);
161 ret = for_each_btree_key_upto(trans, ite
202 struct btree_trans *trans = ctxt->trans; local
[all...]
H A Dio_read.c159 static struct promote_op *__promote_alloc(struct btree_trans *trans, argument
168 struct bch_fs *c = trans->c;
219 ret = bch2_data_update_init(trans, NULL, NULL, &op->write,
252 static struct promote_op *promote_alloc(struct btree_trans *trans, argument
262 struct bch_fs *c = trans->c;
278 promote = __promote_alloc(trans,
369 struct btree_trans *trans = bch2_trans_get(c); local
380 bch2_trans_iter_init(trans, &iter, rbio->data_btree,
391 bch2_trans_unlock(trans);
402 ret = __bch2_read_extent(trans, rbi
475 __bch2_rbio_narrow_crcs(struct btree_trans *trans, struct bch_read_bio *rbio) argument
721 __bch2_read_indirect_extent(struct btree_trans *trans, unsigned *offset_into_extent, struct bkey_buf *orig_k) argument
760 read_from_stale_dirty_pointer(struct btree_trans *trans, struct bkey_s_c k, struct bch_extent_ptr ptr) argument
795 __bch2_read_extent(struct btree_trans *trans, struct bch_read_bio *orig, struct bvec_iter iter, struct bpos read_pos, enum btree_id data_btree, struct bkey_s_c k, unsigned offset_into_extent, struct bch_io_failures *failed, unsigned flags) argument
1096 struct btree_trans *trans = bch2_trans_get(c); local
[all...]
H A Dbtree_gc.c100 static void bch2_btree_node_update_key_early(struct btree_trans *trans, argument
104 struct bch_fs *c = trans->c;
112 b = bch2_btree_node_get_noiter(trans, tmp.k, btree, level, true);
324 static int bch2_btree_repair_topology_recurse(struct btree_trans *trans, struct btree *b, argument
327 struct bch_fs *c = trans->c;
344 bch2_btree_and_journal_iter_init_node_iter(trans, &iter, b);
354 cur = bch2_btree_node_get_noiter(trans, cur_k.k,
369 bch2_btree_node_evict(trans, cur_k.k);
391 bch2_btree_node_evict(trans, cur_k.k);
408 bch2_btree_node_evict(trans, cur_
528 struct btree_trans *trans = bch2_trans_get(c); local
589 bch2_check_fix_ptrs(struct btree_trans *trans, enum btree_id btree_id, unsigned level, bool is_root, struct bkey_s_c *k) argument
823 bch2_gc_mark_key(struct btree_trans *trans, enum btree_id btree_id, unsigned level, bool is_root, struct bkey_s_c *k, bool initial) argument
873 btree_gc_mark_node(struct btree_trans *trans, struct btree *b, bool initial) argument
901 bch2_gc_btree(struct btree_trans *trans, enum btree_id btree_id, bool initial, bool metadata_only) argument
941 bch2_gc_btree_init_recurse(struct btree_trans *trans, struct btree *b, unsigned target_depth) argument
1031 bch2_gc_btree_init(struct btree_trans *trans, enum btree_id btree_id, bool metadata_only) argument
1089 struct btree_trans *trans = bch2_trans_get(c); local
1362 bch2_alloc_write_key(struct btree_trans *trans, struct btree_iter *iter, struct bkey_s_c k, bool metadata_only) argument
1555 bch2_gc_write_reflink_key(struct btree_trans *trans, struct btree_iter *iter, struct bkey_s_c k, size_t *idx) argument
1664 bch2_gc_write_stripes_key(struct btree_trans *trans, struct btree_iter *iter, struct bkey_s_c k) argument
1846 gc_btree_gens_key(struct btree_trans *trans, struct btree_iter *iter, struct bkey_s_c k) argument
1884 bch2_alloc_write_oldest_gen(struct btree_trans *trans, struct btree_iter *iter, struct bkey_s_c k) argument
[all...]
H A Dec.c166 static int bch2_trans_mark_stripe_bucket(struct btree_trans *trans, argument
170 struct bch_fs *c = trans->c;
182 a = bch2_trans_start_alloc_update(trans, &iter, PTR_BUCKET_POS(c, ptr));
186 ret = bch2_check_bucket_ref(trans, s.s_c, ptr, sectors, data_type,
194 a->v.stripe_redundancy, trans,
204 if (bch2_trans_inconsistent_on(data_type && a->v.dirty_sectors, trans,
219 a->v.stripe_redundancy != s.v->nr_redundant, trans,
236 ret = bch2_trans_update(trans, &iter, &a->k_i, 0);
240 bch2_trans_iter_exit(trans, &iter);
244 static int mark_stripe_bucket(struct btree_trans *trans, argument
302 bch2_trigger_stripe(struct btree_trans *trans, enum btree_id btree_id, unsigned level, struct bkey_s_c old, struct bkey_s _new, unsigned flags) argument
764 get_stripe_key_trans(struct btree_trans *trans, u64 idx, struct ec_stripe_buf *stripe) argument
787 bch2_ec_read_extent(struct btree_trans *trans, struct bch_read_bio *rbio) argument
890 ec_stripe_mem_alloc(struct btree_trans *trans, struct btree_iter *iter) argument
1054 ec_stripe_delete(struct btree_trans *trans, u64 idx) argument
1124 ec_stripe_key_update(struct btree_trans *trans, struct bkey_i_stripe *new, bool create) argument
1175 ec_stripe_update_extent(struct btree_trans *trans, struct bpos bucket, u8 gen, struct ec_stripe_buf *s, struct bpos *bp_pos) argument
1270 ec_stripe_update_bucket(struct btree_trans *trans, struct ec_stripe_buf *s, unsigned block) argument
1299 struct btree_trans *trans = bch2_trans_get(c); local
1693 __bch2_ec_stripe_head_get(struct btree_trans *trans, unsigned target, unsigned algo, unsigned redundancy, enum bch_watermark watermark) argument
1737 new_stripe_alloc_buckets(struct btree_trans *trans, struct ec_stripe_head *h, enum bch_watermark watermark, struct closure *cl) argument
1855 __bch2_ec_stripe_head_reuse(struct btree_trans *trans, struct ec_stripe_head *h) argument
1921 __bch2_ec_stripe_head_reserve(struct btree_trans *trans, struct ec_stripe_head *h) argument
1977 bch2_ec_stripe_head_get(struct btree_trans *trans, unsigned target, unsigned algo, unsigned redundancy, enum bch_watermark watermark, struct closure *cl) argument
[all...]
H A Dalloc_foreground.c38 static void bch2_trans_mutex_lock_norelock(struct btree_trans *trans, argument
42 bch2_trans_unlock(trans);
274 static struct open_bucket *try_alloc_bucket(struct btree_trans *trans, struct bch_dev *ca, argument
280 struct bch_fs *c = trans->c;
296 bch2_trans_inconsistent(trans, "%s", buf.buf);
301 k = bch2_bkey_get_iter(trans, &iter,
323 bch2_trans_inconsistent(trans, "%s", buf.buf);
336 bch2_trans_inconsistent(trans, "%s", buf.buf);
345 ret = bch2_get_next_backpointer(trans, POS(ca->dev_idx, b), -1,
370 bch2_trans_iter_exit(trans,
382 bch2_bucket_alloc_early(struct btree_trans *trans, struct bch_dev *ca, enum bch_watermark watermark, struct bucket_alloc_state *s, struct closure *cl) argument
457 bch2_bucket_alloc_freelist(struct btree_trans *trans, struct bch_dev *ca, enum bch_watermark watermark, struct bucket_alloc_state *s, struct closure *cl) argument
524 bch2_bucket_alloc_trans(struct btree_trans *trans, struct bch_dev *ca, enum bch_watermark watermark, struct closure *cl, struct bch_dev_usage *usage) argument
699 bch2_bucket_alloc_set_trans(struct btree_trans *trans, struct open_buckets *ptrs, struct dev_stripe_state *stripe, struct bch_devs_mask *devs_may_alloc, unsigned nr_replicas, unsigned *nr_effective, bool *have_cache, unsigned flags, enum bch_data_type data_type, enum bch_watermark watermark, struct closure *cl) argument
774 bucket_alloc_from_stripe(struct btree_trans *trans, struct open_buckets *ptrs, struct write_point *wp, struct bch_devs_mask *devs_may_alloc, u16 target, unsigned nr_replicas, unsigned *nr_effective, bool *have_cache, enum bch_watermark watermark, unsigned flags, struct closure *cl) argument
935 __open_bucket_add_buckets(struct btree_trans *trans, struct open_buckets *ptrs, struct write_point *wp, struct bch_devs_list *devs_have, u16 target, bool erasure_code, unsigned nr_replicas, unsigned *nr_effective, bool *have_cache, enum bch_watermark watermark, unsigned flags, struct closure *_cl) argument
1006 open_bucket_add_buckets(struct btree_trans *trans, struct open_buckets *ptrs, struct write_point *wp, struct bch_devs_list *devs_have, u16 target, unsigned erasure_code, unsigned nr_replicas, unsigned *nr_effective, bool *have_cache, enum bch_watermark watermark, unsigned flags, struct closure *cl) argument
1194 try_decrease_writepoints(struct btree_trans *trans, unsigned old_nr) argument
1226 writepoint_find(struct btree_trans *trans, unsigned long write_point) argument
1310 bch2_alloc_sectors_start_trans(struct btree_trans *trans, unsigned target, unsigned erasure_code, struct write_point_specifier write_point, struct bch_devs_list *devs_have, unsigned nr_replicas, unsigned nr_replicas_required, enum bch_watermark watermark, unsigned flags, struct closure *cl, struct write_point **wp_ret) argument
[all...]
H A Dfs-io.c113 static int inode_set_size(struct btree_trans *trans, argument
214 struct btree_trans *trans = bch2_trans_get(c); local
219 bch2_trans_begin(trans);
221 ret = bch2_subvolume_get_snapshot(trans, subvol, &start.snapshot);
225 for_each_btree_key_upto_norestart(trans, iter, BTREE_ID_extents, start, end, 0, k, ret)
231 bch2_trans_iter_exit(trans, &iter);
236 bch2_trans_put(trans);
498 static int inode_update_times_fn(struct btree_trans *trans, argument
587 struct btree_trans *trans = bch2_trans_get(c); local
595 bch2_trans_iter_init(trans,
806 struct btree_trans *trans = bch2_trans_get(c); local
937 struct btree_trans *trans; local
990 struct btree_trans *trans; local
[all...]
H A Dbtree_update_interior.h137 static inline int bch2_foreground_maybe_merge_sibling(struct btree_trans *trans, argument
142 struct btree_path *path = trans->paths + path_idx;
148 if (b->sib_u64s[sib] > trans->c->btree_foreground_merge_threshold)
151 return __bch2_foreground_maybe_merge(trans, path_idx, level, flags, sib);
154 static inline int bch2_foreground_maybe_merge(struct btree_trans *trans, argument
159 return bch2_foreground_maybe_merge_sibling(trans, path, level, flags,
161 bch2_foreground_maybe_merge_sibling(trans, path, level, flags,
H A Ddata_update.c92 static int __bch2_data_update_index_update(struct btree_trans *trans, argument
107 bch2_trans_iter_init(trans, &iter, m->btree_id,
126 bch2_trans_begin(trans);
225 ret = bch2_sum_sector_overwrites(trans, &iter, insert,
285 ret = bch2_insert_snapshot_whiteouts(trans, m->btree_id,
287 bch2_insert_snapshot_whiteouts(trans, m->btree_id,
290 bch2_trans_update(trans, &iter, insert,
292 bch2_trans_commit(trans, &op->res,
329 bch2_trans_iter_exit(trans, &iter);
338 return bch2_trans_run(op->c, __bch2_data_update_index_update(trans, o
371 bch2_update_unwritten_extent(struct btree_trans *trans, struct data_update *update) argument
452 bch2_extent_drop_ptrs(struct btree_trans *trans, struct btree_iter *iter, struct bkey_s_c k, struct data_update_opts data_opts) argument
495 bch2_data_update_init(struct btree_trans *trans, struct btree_iter *iter, struct moving_context *ctxt, struct data_update *m, struct write_point_specifier wp, struct bch_io_opts io_opts, struct data_update_opts data_opts, enum btree_id btree_id, struct bkey_s_c k) argument
[all...]
/linux-master/fs/btrfs/
H A Dinode.c483 static int btrfs_init_inode_security(struct btrfs_trans_handle *trans, argument
489 err = __btrfs_set_acl(trans, args->inode, args->default_acl,
495 err = __btrfs_set_acl(trans, args->inode, args->acl, ACL_TYPE_ACCESS);
501 return btrfs_xattr_security_init(trans, args->inode, args->dir,
510 static int insert_inline_extent(struct btrfs_trans_handle *trans, argument
543 ret = btrfs_insert_empty_item(trans, root, path, &key,
551 btrfs_set_file_extent_generation(leaf, ei, trans->transid);
584 btrfs_mark_buffer_dirty(trans, leaf);
629 struct btrfs_trans_handle *trans; local
650 trans
2620 add_pending_csums(struct btrfs_trans_handle *trans, struct list_head *list) argument
2889 insert_reserved_file_extent(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, u64 file_pos, struct btrfs_file_extent_item *stack_fi, const bool update_inode_bytes, u64 qgroup_reserved) argument
3000 insert_ordered_extent_file_extent(struct btrfs_trans_handle *trans, struct btrfs_ordered_extent *oe) argument
3048 struct btrfs_trans_handle *trans = NULL; local
3467 btrfs_orphan_add(struct btrfs_trans_handle *trans, struct btrfs_inode *inode) argument
3485 btrfs_orphan_del(struct btrfs_trans_handle *trans, struct btrfs_inode *inode) argument
3501 struct btrfs_trans_handle *trans; local
3962 fill_inode_item(struct btrfs_trans_handle *trans, struct extent_buffer *leaf, struct btrfs_inode_item *item, struct inode *inode) argument
4011 btrfs_update_inode_item(struct btrfs_trans_handle *trans, struct btrfs_inode *inode) argument
4046 btrfs_update_inode(struct btrfs_trans_handle *trans, struct btrfs_inode *inode) argument
4074 btrfs_update_inode_fallback(struct btrfs_trans_handle *trans, struct btrfs_inode *inode) argument
4090 __btrfs_unlink_inode(struct btrfs_trans_handle *trans, struct btrfs_inode *dir, struct btrfs_inode *inode, const struct fscrypt_str *name, struct btrfs_rename_ctx *rename_ctx) argument
4192 btrfs_unlink_inode(struct btrfs_trans_handle *trans, struct btrfs_inode *dir, struct btrfs_inode *inode, const struct fscrypt_str *name) argument
4224 struct btrfs_trans_handle *trans; local
4263 btrfs_unlink_subvol(struct btrfs_trans_handle *trans, struct btrfs_inode *dir, struct dentry *dentry) argument
4502 struct btrfs_trans_handle *trans; local
4649 struct btrfs_trans_handle *trans; local
4874 struct btrfs_trans_handle *trans; local
5017 struct btrfs_trans_handle *trans; local
5222 struct btrfs_trans_handle *trans; local
5269 struct btrfs_trans_handle *trans; local
6072 struct btrfs_trans_handle *trans; local
6239 btrfs_create_new_inode(struct btrfs_trans_handle *trans, struct btrfs_new_inode_args *args) argument
6484 btrfs_add_link(struct btrfs_trans_handle *trans, struct btrfs_inode *parent_inode, struct btrfs_inode *inode, const struct fscrypt_str *name, int add_backref, u64 index) argument
6576 struct btrfs_trans_handle *trans; local
6635 struct btrfs_trans_handle *trans = NULL; local
8356 struct btrfs_trans_handle *trans; local
8807 struct btrfs_trans_handle *trans; local
9063 struct btrfs_trans_handle *trans; local
9501 struct btrfs_trans_handle *trans; local
9607 struct btrfs_trans_handle *trans = trans_in; local
9676 __btrfs_prealloc_file_range(struct inode *inode, int mode, u64 start, u64 num_bytes, u64 min_size, loff_t actual_len, u64 *alloc_hint, struct btrfs_trans_handle *trans) argument
9805 btrfs_prealloc_file_range_trans(struct inode *inode, struct btrfs_trans_handle *trans, int mode, u64 start, u64 num_bytes, u64 min_size, loff_t actual_len, u64 *alloc_hint) argument
9834 struct btrfs_trans_handle *trans; local
[all...]
H A Ddev-replace.c344 int btrfs_run_dev_replace(struct btrfs_trans_handle *trans) argument
346 struct btrfs_fs_info *fs_info = trans->fs_info;
372 ret = btrfs_search_slot(trans, dev_root, &key, path, -1, 1);
393 ret = btrfs_del_item(trans, dev_root, path);
406 ret = btrfs_insert_empty_item(trans, dev_root, path,
444 btrfs_mark_buffer_dirty(trans, eb);
461 struct btrfs_trans_handle *trans; local
478 trans = btrfs_attach_transaction(root);
479 if (IS_ERR(trans)) {
480 ret = PTR_ERR(trans);
603 struct btrfs_trans_handle *trans; local
855 struct btrfs_trans_handle *trans; local
1069 struct btrfs_trans_handle *trans; local
[all...]
H A Dfile.h24 int btrfs_drop_extents(struct btrfs_trans_handle *trans,
32 int btrfs_mark_extent_written(struct btrfs_trans_handle *trans,
H A Dfile.c202 int btrfs_drop_extents(struct btrfs_trans_handle *trans, argument
252 ret = btrfs_lookup_file_extent(trans, root, path, ino,
351 ret = btrfs_duplicate_item(trans, root, path,
373 btrfs_mark_buffer_dirty(trans, leaf);
385 ret = btrfs_inc_extent_ref(trans, &ref);
387 btrfs_abort_transaction(trans, ret);
411 btrfs_set_item_key_safe(trans, path, &new_key);
417 btrfs_mark_buffer_dirty(trans, leaf);
437 btrfs_mark_buffer_dirty(trans, leaf);
476 ret = btrfs_free_extent(trans,
598 btrfs_mark_extent_written(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, u64 start, u64 end) argument
1790 struct btrfs_trans_handle *trans; local
2080 fill_holes(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, u64 offset, u64 end) argument
2248 btrfs_insert_replace_extent(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, struct btrfs_replace_extent_info *extent_info, const u64 replace_len, const u64 bytes_to_drop) argument
2354 struct btrfs_trans_handle *trans = NULL; local
2610 struct btrfs_trans_handle *trans = NULL; local
2813 struct btrfs_trans_handle *trans; local
[all...]
H A Dfree-space-cache.h110 int create_free_space_inode(struct btrfs_trans_handle *trans,
113 int btrfs_remove_free_space_inode(struct btrfs_trans_handle *trans,
117 int btrfs_truncate_free_space_cache(struct btrfs_trans_handle *trans,
121 int btrfs_wait_cache_io(struct btrfs_trans_handle *trans,
124 int btrfs_write_out_cache(struct btrfs_trans_handle *trans,
H A Dioctl.c263 struct btrfs_trans_handle *trans; local
310 trans = btrfs_start_transaction(root, 1);
311 if (IS_ERR(trans))
312 return PTR_ERR(trans);
373 trans = btrfs_start_transaction(root, 3);
374 if (IS_ERR(trans))
375 return PTR_ERR(trans);
378 ret = btrfs_set_prop(trans, inode, "btrfs.compression", comp,
381 btrfs_abort_transaction(trans, ret);
385 ret = btrfs_set_prop(trans, inod
598 struct btrfs_trans_handle *trans; local
801 struct btrfs_trans_handle *trans; local
1137 struct btrfs_trans_handle *trans; local
1462 struct btrfs_trans_handle *trans; local
2956 struct btrfs_trans_handle *trans; local
3183 struct btrfs_trans_handle *trans; local
3816 struct btrfs_trans_handle *trans; local
3868 struct btrfs_trans_handle *trans; local
3923 struct btrfs_trans_handle *trans; local
4036 struct btrfs_trans_handle *trans; local
4224 struct btrfs_trans_handle *trans; local
4368 struct btrfs_trans_handle *trans; local
[all...]
H A Dreflink.c21 static int clone_finish_inode_update(struct btrfs_trans_handle *trans, argument
45 ret = btrfs_update_inode(trans, BTRFS_I(inode));
47 btrfs_abort_transaction(trans, ret);
48 btrfs_end_transaction(trans);
51 ret = btrfs_end_transaction(trans);
181 struct btrfs_trans_handle *trans = NULL; local
262 trans = btrfs_start_transaction(root, 3);
263 if (IS_ERR(trans)) {
264 ret = PTR_ERR(trans);
265 trans
343 struct btrfs_trans_handle *trans; local
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_psr_regs.h12 #define TRANS_EXITLINE(trans) _MMIO_TRANS2((trans), _TRANS_EXITLINE_A)
71 #define _EDP_PSR_TRANS_SHIFT(trans) ((trans) == TRANSCODER_EDP ? \
72 0 : ((trans) - TRANSCODER_A + 1) * 8)
77 #define EDP_PSR_MASK(trans) (TGL_PSR_MASK << \
78 _EDP_PSR_TRANS_SHIFT(trans))
79 #define EDP_PSR_ERROR(trans) (TGL_PSR_ERROR << \
80 _EDP_PSR_TRANS_SHIFT(trans))
81 #define EDP_PSR_POST_EXIT(trans) (TGL_PSR_POST_EXI
[all...]
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A DMakefile14 trans.o \
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-parse.h12 #include "iwl-trans.h"
64 * @trans: ransport we're parsing for, for debug only
75 iwl_parse_eeprom_data(struct iwl_trans *trans, const struct iwl_cfg *cfg,
82 void iwl_init_ht_hw_capab(struct iwl_trans *trans,
H A Diwl-drv.h60 * @trans: the transport
67 struct iwl_drv *iwl_drv_start(struct iwl_trans *trans);
103 const char *iwl_drv_get_fwname_pre(struct iwl_trans *trans, char *buf);
H A Diwl-csr.h644 #define CSR_ADDR_BASE(trans) ((trans)->cfg->mac_addr_from_csr)
645 #define CSR_MAC_ADDR0_OTP(trans) (CSR_ADDR_BASE(trans) + 0x00)
646 #define CSR_MAC_ADDR1_OTP(trans) (CSR_ADDR_BASE(trans) + 0x04)
647 #define CSR_MAC_ADDR0_STRAP(trans) (CSR_ADDR_BASE(trans) + 0x08)
648 #define CSR_MAC_ADDR1_STRAP(trans) (CSR_ADDR_BASE(trans)
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c13 #include "iwl-trans.h"
99 if (mvm->trans->trans_cfg->device_family >= IWL_DEVICE_FAMILY_AX210)
103 reg_val = CSR_HW_REV_STEP_DASH(mvm->trans->hw_rev);
121 if (mvm->trans->trans_cfg->device_family < IWL_DEVICE_FAMILY_8000)
127 iwl_trans_set_bits_mask(mvm->trans, CSR_HW_IF_CONFIG_REG,
142 if (!mvm->trans->cfg->apmg_not_supported)
143 iwl_set_bits_mask_prph(mvm->trans, APMG_PS_CTRL_REG,
773 struct iwl_trans *trans = mvm->trans; local
776 if (trans
1147 iwl_op_mode_mvm_start(struct iwl_trans *trans, const struct iwl_cfg *cfg, const struct iwl_fw *fw, struct dentry *dbgfs_dir) argument
[all...]
H A Dnvm.c9 #include "iwl-trans.h"
117 IWL_DEBUG_EEPROM(mvm->trans->dev,
122 IWL_DEBUG_EEPROM(mvm->trans->dev,
124 ret, mvm->trans->name);
195 mvm->trans->trans_cfg->base_params->eeprom_size) {
202 IWL_DEBUG_EEPROM(mvm->trans->dev,
210 iwl_nvm_fixups(mvm->trans->hw_id, section, data, offset);
212 IWL_DEBUG_EEPROM(mvm->trans->dev,
228 if (mvm->trans->cfg->nvm_type == IWL_NVM) {
235 if (mvm->trans
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dpaging.c28 dma_unmap_page(fwrt->trans->dev, paging->fw_paging_phys,
82 phys = dma_map_page(fwrt->trans->dev, block, 0,
85 if (dma_mapping_error(fwrt->trans->dev, phys)) {
156 dma_sync_single_for_device(fwrt->trans->dev,
202 dma_sync_single_for_device(fwrt->trans->dev,
262 return iwl_trans_send_cmd(fwrt->trans, &hcmd);
270 if (fwrt->trans->trans_cfg->gen2)
/linux-master/net/rds/
H A Dbind.c168 struct rds_transport *trans; local
246 trans = rs->rs_transport;
247 if (!trans->laddr_check ||
248 trans->laddr_check(sock_net(sock->sk),
254 trans = rds_trans_get_preferred(sock_net(sock->sk),
256 if (!trans) {
262 rs->rs_transport = trans;
/linux-master/drivers/hid/
H A Dhid-apple.c370 const struct apple_key_translation *trans; local
372 for (trans = table; trans->from; trans++)
373 set_bit(trans->to, input->keybit);
379 const struct apple_key_translation *trans; local
382 for (trans = table; trans->from; trans++)
383 if (trans
402 const struct apple_key_translation *trans, *table; local
[all...]

Completed in 296 milliseconds

1234567891011>>