/Linux-v5.15/drivers/scsi/bnx2fc/ |
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() 166 void bnx2fc_flush_active_ios(struct bnx2fc_rport *tgt) in bnx2fc_flush_active_ios() 278 static void bnx2fc_upld_wait(struct bnx2fc_rport *tgt) in bnx2fc_upld_wait() 292 struct bnx2fc_rport *tgt) in bnx2fc_upload_session() 350 static int bnx2fc_init_tgt(struct bnx2fc_rport *tgt, in bnx2fc_init_tgt() 448 struct bnx2fc_rport *tgt; in bnx2fc_rport_event_handler() local 583 struct bnx2fc_rport *tgt; in bnx2fc_tgt_lookup() local [all …]
|
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 …]
|
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() 668 struct bnx2fc_rport *tgt; in bnx2fc_initiate_tmf() local 824 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_initiate_abts() local 933 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_initiate_seq_cleanup() local 1000 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_initiate_cleanup() local 1086 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_abts_cleanup() local 1131 struct bnx2fc_rport *tgt; in bnx2fc_eh_abort() local 1295 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_process_seq_cleanup_compl() local [all …]
|
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()
|
D | bnx2fc_debug.c | 41 void BNX2FC_TGT_DBG(const struct bnx2fc_rport *tgt, const char *fmt, ...) in BNX2FC_TGT_DBG()
|
/Linux-v5.15/drivers/scsi/snic/ |
D | snic_disc.c | 166 struct snic_tgt *tgt = container_of(work, struct snic_tgt, scan_work); in snic_scsi_scan_tgt() local 189 struct snic_tgt *tgt = NULL; in snic_tgt_lookup() local 207 struct snic_tgt *tgt = dev_to_tgt(dev); in snic_tgt_dev_release() local 224 struct snic_tgt *tgt = container_of(work, struct snic_tgt, del_work); in snic_tgt_del() local 251 struct snic_tgt *tgt = NULL; in snic_tgt_create() local 340 struct snic_tgt *tgt = NULL; in snic_handle_tgt_disc() local 544 struct snic_tgt *tgt = NULL; in snic_tgt_del_all() local
|
D | snic_scsi.c | 241 struct snic_tgt *tgt, in snic_issue_scsi_req() 335 struct snic_tgt *tgt = NULL; in snic_queuecommand() local 1510 struct snic_tgt *tgt = NULL; in snic_send_abort_and_wait() local 1730 struct snic_tgt *tgt = NULL; in snic_dr_clean_single_req() local 2103 struct snic_tgt *tgt = starget_to_tgt(scsi_target(sdev)); in snic_dev_reset_supported() local 2612 snic_tgt_scsi_abort_io(struct snic_tgt *tgt) in snic_tgt_scsi_abort_io()
|
D | snic_disc.h | 114 snic_tgt_chkready(struct snic_tgt *tgt) in snic_tgt_chkready()
|
D | snic_main.c | 65 struct snic_tgt *tgt = starget_to_tgt(scsi_target(sdev)); in snic_slave_alloc() local
|
/Linux-v5.15/drivers/media/dvb-frontends/cxd2880/ |
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()
|
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-v5.15/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 494 static int ibmvfc_set_tgt_action(struct ibmvfc_target *tgt, in ibmvfc_set_tgt_action() 656 static void ibmvfc_del_tgt(struct ibmvfc_target *tgt) in ibmvfc_del_tgt() 674 struct ibmvfc_target *tgt; in ibmvfc_link_down() local 696 struct ibmvfc_target *tgt; in ibmvfc_init_host() local 1215 struct ibmvfc_target *tgt; in __ibmvfc_get_target() local 1235 struct ibmvfc_target *tgt; in ibmvfc_get_target() local 1350 struct ibmvfc_target *tgt = container_of(kref, struct ibmvfc_target, kref); in ibmvfc_release_tgt() local 1363 struct ibmvfc_target *tgt = ibmvfc_get_target(starget); in ibmvfc_get_starget_node_name() local 1378 struct ibmvfc_target *tgt = ibmvfc_get_target(starget); in ibmvfc_get_starget_port_name() local 1393 struct ibmvfc_target *tgt = ibmvfc_get_target(starget); in ibmvfc_get_starget_port_id() local [all …]
|
/Linux-v5.15/drivers/firewire/ |
D | sbp2.c | 119 struct sbp2_target *tgt; member 169 static struct fw_device *target_parent_device(struct sbp2_target *tgt) in target_parent_device() 174 static const struct device *tgt_dev(const struct sbp2_target *tgt) in tgt_dev() 678 static inline void sbp2_allow_block(struct sbp2_target *tgt) in sbp2_allow_block() 697 struct sbp2_target *tgt = lu->tgt; in sbp2_conditionally_block() local 721 struct sbp2_target *tgt = lu->tgt; in sbp2_conditionally_unblock() local 744 static void sbp2_unblock(struct sbp2_target *tgt) in sbp2_unblock() 799 struct sbp2_target *tgt = lu->tgt; in sbp2_login() local 909 struct sbp2_target *tgt = lu->tgt; in sbp2_reconnect() local 963 static int sbp2_add_logical_unit(struct sbp2_target *tgt, int lun_entry) in sbp2_add_logical_unit() [all …]
|
/Linux-v5.15/drivers/scsi/qla2xxx/ |
D | qla_target.c | 250 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_queue_unknown_atio() local 287 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_try_to_dequeue_unknown_atios() local 731 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_fc_port_added() local 975 struct qla_tgt *tgt = sess->tgt; in qlt_free_session_done() local 1272 struct qla_tgt *tgt = sess->tgt; in qlt_schedule_sess_for_deletion() local 1329 static void qlt_clear_tgt_db(struct qla_tgt *tgt) in qlt_clear_tgt_db() 1476 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_fc_port_deleted() local 1513 static inline int test_tgt_sess_count(struct qla_tgt *tgt) in test_tgt_sess_count() 1533 int qlt_stop_phase1(struct qla_tgt *tgt) in qlt_stop_phase1() 1591 void qlt_stop_phase2(struct qla_tgt *tgt) in qlt_stop_phase2() [all …]
|
/Linux-v5.15/samples/bpf/ |
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-v5.15/sound/soc/ |
D | soc-link.c | 37 #define soc_link_mark_push(rtd, substream, tgt) ((rtd)->mark_##tgt = substream) argument 38 #define soc_link_mark_pop(rtd, substream, tgt) ((rtd)->mark_##tgt = NULL) argument 39 #define soc_link_mark_match(rtd, substream, tgt) ((rtd)->mark_##tgt == substream) argument
|
D | soc-dai.c | 39 #define soc_dai_mark_push(dai, substream, tgt) ((dai)->mark_##tgt = substream) argument 40 #define soc_dai_mark_pop(dai, substream, tgt) ((dai)->mark_##tgt = NULL) argument 41 #define soc_dai_mark_match(dai, substream, tgt) ((dai)->mark_##tgt == substream) argument
|
/Linux-v5.15/drivers/scsi/ |
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() 989 int tgt; in handle_reset() local 1856 int tgt, minper; in mesh_probe() local
|
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 1456 int tgt; in esp_msgin_reject() local 1596 int tgt = cmd->device->id; in esp_msgin_extended() local
|
/Linux-v5.15/net/smc/ |
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-v5.15/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp6000_pcie.c | 198 int tgt, int act, int tok, u64 offset, size_t size, int width) in compute_bar() 295 int tgt, int act, int tok, u64 offset, size_t size, int width) in reconfigure_bar() 312 static int matching_bar(struct nfp_bar *bar, u32 tgt, u32 act, u32 tok, in matching_bar() 373 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in find_matching_bar() 390 int tgt, int act, int tok, in find_unused_bar_noblock() 423 int tgt, int act, int tok, in find_unused_bar_and_lock() 453 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in nfp_wait_for_bar() 463 u32 tgt, u32 act, u32 tok, in nfp_alloc_bar()
|
/Linux-v5.15/arch/powerpc/mm/book3s64/ |
D | radix_tlb.c | 955 unsigned long tgt = H_RPTI_TARGET_CMMU; in radix__flush_tlb_mm() local 990 unsigned long tgt = H_RPTI_TARGET_CMMU; in __flush_all_mm() local 1029 unsigned long tgt, pg_sizes, size; in radix__flush_tlb_page_psize() local 1086 unsigned long tgt = H_RPTI_TARGET_CMMU | H_RPTI_TARGET_NMMU; in radix__flush_tlb_kernel_range() local 1150 unsigned long tgt = H_RPTI_TARGET_CMMU; in __radix__flush_tlb_range() local 1344 unsigned long tgt = H_RPTI_TARGET_CMMU; in __radix__flush_tlb_range_psize() local 1420 unsigned long tgt, type, pg_sizes; in radix__flush_tlb_collapsed_pmd() local
|
/Linux-v5.15/drivers/firmware/ |
D | iscsi_ibft.c | 176 struct ibft_tgt *tgt; member 354 struct ibft_tgt *tgt = entry->tgt; in ibft_attr_show_target() local 527 struct ibft_tgt *tgt = entry->tgt; in ibft_check_tgt_for() local
|
/Linux-v5.15/drivers/edac/ |
D | skx_base.c | 229 #define SKX_ILV_REMOTE(tgt) (((tgt) & 8) == 0) argument 230 #define SKX_ILV_TARGET(tgt) ((tgt) & 7) argument 270 int i, idx, tgt, lchan, shift; in skx_sad_decode() local
|
/Linux-v5.15/drivers/block/rsxx/ |
D | dma.c | 98 unsigned int tgt; in rsxx_get_dma_tgt() local 679 int tgt; in rsxx_dma_queue_bio() local
|