/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_tgt.c | 33 struct bnx2fc_rport *tgt = from_timer(tgt, t, upld_timer); in bnx2fc_upld_timer() local 46 struct bnx2fc_rport *tgt = from_timer(tgt, t, ofld_timer); in bnx2fc_ofld_timer() local 66 static void bnx2fc_ofld_wait(struct bnx2fc_rport *tgt) in bnx2fc_ofld_wait() 81 struct bnx2fc_rport *tgt, in bnx2fc_offload_session() 164 void bnx2fc_flush_active_ios(struct bnx2fc_rport *tgt) in bnx2fc_flush_active_ios() 276 static void bnx2fc_upld_wait(struct bnx2fc_rport *tgt) in bnx2fc_upld_wait() 290 struct bnx2fc_rport *tgt) in bnx2fc_upload_session() 348 static int bnx2fc_init_tgt(struct bnx2fc_rport *tgt, in bnx2fc_init_tgt() 446 struct bnx2fc_rport *tgt; in bnx2fc_rport_event_handler() local 581 struct bnx2fc_rport *tgt; in bnx2fc_tgt_lookup() local [all …]
|
H A D | bnx2fc_hwi.c | 172 struct bnx2fc_rport *tgt) in bnx2fc_send_session_ofld_req() 357 struct bnx2fc_rport *tgt) in bnx2fc_send_session_enable_req() 427 struct bnx2fc_rport *tgt) in bnx2fc_send_session_disable_req() 492 struct bnx2fc_rport *tgt) in bnx2fc_send_session_destroy_req() 548 void bnx2fc_process_l2_frame_compl(struct bnx2fc_rport *tgt, in bnx2fc_process_l2_frame_compl() 626 static void bnx2fc_process_unsol_compl(struct bnx2fc_rport *tgt, u16 wqe) in bnx2fc_process_unsol_compl() 859 void bnx2fc_process_cq_compl(struct bnx2fc_rport *tgt, u16 wqe, in bnx2fc_process_cq_compl() 957 void bnx2fc_arm_cq(struct bnx2fc_rport *tgt) in bnx2fc_arm_cq() 970 static struct bnx2fc_work *bnx2fc_alloc_work(struct bnx2fc_rport *tgt, u16 wqe, in bnx2fc_alloc_work() 991 static bool bnx2fc_pending_work(struct bnx2fc_rport *tgt, unsigned int wqe) in bnx2fc_pending_work() [all …]
|
H A D | bnx2fc_io.c | 45 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_cmd_timeout() local 394 struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type) in bnx2fc_elstm_alloc() 464 struct bnx2fc_cmd *bnx2fc_cmd_alloc(struct bnx2fc_rport *tgt) in bnx2fc_cmd_alloc() 665 struct bnx2fc_rport *tgt; in bnx2fc_initiate_tmf() local 818 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_initiate_abts() local 927 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_initiate_seq_cleanup() local 994 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_initiate_cleanup() local 1087 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_abts_cleanup() local 1132 struct bnx2fc_rport *tgt; in bnx2fc_eh_abort() local 1296 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_process_seq_cleanup_compl() local [all …]
|
H A D | bnx2fc_els.c | 64 struct bnx2fc_rport *tgt = aborted_io_req->tgt; in bnx2fc_send_rrq() local 125 struct bnx2fc_rport *tgt; in bnx2fc_l2_els_compl() local 182 int bnx2fc_send_adisc(struct bnx2fc_rport *tgt, struct fc_frame *fp) in bnx2fc_send_adisc() 210 int bnx2fc_send_logo(struct bnx2fc_rport *tgt, struct fc_frame *fp) in bnx2fc_send_logo() 238 int bnx2fc_send_rls(struct bnx2fc_rport *tgt, struct fc_frame *fp) in bnx2fc_send_rls() 299 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_srr_compl() local 383 struct bnx2fc_rport *tgt; in bnx2fc_rec_compl() local 585 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_send_rec() local 627 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_send_srr() local 670 static int bnx2fc_initiate_els(struct bnx2fc_rport *tgt, unsigned int op, in bnx2fc_initiate_els()
|
H A D | bnx2fc_debug.c | 41 void BNX2FC_TGT_DBG(const struct bnx2fc_rport *tgt, const char *fmt, ...) in BNX2FC_TGT_DBG()
|
/linux/drivers/scsi/snic/ |
H A D | snic_disc.c | 152 struct snic_tgt *tgt = container_of(work, struct snic_tgt, scan_work); in snic_scsi_scan_tgt() local 175 struct snic_tgt *tgt = NULL; in snic_tgt_lookup() local 193 struct snic_tgt *tgt = dev_to_tgt(dev); in snic_tgt_dev_release() local 210 struct snic_tgt *tgt = container_of(work, struct snic_tgt, del_work); in snic_tgt_del() local 237 struct snic_tgt *tgt = NULL; in snic_tgt_create() local 329 struct snic_tgt *tgt = NULL; in snic_handle_tgt_disc() local 533 struct snic_tgt *tgt = NULL; in snic_tgt_del_all() local
|
H A D | snic_scsi.c | 227 struct snic_tgt *tgt, in snic_issue_scsi_req() 321 struct snic_tgt *tgt = NULL; in snic_queuecommand() local 1488 struct snic_tgt *tgt = NULL; in snic_send_abort_and_wait() local 1708 struct snic_tgt *tgt = NULL; in snic_dr_clean_single_req() local 2075 struct snic_tgt *tgt = starget_to_tgt(scsi_target(sdev)); in snic_dev_reset_supported() local 2582 snic_tgt_scsi_abort_io(struct snic_tgt *tgt) in snic_tgt_scsi_abort_io()
|
H A D | snic_disc.h | 100 snic_tgt_chkready(struct snic_tgt *tgt) in snic_tgt_chkready()
|
/linux/drivers/media/dvb-frontends/cxd2880/ |
H A D | cxd2880_io.c | 13 enum cxd2880_io_tgt tgt, in cxd2880_io_common_write_one_reg() 23 enum cxd2880_io_tgt tgt, in cxd2880_io_set_reg_bits() 48 enum cxd2880_io_tgt tgt, in cxd2880_io_write_multi_regs()
|
H A D | cxd2880_devio_spi.c | 15 enum cxd2880_io_tgt tgt, in cxd2880_io_spi_read_reg() 63 enum cxd2880_io_tgt tgt, in cxd2880_io_spi_write_reg()
|
/linux/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.c | 501 static int ibmvfc_set_tgt_action(struct ibmvfc_target *tgt, in ibmvfc_set_tgt_action() 663 static void ibmvfc_del_tgt(struct ibmvfc_target *tgt) in ibmvfc_del_tgt() 681 struct ibmvfc_target *tgt; in ibmvfc_link_down() local 703 struct ibmvfc_target *tgt; in ibmvfc_init_host() local 1233 struct ibmvfc_target *tgt; in __ibmvfc_get_target() local 1253 struct ibmvfc_target *tgt; in ibmvfc_get_target() local 1368 struct ibmvfc_target *tgt = container_of(kref, struct ibmvfc_target, kref); in ibmvfc_release_tgt() local 1381 struct ibmvfc_target *tgt = ibmvfc_get_target(starget); in ibmvfc_get_starget_node_name() local 1396 struct ibmvfc_target *tgt = ibmvfc_get_target(starget); in ibmvfc_get_starget_port_name() local 1411 struct ibmvfc_target *tgt = ibmvfc_get_target(starget); in ibmvfc_get_starget_port_id() local [all …]
|
/linux/drivers/firewire/ |
H A D | sbp2.c | 120 struct sbp2_target *tgt; member 170 static struct fw_device *target_parent_device(struct sbp2_target *tgt) in target_parent_device() 175 static const struct device *tgt_dev(const struct sbp2_target *tgt) in tgt_dev() 680 static inline void sbp2_allow_block(struct sbp2_target *tgt) in sbp2_allow_block() 699 struct sbp2_target *tgt = lu->tgt; in sbp2_conditionally_block() local 723 struct sbp2_target *tgt = lu->tgt; in sbp2_conditionally_unblock() local 746 static void sbp2_unblock(struct sbp2_target *tgt) in sbp2_unblock() 801 struct sbp2_target *tgt = lu->tgt; in sbp2_login() local 911 struct sbp2_target *tgt = lu->tgt; in sbp2_reconnect() local 965 static int sbp2_add_logical_unit(struct sbp2_target *tgt, int lun_entry) in sbp2_add_logical_unit() [all …]
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 227 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_queue_unknown_atio() local 264 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_try_to_dequeue_unknown_atios() local 706 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_fc_port_added() local 950 struct qla_tgt *tgt = sess->tgt; in qlt_free_session_done() local 1260 struct qla_tgt *tgt = sess->tgt; in qlt_schedule_sess_for_deletion() local 1317 static void qlt_clear_tgt_db(struct qla_tgt *tgt) in qlt_clear_tgt_db() 1464 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_fc_port_deleted() local 1501 static inline int test_tgt_sess_count(struct qla_tgt *tgt) in test_tgt_sess_count() 1521 int qlt_stop_phase1(struct qla_tgt *tgt) in qlt_stop_phase1() 1579 void qlt_stop_phase2(struct qla_tgt *tgt) in qlt_stop_phase2() [all …]
|
/linux/samples/bpf/ |
H A D | xdp_sample.bpf.c | 97 const struct bpf_prog *xdp, const void *tgt, int err, in BPF_PROG() 105 const struct bpf_prog *xdp, const void *tgt, int err, in BPF_PROG() 113 const struct bpf_prog *xdp, const void *tgt, int err, in BPF_PROG() 121 const struct bpf_prog *xdp, const void *tgt, int err, in BPF_PROG()
|
/linux/fs/smb/client/ |
H A D | dfs.c | 90 struct dfs_info3_param *tgt) in parse_dfs_target() 101 static int setup_dfs_ref(struct dfs_info3_param *tgt, struct dfs_ref_walk *rw) in setup_dfs_ref() 137 struct dfs_info3_param tgt = {}; in __dfs_referral_walk() local
|
H A D | dfs.h | 119 struct dfs_info3_param *tgt) in ref_walk_get_tgt()
|
/linux/drivers/scsi/ |
H A D | mesh.c | 82 #define ALLOW_SYNC(tgt) ((sync_targets >> (tgt)) & 1) argument 83 #define ALLOW_RESEL(tgt) ((resel_targets >> (tgt)) & 1) argument 84 #define ALLOW_DEBUG(tgt) ((debug_targets >> (tgt)) & 1) argument 99 u8 tgt; member 293 static inline void dumplog(struct mesh_state *ms, int tgt) in dumplog() 982 int tgt; in handle_reset() local 1851 int tgt, minper; in mesh_probe() local
|
H A D | esp_scsi.c | 495 static void esp_write_tgt_config3(struct esp *esp, int tgt) in esp_write_tgt_config3() 507 static void esp_write_tgt_sync(struct esp *esp, int tgt) in esp_write_tgt_sync() 661 int tgt, lun; in esp_autosense() local 742 int tgt, lun, i; in esp_maybe_execute_command() local 902 int tgt = dev->id; in esp_cmd_is_done() local 1454 int tgt; in esp_msgin_reject() local 1594 int tgt = cmd->device->id; in esp_msgin_extended() local
|
/linux/net/smc/ |
H A D | smc_cdc.h | 101 static inline void smc_curs_copy(union smc_host_cursor *tgt, in smc_curs_copy() 116 static inline void smc_curs_copy_net(union smc_cdc_cursor *tgt, in smc_curs_copy_net() 131 static inline void smcd_curs_copy(union smcd_cdc_cursor *tgt, in smcd_curs_copy()
|
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp6000_pcie.c | 196 int tgt, int act, int tok, u64 offset, size_t size, int width) in compute_bar() 290 int tgt, int act, int tok, u64 offset, size_t size, int width) in reconfigure_bar() 307 static int matching_bar(struct nfp_bar *bar, u32 tgt, u32 act, u32 tok, in matching_bar() 368 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in find_matching_bar() 385 int tgt, int act, int tok, in find_unused_bar_noblock() 418 int tgt, int act, int tok, in find_unused_bar_and_lock() 448 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in nfp_wait_for_bar() 458 u32 tgt, u32 act, u32 tok, in nfp_alloc_bar()
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | radix_tlb.c | 855 unsigned long tgt = H_RPTI_TARGET_CMMU; in radix__flush_tlb_mm() local 891 unsigned long tgt = H_RPTI_TARGET_CMMU; in __flush_all_mm() local 931 unsigned long tgt, pg_sizes, size; in radix__flush_tlb_page_psize() local 988 unsigned long tgt = H_RPTI_TARGET_CMMU | H_RPTI_TARGET_NMMU; in radix__flush_tlb_kernel_range() local 1054 unsigned long tgt = H_RPTI_TARGET_CMMU; in __radix__flush_tlb_range() local 1264 unsigned long tgt = H_RPTI_TARGET_CMMU; in __radix__flush_tlb_range_psize() local 1341 unsigned long tgt, type, pg_sizes; in radix__flush_tlb_collapsed_pmd() local
|
/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api.c | 226 const struct vcap_typegroup *tgt; in vcap_verify_keystream_keyset() local 272 const struct vcap_typegroup *tgt, bool mask, in vcap_verify_typegroups() 312 const struct vcap_typegroup **tgt; in vcap_find_keystream_typegroup_sw() local 449 const struct vcap_typegroup *tgt) in vcap_encode_keyfield() 501 const struct vcap_typegroup *tgt) in vcap_encode_keyfield_typegroups() 742 const struct vcap_typegroup *tgt) in vcap_encode_actionfield() 782 const struct vcap_typegroup *tgt) in vcap_encode_actionfield_typegroups() 1331 const struct vcap_typegroup *tgt; in vcap_verify_actionstream_actionset() local 1366 const struct vcap_typegroup **tgt; in vcap_find_actionstream_typegroup_sw() local 1438 const struct vcap_typegroup *tgt; in vcap_decode_actionset() local [all …]
|
H A D | vcap_api_kunit.c | 540 struct vcap_typegroup tgt[] = { in vcap_api_encode_short_field_test() local 611 struct vcap_typegroup tgt[] = { in vcap_api_encode_keyfield_test() local 674 struct vcap_typegroup tgt[] = { in vcap_api_encode_max_keyfield_test() local 734 struct vcap_typegroup tgt[] = { in vcap_api_encode_actionfield_test() local
|
/linux/drivers/firmware/ |
H A D | iscsi_ibft.c | 176 struct ibft_tgt *tgt; member 357 struct ibft_tgt *tgt = entry->tgt; in ibft_attr_show_target() local 530 struct ibft_tgt *tgt = entry->tgt; in ibft_check_tgt_for() local
|
/linux/kernel/bpf/ |
H A D | memalloc.c | 104 struct bpf_mem_cache *tgt; member 335 struct bpf_mem_cache *tgt = c->tgt; in free_bulk() local 364 struct bpf_mem_cache *tgt = c->tgt; in __free_by_rcu() local
|