Home
last modified time | relevance | path

Searched defs:trans (Results 1 – 25 of 114) sorted by relevance

12345

/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c101 static void iwl_trans_schedule_reprobe(struct iwl_trans *trans, in iwl_trans_schedule_reprobe()
129 iwl_trans_determine_restart_mode(struct iwl_trans *trans) in iwl_trans_determine_restart_mode()
206 struct iwl_trans *trans = container_of(wk, typeof(*trans), in iwl_trans_restart_wk() local
273 struct iwl_trans *trans; in iwl_trans_alloc() local
296 void iwl_trans_free(struct iwl_trans *trans) in iwl_trans_free()
301 int iwl_trans_send_cmd(struct iwl_trans *trans, struct iwl_host_cmd *cmd) in iwl_trans_send_cmd()
336 struct iwl_device_tx_cmd *iwl_trans_alloc_tx_cmd(struct iwl_trans *trans) in iwl_trans_alloc_tx_cmd()
342 void iwl_trans_free_tx_cmd(struct iwl_trans *trans, in iwl_trans_free_tx_cmd()
366 const char *iwl_get_cmd_string(struct iwl_trans *trans, u32 id) in iwl_get_cmd_string()
389 void iwl_trans_op_mode_enter(struct iwl_trans *trans, in iwl_trans_op_mode_enter()
[all …]
H A Diwl-scd.h13 static inline void iwl_scd_txq_set_chain(struct iwl_trans *trans, in iwl_scd_txq_set_chain()
19 static inline void iwl_scd_txq_enable_agg(struct iwl_trans *trans, in iwl_scd_txq_enable_agg()
25 static inline void iwl_scd_txq_disable_agg(struct iwl_trans *trans, in iwl_scd_txq_disable_agg()
31 static inline void iwl_scd_disable_agg(struct iwl_trans *trans) in iwl_scd_disable_agg()
36 static inline void iwl_scd_activate_fifos(struct iwl_trans *trans) in iwl_scd_activate_fifos()
41 static inline void iwl_scd_deactivate_fifos(struct iwl_trans *trans) in iwl_scd_deactivate_fifos()
46 static inline void iwl_scd_enable_set_active(struct iwl_trans *trans, in iwl_scd_enable_set_active()
76 static inline void iwl_scd_txq_set_inactive(struct iwl_trans *trans, in iwl_scd_txq_set_inactive()
H A Diwl-dbg-tlv.c99 static int iwl_dbg_tlv_alloc_debug_info(struct iwl_trans *trans, in iwl_dbg_tlv_alloc_debug_info()
121 static int iwl_dbg_tlv_alloc_buf_alloc(struct iwl_trans *trans, in iwl_dbg_tlv_alloc_buf_alloc()
166 static int iwl_dbg_tlv_alloc_hcmd(struct iwl_trans *trans, in iwl_dbg_tlv_alloc_hcmd()
192 static int iwl_dbg_tlv_alloc_region(struct iwl_trans *trans, in iwl_dbg_tlv_alloc_region()
250 static int iwl_dbg_tlv_alloc_trigger(struct iwl_trans *trans, in iwl_dbg_tlv_alloc_trigger()
287 static int iwl_dbg_tlv_config_set(struct iwl_trans *trans, in iwl_dbg_tlv_config_set()
323 void iwl_dbg_tlv_alloc(struct iwl_trans *trans, const struct iwl_ucode_tlv *tlv, in iwl_dbg_tlv_alloc()
377 void iwl_dbg_tlv_del_timers(struct iwl_trans *trans) in iwl_dbg_tlv_del_timers()
390 static void iwl_dbg_tlv_fragments_free(struct iwl_trans *trans, in iwl_dbg_tlv_fragments_free()
418 void iwl_dbg_tlv_free(struct iwl_trans *trans) in iwl_dbg_tlv_free()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Drx.c145 int iwl_pcie_rx_stop(struct iwl_trans *trans) in iwl_pcie_rx_stop()
167 static void iwl_pcie_rxq_inc_wr_ptr(struct iwl_trans *trans, in iwl_pcie_rxq_inc_wr_ptr()
204 static void iwl_pcie_rxq_check_wrptr(struct iwl_trans *trans) in iwl_pcie_rxq_check_wrptr()
221 static void iwl_pcie_restock_bd(struct iwl_trans *trans, in iwl_pcie_restock_bd()
245 static void iwl_pcie_rxmq_restock(struct iwl_trans *trans, in iwl_pcie_rxmq_restock()
292 static void iwl_pcie_rxsq_restock(struct iwl_trans *trans, in iwl_pcie_rxsq_restock()
350 void iwl_pcie_rxq_restock(struct iwl_trans *trans, struct iwl_rxq *rxq) in iwl_pcie_rxq_restock()
362 static struct page *iwl_pcie_rx_alloc_page(struct iwl_trans *trans, in iwl_pcie_rx_alloc_page()
430 void iwl_pcie_rxq_alloc_rbs(struct iwl_trans *trans, gfp_t priority, in iwl_pcie_rxq_alloc_rbs()
489 void iwl_pcie_free_rbs_pool(struct iwl_trans *trans) in iwl_pcie_free_rbs_pool()
[all …]
H A Dtx.c54 int iwl_pcie_alloc_dma_ptr(struct iwl_trans *trans, in iwl_pcie_alloc_dma_ptr()
68 void iwl_pcie_free_dma_ptr(struct iwl_trans *trans, struct iwl_dma_ptr *ptr) in iwl_pcie_free_dma_ptr()
80 static void iwl_pcie_txq_inc_wr_ptr(struct iwl_trans *trans, in iwl_pcie_txq_inc_wr_ptr()
124 void iwl_pcie_txq_check_wrptrs(struct iwl_trans *trans) in iwl_pcie_txq_check_wrptrs()
163 static int iwl_pcie_txq_build_tfd(struct iwl_trans *trans, struct iwl_txq *txq, in iwl_pcie_txq_build_tfd()
193 static void iwl_pcie_clear_cmd_in_flight(struct iwl_trans *trans) in iwl_pcie_clear_cmd_in_flight()
213 static void iwl_pcie_free_and_unmap_tso_page(struct iwl_trans *trans, in iwl_pcie_free_and_unmap_tso_page()
227 void iwl_pcie_free_tso_pages(struct iwl_trans *trans, struct sk_buff *skb, in iwl_pcie_free_tso_pages()
280 static void iwl_txq_set_tfd_invalid_gen1(struct iwl_trans *trans, in iwl_txq_set_tfd_invalid_gen1()
291 static void iwl_txq_gen1_tfd_unmap(struct iwl_trans *trans, in iwl_txq_gen1_tfd_unmap()
[all …]
H A Dtx-gen2.c18 static struct page *get_workaround_page(struct iwl_trans *trans, in get_workaround_page()
59 static int iwl_txq_gen2_set_tb_with_wa(struct iwl_trans *trans, in iwl_txq_gen2_set_tb_with_wa()
157 static int iwl_txq_gen2_build_amsdu(struct iwl_trans *trans, in iwl_txq_gen2_build_amsdu()
296 iwl_tfh_tfd *iwl_txq_gen2_build_tx_amsdu(struct iwl_trans *trans, in iwl_txq_gen2_build_tx_amsdu()
355 static int iwl_txq_gen2_tx_add_frags(struct iwl_trans *trans, in iwl_txq_gen2_tx_add_frags()
384 iwl_tfh_tfd *iwl_txq_gen2_build_tx(struct iwl_trans *trans, in iwl_txq_gen2_build_tx()
480 struct iwl_tfh_tfd *iwl_txq_gen2_build_tfd(struct iwl_trans *trans, in iwl_txq_gen2_build_tfd()
527 int iwl_txq_space(struct iwl_trans *trans, const struct iwl_txq *q) in iwl_txq_space()
559 static void iwl_pcie_gen2_update_byte_tbl(struct iwl_trans *trans, in iwl_pcie_gen2_update_byte_tbl()
601 int iwl_txq_gen2_set_tb(struct iwl_trans *trans, struct iwl_tfh_tfd *tfd, in iwl_txq_gen2_set_tb()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info-v2.c33 iwl_pcie_ctxt_info_dbg_enable(struct iwl_trans *trans, in iwl_pcie_ctxt_info_dbg_enable()
100 int iwl_pcie_ctxt_info_v2_alloc(struct iwl_trans *trans, in iwl_pcie_ctxt_info_v2_alloc()
297 void iwl_pcie_ctxt_info_v2_kick(struct iwl_trans *trans) in iwl_pcie_ctxt_info_v2_kick()
312 void iwl_pcie_ctxt_info_v2_free(struct iwl_trans *trans, bool alive) in iwl_pcie_ctxt_info_v2_free()
353 static int iwl_pcie_load_payloads_contig(struct iwl_trans *trans, in iwl_pcie_load_payloads_contig()
388 (struct iwl_trans *trans, in iwl_pcie_load_payloads_segments()
442 int iwl_trans_pcie_ctx_info_v2_load_pnvm(struct iwl_trans *trans, in iwl_trans_pcie_ctx_info_v2_load_pnvm()
499 static void iwl_pcie_set_pnvm_segments(struct iwl_trans *trans) in iwl_pcie_set_pnvm_segments()
512 static void iwl_pcie_set_contig_pnvm(struct iwl_trans *trans) in iwl_pcie_set_contig_pnvm()
524 void iwl_trans_pcie_ctx_info_v2_set_pnvm(struct iwl_trans *trans, in iwl_trans_pcie_ctx_info_v2_set_pnvm()
[all …]
H A Dctxt-info.c12 static void *_iwl_pcie_ctxt_info_dma_alloc_coherent(struct iwl_trans *trans, in _iwl_pcie_ctxt_info_dma_alloc_coherent()
41 void *iwl_pcie_ctxt_info_dma_alloc_coherent(struct iwl_trans *trans, in iwl_pcie_ctxt_info_dma_alloc_coherent()
48 int iwl_pcie_ctxt_info_alloc_dma(struct iwl_trans *trans, in iwl_pcie_ctxt_info_alloc_dma()
63 void iwl_pcie_ctxt_info_free_paging(struct iwl_trans *trans) in iwl_pcie_ctxt_info_free_paging()
84 int iwl_pcie_init_fw_sec(struct iwl_trans *trans, in iwl_pcie_init_fw_sec()
163 int iwl_pcie_ctxt_info_init(struct iwl_trans *trans, in iwl_pcie_ctxt_info_init()
250 void iwl_pcie_ctxt_info_free(struct iwl_trans *trans) in iwl_pcie_ctxt_info_free()
H A Dutils.h13 static inline void _iwl_trans_set_bits_mask(struct iwl_trans *trans, in _iwl_trans_set_bits_mask()
28 static inline void iwl_trans_clear_bit(struct iwl_trans *trans, in iwl_trans_clear_bit()
34 static inline void iwl_trans_set_bit(struct iwl_trans *trans, in iwl_trans_set_bit()
/linux/net/rds/
H A Dtransport.c50 void rds_trans_register(struct rds_transport *trans) in rds_trans_register()
68 void rds_trans_unregister(struct rds_transport *trans) in rds_trans_unregister()
79 void rds_trans_put(struct rds_transport *trans) in rds_trans_put()
90 struct rds_transport *trans; in rds_trans_get_preferred() local
118 struct rds_transport *trans; in rds_trans_get() local
148 struct rds_transport *trans; in rds_trans_stats_info_copy() local
/linux/fs/btrfs/tests/
H A Dfree-space-tree-tests.c20 static int __check_free_space_extents(struct btrfs_trans_handle *trans, in __check_free_space_extents()
107 static int check_free_space_extents(struct btrfs_trans_handle *trans, in check_free_space_extents()
150 static int test_empty_block_group(struct btrfs_trans_handle *trans, in test_empty_block_group()
164 static int test_remove_all(struct btrfs_trans_handle *trans, in test_remove_all()
184 static int test_remove_beginning(struct btrfs_trans_handle *trans, in test_remove_beginning()
207 static int test_remove_end(struct btrfs_trans_handle *trans, in test_remove_end()
230 static int test_remove_middle(struct btrfs_trans_handle *trans, in test_remove_middle()
254 static int test_merge_left(struct btrfs_trans_handle *trans, in test_merge_left()
290 static int test_merge_right(struct btrfs_trans_handle *trans, in test_merge_right()
327 static int test_merge_both(struct btrfs_trans_handle *trans, in test_merge_both()
[all …]
H A Draid-stripe-tree-tests.c38 static int test_punch_hole_3extents(struct btrfs_trans_handle *trans) in test_punch_hole_3extents()
216 static int test_delete_two_extents(struct btrfs_trans_handle *trans) in test_delete_two_extents()
360 static int test_punch_hole(struct btrfs_trans_handle *trans) in test_punch_hole()
503 static int test_front_delete_prev_item(struct btrfs_trans_handle *trans) in test_front_delete_prev_item()
645 static int test_front_delete(struct btrfs_trans_handle *trans) in test_front_delete()
754 static int test_tail_delete(struct btrfs_trans_handle *trans) in test_tail_delete()
876 static int test_create_update_delete(struct btrfs_trans_handle *trans) in test_create_update_delete()
997 static int test_simple_create_delete(struct btrfs_trans_handle *trans) in test_simple_create_delete()
1086 struct btrfs_trans_handle trans; in run_test() local
H A Ddelayed-refs-tests.c43 static void delete_delayed_ref_head(struct btrfs_trans_handle *trans, in delete_delayed_ref_head()
166 static int simple_test(struct btrfs_trans_handle *trans, in simple_test()
236 static int simple_tests(struct btrfs_trans_handle *trans) in simple_tests()
337 static int merge_tests(struct btrfs_trans_handle *trans, in merge_tests()
777 static int select_delayed_refs_test(struct btrfs_trans_handle *trans) in select_delayed_refs_test()
977 struct btrfs_trans_handle trans; in btrfs_test_delayed_refs() local
/linux/fs/btrfs/
H A Dfree-space-tree.c69 static int add_new_free_space_info(struct btrfs_trans_handle *trans, in add_new_free_space_info()
98 struct btrfs_trans_handle *trans, in btrfs_search_free_space_info()
129 static int btrfs_search_prev_slot(struct btrfs_trans_handle *trans, in btrfs_search_prev_slot()
199 int btrfs_convert_free_space_to_bitmaps(struct btrfs_trans_handle *trans, in btrfs_convert_free_space_to_bitmaps()
340 int btrfs_convert_free_space_to_extents(struct btrfs_trans_handle *trans, in btrfs_convert_free_space_to_extents()
476 static int update_free_space_extent_count(struct btrfs_trans_handle *trans, in update_free_space_extent_count()
534 static void free_space_modify_bits(struct btrfs_trans_handle *trans, in free_space_modify_bits()
577 static int free_space_next_bitmap(struct btrfs_trans_handle *trans, in free_space_next_bitmap()
602 static int modify_free_space_bitmap(struct btrfs_trans_handle *trans, in modify_free_space_bitmap()
708 static int remove_free_space_extent(struct btrfs_trans_handle *trans, in remove_free_space_extent()
[all …]
H A Ddelayed-inode.c500 static int btrfs_delayed_item_reserve_metadata(struct btrfs_trans_handle *trans, in btrfs_delayed_item_reserve_metadata()
575 struct btrfs_trans_handle *trans, in btrfs_delayed_inode_reserve_metadata()
656 static int btrfs_insert_delayed_item(struct btrfs_trans_handle *trans, in btrfs_insert_delayed_item()
819 static int btrfs_insert_delayed_items(struct btrfs_trans_handle *trans, in btrfs_insert_delayed_items()
842 static int btrfs_batch_delete_items(struct btrfs_trans_handle *trans, in btrfs_batch_delete_items()
920 static int btrfs_delete_delayed_items(struct btrfs_trans_handle *trans, in btrfs_delete_delayed_items()
1008 static int __btrfs_update_delayed_inode(struct btrfs_trans_handle *trans, in __btrfs_update_delayed_inode()
1102 static inline int btrfs_update_delayed_inode(struct btrfs_trans_handle *trans, in btrfs_update_delayed_inode()
1121 __btrfs_commit_inode_delayed_items(struct btrfs_trans_handle *trans, in __btrfs_commit_inode_delayed_items()
1148 static int __btrfs_run_delayed_items(struct btrfs_trans_handle *trans, int nr) in __btrfs_run_delayed_items()
[all …]
H A Drelocation.c405 struct btrfs_trans_handle *trans, in build_backref_tree()
582 static struct btrfs_root *create_reloc_root(struct btrfs_trans_handle *trans, in create_reloc_root()
697 int btrfs_init_reloc_root(struct btrfs_trans_handle *trans, in btrfs_init_reloc_root()
763 int btrfs_update_reloc_root(struct btrfs_trans_handle *trans, in btrfs_update_reloc_root()
854 int replace_file_extents(struct btrfs_trans_handle *trans, in replace_file_extents()
1007 int replace_path(struct btrfs_trans_handle *trans, struct reloc_control *rc, in replace_path()
1422 static int insert_dirty_subvol(struct btrfs_trans_handle *trans, in insert_dirty_subvol()
1509 struct btrfs_trans_handle *trans = NULL; in merge_reloc_root() local
1674 struct btrfs_trans_handle *trans; in prepare_to_merge() local
1924 static int record_reloc_root_in_trans(struct btrfs_trans_handle *trans, in record_reloc_root_in_trans()
[all …]
H A Dverity.c110 struct btrfs_trans_handle *trans; in drop_verity_items() local
214 struct btrfs_trans_handle *trans; in write_key_bytes() local
416 static int del_orphan(struct btrfs_trans_handle *trans, struct btrfs_inode *inode) in del_orphan()
450 struct btrfs_trans_handle *trans = NULL; in rollback_verity() local
517 struct btrfs_trans_handle *trans = NULL; in finish_verity() local
576 struct btrfs_trans_handle *trans; in btrfs_begin_enable_verity() local
/linux/drivers/net/ipa/
H A Dgsi_trans.c219 static void gsi_trans_map(struct gsi_trans *trans, u32 index) in gsi_trans_map()
254 static void gsi_trans_move_committed(struct gsi_trans *trans) in gsi_trans_move_committed()
264 static void gsi_trans_move_pending(struct gsi_trans *trans) in gsi_trans_move_pending()
277 void gsi_trans_move_complete(struct gsi_trans *trans) in gsi_trans_move_complete()
291 void gsi_trans_move_polled(struct gsi_trans *trans) in gsi_trans_move_polled()
341 struct gsi_trans *trans; in gsi_channel_trans_alloc() local
377 void gsi_trans_free(struct gsi_trans *trans) in gsi_trans_free()
407 void gsi_trans_cmd_add(struct gsi_trans *trans, void *buf, u32 size, in gsi_trans_cmd_add()
438 int gsi_trans_page_add(struct gsi_trans *trans, struct page *page, u32 size, in gsi_trans_page_add()
460 int gsi_trans_skb_add(struct gsi_trans *trans, struct sk_buff *skb) in gsi_trans_skb_add()
[all …]
H A Dipa_table.c205 static void ipa_table_reset_add(struct gsi_trans *trans, bool filter, in ipa_table_reset_add()
237 struct gsi_trans *trans; in ipa_filter_reset_table() local
297 struct gsi_trans *trans; in ipa_route_reset() local
351 struct gsi_trans *trans; in ipa_table_hash_flush() local
386 static void ipa_table_init_add(struct gsi_trans *trans, bool filter, bool ipv6) in ipa_table_init_add()
456 struct gsi_trans *trans; in ipa_table_setup() local
/linux/drivers/gpu/drm/i915/display/
H A Dintel_audio_regs.h85 #define HSW_AUD_CFG(trans) _MMIO_TRANS(trans, _HSW_AUD_CONFIG_A, _HSW_AUD_CONFIG_B) argument
89 #define HSW_AUD_MISC_CTRL(trans) _MMIO_TRANS(trans, _HSW_AUD_MISC_CTRL_A, _HSW_AUD_MISC_CTRL_B) argument
93 #define HSW_AUD_M_CTS_ENABLE(trans) _MMIO_TRANS(trans, _HSW_AUD_M_CTS_ENABLE_A, _HSW_AUD_M_CTS_ENAB… argument
100 #define HSW_AUD_DIP_ELD_CTRL(trans) _MMIO_TRANS(trans, _HSW_AUD_DIP_ELD_CTRL_ST_A, _HSW_AUD_DIP_ELD… argument
105 #define AUD_DIG_CNVT(trans) _MMIO_TRANS(trans, _HSW_AUD_DIG_CNVT_1, _HSW_AUD_DIG_CNVT_2) argument
110 #define HSW_AUD_EDID_DATA(trans) _MMIO_TRANS(trans, _HSW_AUD_EDID_DATA_A, _HSW_AUD_EDID_DATA_B) argument
114 #define AUDIO_INACTIVE(trans) ((1 << 3) << ((trans) * 4)) argument
115 #define AUDIO_OUTPUT_ENABLE(trans) ((1 << 2) << ((trans) * 4)) argument
116 #define AUDIO_CP_READY(trans) ((1 << 1) << ((trans) * 4)) argument
117 #define AUDIO_ELD_VALID(trans) ((1 << 0) << ((trans) * 4)) argument
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Duefi.c60 void *iwl_uefi_get_pnvm(struct iwl_trans *trans, size_t *len) in iwl_uefi_get_pnvm()
83 iwl_uefi_get_verified_variable_guid(struct iwl_trans *trans, in iwl_uefi_get_verified_variable_guid()
119 iwl_uefi_get_verified_variable(struct iwl_trans *trans, in iwl_uefi_get_verified_variable()
130 int iwl_uefi_handle_tlv_mem_desc(struct iwl_trans *trans, const u8 *data, in iwl_uefi_handle_tlv_mem_desc()
166 static int iwl_uefi_reduce_power_section(struct iwl_trans *trans, in iwl_uefi_reduce_power_section()
220 int iwl_uefi_reduce_power_parse(struct iwl_trans *trans, in iwl_uefi_reduce_power_parse()
279 u8 *iwl_uefi_get_reduced_power(struct iwl_trans *trans, size_t *len) in iwl_uefi_get_reduced_power()
309 struct iwl_trans *trans) in iwl_uefi_step_parse()
323 void iwl_uefi_get_step_table(struct iwl_trans *trans) in iwl_uefi_get_step_table()
377 void iwl_uefi_get_sgom_table(struct iwl_trans *trans, in iwl_uefi_get_sgom_table()
[all …]
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_common.c241 struct qlcnic_bc_trans *trans; in qlcnic_sriov_cleanup_list() local
700 static inline int qlcnic_sriov_alloc_bc_trans(struct qlcnic_bc_trans **trans) in qlcnic_sriov_alloc_bc_trans()
753 static int qlcnic_sriov_prepare_bc_hdr(struct qlcnic_bc_trans *trans, in qlcnic_sriov_prepare_bc_hdr()
817 static void qlcnic_sriov_cleanup_transaction(struct qlcnic_bc_trans *trans) in qlcnic_sriov_cleanup_transaction()
827 struct qlcnic_bc_trans *trans, u8 type) in qlcnic_sriov_clear_trans()
862 static inline void qlcnic_sriov_wait_for_resp(struct qlcnic_bc_trans *trans) in qlcnic_sriov_wait_for_resp()
874 static void qlcnic_sriov_handle_multi_frags(struct qlcnic_bc_trans *trans, in qlcnic_sriov_handle_multi_frags()
892 static void qlcnic_sriov_wait_for_channel_free(struct qlcnic_bc_trans *trans, in qlcnic_sriov_wait_for_channel_free()
938 static int qlcnic_sriov_issue_bc_post(struct qlcnic_bc_trans *trans, u8 type) in qlcnic_sriov_issue_bc_post()
968 static int __qlcnic_sriov_send_bc_msg(struct qlcnic_bc_trans *trans, in __qlcnic_sriov_send_bc_msg()
[all …]
H A Dqlcnic_sriov_pf.c740 static int qlcnic_sriov_pf_channel_cfg_cmd(struct qlcnic_bc_trans *trans, in qlcnic_sriov_pf_channel_cfg_cmd()
912 static int qlcnic_sriov_pf_mac_address_cmd(struct qlcnic_bc_trans *trans, in qlcnic_sriov_pf_mac_address_cmd()
944 static int qlcnic_sriov_pf_create_tx_ctx_cmd(struct qlcnic_bc_trans *trans, in qlcnic_sriov_pf_create_tx_ctx_cmd()
982 static int qlcnic_sriov_pf_del_rx_ctx_cmd(struct qlcnic_bc_trans *trans, in qlcnic_sriov_pf_del_rx_ctx_cmd()
1017 static int qlcnic_sriov_pf_del_tx_ctx_cmd(struct qlcnic_bc_trans *trans, in qlcnic_sriov_pf_del_tx_ctx_cmd()
1048 static int qlcnic_sriov_pf_cfg_lro_cmd(struct qlcnic_bc_trans *trans, in qlcnic_sriov_pf_cfg_lro_cmd()
1065 static int qlcnic_sriov_pf_cfg_ip_cmd(struct qlcnic_bc_trans *trans, in qlcnic_sriov_pf_cfg_ip_cmd()
1094 static int qlcnic_sriov_pf_cfg_intrpt_cmd(struct qlcnic_bc_trans *trans, in qlcnic_sriov_pf_cfg_intrpt_cmd()
1123 static int qlcnic_sriov_pf_set_mtu_cmd(struct qlcnic_bc_trans *trans, in qlcnic_sriov_pf_set_mtu_cmd()
1152 static int qlcnic_sriov_pf_get_nic_info_cmd(struct qlcnic_bc_trans *trans, in qlcnic_sriov_pf_get_nic_info_cmd()
[all …]
/linux/fs/xfs/
H A Dxfs_attr_inactive.c84 struct xfs_trans **trans, in xfs_attr3_leaf_inactive()
132 struct xfs_trans **trans, in xfs_attr3_node_inactive()
257 struct xfs_trans **trans, in xfs_attr3_root_inactive()
329 struct xfs_trans *trans; in xfs_attr_inactive() local
/linux/arch/arm64/include/asm/
H A Dkvm_nested.h98 static inline phys_addr_t kvm_s2_trans_output(struct kvm_s2_trans *trans) in kvm_s2_trans_output()
103 static inline unsigned long kvm_s2_trans_size(struct kvm_s2_trans *trans) in kvm_s2_trans_size()
108 static inline u32 kvm_s2_trans_esr(struct kvm_s2_trans *trans) in kvm_s2_trans_esr()
113 static inline bool kvm_s2_trans_readable(struct kvm_s2_trans *trans) in kvm_s2_trans_readable()
118 static inline bool kvm_s2_trans_writable(struct kvm_s2_trans *trans) in kvm_s2_trans_writable()
129 static inline bool kvm_s2_trans_exec_el0(struct kvm *kvm, struct kvm_s2_trans *trans) in kvm_s2_trans_exec_el0()
145 static inline bool kvm_s2_trans_exec_el1(struct kvm *kvm, struct kvm_s2_trans *trans) in kvm_s2_trans_exec_el1()
244 static inline u64 kvm_encode_nested_level(struct kvm_s2_trans *trans) in kvm_encode_nested_level()

12345