/openbmc/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_tgt.c | 589 if ((tgt) && (tgt->port == port)) { in bnx2fc_tgt_lookup() 738 tgt->xferq_mem_size, &tgt->xferq_dma, in bnx2fc_alloc_session_resc() 752 tgt->confq_mem_size, &tgt->confq_dma, in bnx2fc_alloc_session_resc() 842 tgt->lcq, tgt->lcq_dma); in bnx2fc_free_session_resc() 848 tgt->conn_db, tgt->conn_db_dma); in bnx2fc_free_session_resc() 859 tgt->confq, tgt->confq_dma); in bnx2fc_free_session_resc() 865 tgt->xferq, tgt->xferq_dma); in bnx2fc_free_session_resc() 871 tgt->rq_pbl, tgt->rq_pbl_dma); in bnx2fc_free_session_resc() 876 tgt->rq, tgt->rq_dma); in bnx2fc_free_session_resc() 882 tgt->cq, tgt->cq_dma); in bnx2fc_free_session_resc() [all …]
|
H A D | bnx2fc_hwi.c | 980 work->tgt = tgt; in bnx2fc_alloc_work() 1136 if (!tgt) { in bnx2fc_fastpath_notification() 1164 if (!tgt) { in bnx2fc_process_ofld_cmpl() 1216 if (!tgt) { in bnx2fc_process_enable_conn_cmpl() 1255 if (!tgt) { in bnx2fc_process_conn_disable_cmpl() 1417 sqe = &tgt->sq[tgt->sq_prod_idx]; in bnx2fc_add_2_sq() 1485 tgt->conn_db->rq_prod = tgt->rq_prod_idx; in bnx2fc_return_rqe() 1494 struct bnx2fc_rport *tgt = seq_clnp_req->tgt; in bnx2fc_init_seq_cleanup_task() local 1573 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_init_cleanup_task() local 1610 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_init_mp_task() local [all …]
|
H A D | bnx2fc_io.c | 45 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_cmd_timeout() local 723 io_req->tgt = tgt; in bnx2fc_initiate_tmf() 822 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_initiate_abts() local 873 abts_io_req->tgt = tgt; in bnx2fc_initiate_abts() 966 seq_clnp_req->tgt = tgt; in bnx2fc_initiate_seq_cleanup() 998 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_initiate_cleanup() local 1024 cleanup_io_req->tgt = tgt; in bnx2fc_initiate_cleanup() 1084 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_abts_cleanup() local 1161 BUG_ON(tgt != io_req->tgt); in bnx2fc_eh_abort() 1358 struct bnx2fc_rport *tgt = io_req->tgt; in bnx2fc_process_abts_compl() local [all …]
|
H A D | bnx2fc_els.c | 64 struct bnx2fc_rport *tgt = aborted_io_req->tgt; in bnx2fc_send_rrq() local 76 sid = tgt->sid; in bnx2fc_send_rrq() 125 struct bnx2fc_rport *tgt; in bnx2fc_l2_els_compl() local 153 tgt = els_req->tgt; in bnx2fc_l2_els_compl() 299 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_srr_compl() local 402 tgt = orig_io_req->tgt; in bnx2fc_rec_compl() 585 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_send_rec() local 588 u32 sid = tgt->sid; in bnx2fc_send_rec() 627 struct bnx2fc_rport *tgt = orig_io_req->tgt; in bnx2fc_send_srr() local 713 els_req->tgt = tgt; in bnx2fc_initiate_els() [all …]
|
H A D | bnx2fc_debug.c | 41 void BNX2FC_TGT_DBG(const struct bnx2fc_rport *tgt, const char *fmt, ...) in BNX2FC_TGT_DBG() argument 54 if (tgt && tgt->port && tgt->port->lport && tgt->port->lport->host && in BNX2FC_TGT_DBG() 55 tgt->rport) in BNX2FC_TGT_DBG() 56 shost_printk(KERN_INFO, tgt->port->lport->host, in BNX2FC_TGT_DBG() 58 tgt->rport->port_id, &vaf); in BNX2FC_TGT_DBG()
|
H A D | bnx2fc.h | 427 struct bnx2fc_rport *tgt; member 481 struct bnx2fc_rport *tgt; member 510 struct bnx2fc_rport *tgt); 512 struct bnx2fc_rport *tgt); 514 struct bnx2fc_rport *tgt); 516 struct bnx2fc_rport *tgt); 517 int bnx2fc_map_doorbell(struct bnx2fc_rport *tgt); 551 void bnx2fc_ring_doorbell(struct bnx2fc_rport *tgt); 578 void bnx2fc_flush_active_ios(struct bnx2fc_rport *tgt); 585 void bnx2fc_arm_cq(struct bnx2fc_rport *tgt); [all …]
|
/openbmc/linux/drivers/scsi/snic/ |
H A D | snic_disc.c | 181 tgt = NULL; in snic_tgt_lookup() 184 return tgt; in snic_tgt_lookup() 201 kfree(tgt); in snic_tgt_dev_release() 242 if (tgt) { in snic_tgt_create() 244 return tgt; in snic_tgt_create() 247 tgt = kzalloc(sizeof(*tgt), GFP_KERNEL); in snic_tgt_create() 248 if (!tgt) { in snic_tgt_create() 275 snic->shost->host_no, tgt->channel, tgt->id); in snic_tgt_create() 280 snic->shost->host_no, tgt->channel, tgt->id); in snic_tgt_create() 286 snic->shost->host_no, tgt->channel, tgt->id); in snic_tgt_create() [all …]
|
/openbmc/linux/drivers/firewire/ |
H A D | sbp2.c | 120 struct sbp2_target *tgt; member 683 --tgt->dont_block; 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 752 ++tgt->dont_block; 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 983 lu->tgt = tgt; in sbp2_add_logical_unit() 989 ++tgt->dont_block; in sbp2_add_logical_unit() 1142 tgt->unit = unit; in sbp2_probe() [all …]
|
/openbmc/linux/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.c | 4082 evt->tgt = tgt; in ibmvfc_tgt_send_prli() 4196 evt->tgt = tgt; in ibmvfc_tgt_send_plogi() 4272 evt->tgt = tgt; in __ibmvfc_tgt_get_implicit_logout_evt() 4453 evt->tgt = tgt; in ibmvfc_tgt_move_login() 4626 evt->tgt = tgt; in ibmvfc_adisc_timeout() 4682 evt->tgt = tgt; in ibmvfc_tgt_adisc() 4790 evt->tgt = tgt; in ibmvfc_tgt_query_target() 4882 memset(tgt, 0, sizeof(*tgt)); in ibmvfc_alloc_target() 5608 tgt->job_step(tgt); in ibmvfc_do_work() 5620 tgt->job_step(tgt); in ibmvfc_do_work() [all …]
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 950 struct qla_tgt *tgt = sess->tgt; in qlt_free_session_done() local 1154 if (tgt && (tgt->sess_count == 0)) in qlt_free_session_done() 1260 struct qla_tgt *tgt = sess->tgt; in qlt_schedule_sess_for_deletion() local 1270 if (tgt && tgt->tgt_stop && tgt->sess_count == 0) in qlt_schedule_sess_for_deletion() 1513 tgt, tgt->sess_count); in test_tgt_sess_count() 1530 if (tgt->tgt_stop || tgt->tgt_stopped) { in qlt_stop_phase1() 2785 prm->tgt = cmd->tgt; in qlt_pre_xmit_response() 3415 struct qla_tgt *tgt = cmd->tgt; in qlt_rdy_to_xfer() local 3423 prm.tgt = tgt; in qlt_rdy_to_xfer() 3808 struct qla_tgt *tgt = cmd->tgt; in qlt_abort_cmd() local [all …]
|
H A D | qla_dfs.c | 158 if (tgt) { in qla2x00_dfs_tgt_sess_show() 648 ha->tgt.num_act_qpairs = num_act_qp; in qla_dfs_naqp_write() 711 if (IS_ERR(ha->tgt.dfs_naqp)) { in qla2x00_dfs_setup() 732 if (ha->tgt.dfs_naqp) { in qla2x00_dfs_remove() 733 debugfs_remove(ha->tgt.dfs_naqp); in qla2x00_dfs_remove() 734 ha->tgt.dfs_naqp = NULL; in qla2x00_dfs_remove() 737 if (ha->tgt.dfs_tgt_sess) { in qla2x00_dfs_remove() 738 debugfs_remove(ha->tgt.dfs_tgt_sess); in qla2x00_dfs_remove() 739 ha->tgt.dfs_tgt_sess = NULL; in qla2x00_dfs_remove() 742 if (ha->tgt.dfs_tgt_port_database) { in qla2x00_dfs_remove() [all …]
|
/openbmc/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() argument 19 return io->write_regs(io, tgt, sub_address, &data, 1); in cxd2880_io_common_write_one_reg() 23 enum cxd2880_io_tgt tgt, in cxd2880_io_set_reg_bits() argument 37 ret = io->read_regs(io, tgt, sub_address, &rdata, 1); in cxd2880_io_set_reg_bits() 44 return io->write_reg(io, tgt, sub_address, data); in cxd2880_io_set_reg_bits() 48 enum cxd2880_io_tgt tgt, in cxd2880_io_write_multi_regs() argument 59 ret = io->write_reg(io, tgt, reg_value[i].addr, in cxd2880_io_write_multi_regs()
|
H A D | cxd2880_io.h | 27 enum cxd2880_io_tgt tgt, u8 sub_address, 30 enum cxd2880_io_tgt tgt, u8 sub_address, 33 enum cxd2880_io_tgt tgt, u8 sub_address, 43 enum cxd2880_io_tgt tgt, 47 enum cxd2880_io_tgt tgt, 51 enum cxd2880_io_tgt tgt,
|
H A D | cxd2880_devio_spi.c | 15 enum cxd2880_io_tgt tgt, in cxd2880_io_spi_read_reg() argument 32 if (tgt == CXD2880_IO_TGT_SYS) in cxd2880_io_spi_read_reg() 63 enum cxd2880_io_tgt tgt, in cxd2880_io_spi_write_reg() argument 83 if (tgt == CXD2880_IO_TGT_SYS) in cxd2880_io_spi_write_reg() 97 if (tgt == CXD2880_IO_TGT_SYS) { in cxd2880_io_spi_write_reg()
|
/openbmc/linux/drivers/firmware/ |
H A D | iscsi_ibft.c | 176 struct ibft_tgt *tgt; member 354 struct ibft_tgt *tgt = entry->tgt; in ibft_attr_show_target() local 359 if (!tgt) in ibft_attr_show_target() 373 str += sprintf(str, "%d\n", tgt->port); in ibft_attr_show_target() 401 tgt->rev_chap_name_off); in ibft_attr_show_target() 406 tgt->rev_chap_secret_off); in ibft_attr_show_target() 527 struct ibft_tgt *tgt = entry->tgt; in ibft_check_tgt_for() local 541 if (tgt->tgt_name_len) in ibft_check_tgt_for() 546 if (tgt->chap_name_len) in ibft_check_tgt_for() 551 if (tgt->rev_chap_name_len) in ibft_check_tgt_for() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/ |
H A D | tgtd.init | 15 TGTD_CONFIG=/etc/tgt/targets.conf 22 tgt-admin -s >/dev/null 2>&1 42 tgt-admin -f -e -c $TGTD_CONFIG 54 tgt-admin --update ALL -c /dev/null &>/dev/null 74 tgt-admin --update ALL -c $TGTD_CONFIG &>/dev/null 84 tgt-admin -s >/dev/null 2>&1
|
/openbmc/openpower-proc-control/procedures/phal/ |
H A D | enter_mpreboot.cpp | 49 void sbeEnterMpReboot(struct pdbg_target* tgt) in sbeEnterMpReboot() argument 59 mpiplEnter(tgt); in sbeEnterMpReboot() 69 sbeError.what(), pdbg_target_index(tgt)) in sbeEnterMpReboot() 75 sbeError.what(), pdbg_target_index(tgt)) in sbeEnterMpReboot() 92 uint32_t index = pdbg_target_index(tgt); in sbeEnterMpReboot() 104 auto logId = createSbeErrorPEL(event, sbeError, pelAdditionalData, tgt); in sbeEnterMpReboot() 121 phalError.what(), pdbg_target_index(tgt)) in sbeEnterMpReboot() 129 std::format("Enter MPIPL completed on proc({})", pdbg_target_index(tgt)) in sbeEnterMpReboot()
|
/openbmc/linux/drivers/scsi/ |
H A D | BusLogic.c | 1377 *tgt++ = 'B'; in blogic_rdconfig() 1378 *tgt++ = 'T'; in blogic_rdconfig() 1396 *tgt = '\0'; in blogic_rdconfig() 3335 int tgt; in blogic_show_info() local 3347 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info() 3360 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info() 3364 seq_printf(m, " %2d %9u %9u", tgt, tgt_stats[tgt].read_cmds, tgt_stats[tgt].write_cmds); in blogic_show_info() 3377 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info() 3393 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info() 3413 for (tgt = 0; tgt < adapter->maxdev; tgt++) { in blogic_show_info() [all …]
|
/openbmc/qemu/accel/tcg/ |
H A D | translator.c | 431 uint16_t raw, tgt; in translator_lduw() local 434 tgt = tswap16(raw); in translator_lduw() 437 raw = tswap16(tgt); in translator_lduw() 440 return tgt; in translator_lduw() 445 uint32_t raw, tgt; in translator_ldl() local 448 tgt = tswap32(raw); in translator_ldl() 451 raw = tswap32(tgt); in translator_ldl() 454 return tgt; in translator_ldl() 459 uint64_t raw, tgt; in translator_ldq() local 462 tgt = tswap64(raw); in translator_ldq() [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | cargo.bbclass | 61 for tgt in "${B}/target/${CARGO_TARGET_SUBDIR}/"*; do 62 case $tgt in 65 install -m755 "$tgt" "${D}${rustlibdir}" 69 if [ -d "$tgt" ]; then 70 for example in "$tgt/"*; do 80 if [ -f "$tgt" ] && [ -x "$tgt" ]; then 82 install -m755 "$tgt" "${D}${bindir}"
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch | 17 ld/configure.tgt | 2 +- 20 diff --git a/ld/configure.tgt b/ld/configure.tgt 22 --- a/ld/configure.tgt 23 +++ b/ld/configure.tgt
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0002-Fix-const-qualifier-error.patch | 65 -value_clone_cb(struct value *tgt, const struct value *src, void *data) 66 +value_clone_cb(struct value *tgt, struct value *src, void *data) 68 return value_clone(tgt, src); 73 named_value_clone(struct named_value *tgt, 77 tgt->name = strdup(src->name); 78 if (tgt->name == NULL)
|
/openbmc/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() argument 109 tgt->acurs = src->acurs; in smc_curs_copy() 112 atomic64_set(&tgt->acurs, atomic64_read(&src->acurs)); in smc_curs_copy() 116 static inline void smc_curs_copy_net(union smc_cdc_cursor *tgt, in smc_curs_copy_net() argument 124 tgt->acurs = src->acurs; in smc_curs_copy_net() 127 atomic64_set(&tgt->acurs, atomic64_read(&src->acurs)); in smc_curs_copy_net() 131 static inline void smcd_curs_copy(union smcd_cdc_cursor *tgt, in smcd_curs_copy() argument 139 tgt->acurs = src->acurs; in smcd_curs_copy() 142 atomic64_set(&tgt->acurs, atomic64_read(&src->acurs)); in smcd_curs_copy()
|
/openbmc/phosphor-state-manager/test/ |
H A D | systemd_parser.cpp | 63 targetEntry tgt = targetData["obmc-chassis-poweron@0.target"]; in TEST() local 64 EXPECT_EQ(tgt.errorToLog, in TEST() 66 EXPECT_EQ(tgt.errorsToMonitor.size(), 2); in TEST() 68 tgt = targetData["obmc-host-start@0.target"]; in TEST() 69 EXPECT_EQ(tgt.errorsToMonitor.size(), 3); in TEST()
|
/openbmc/linux/include/trace/events/ |
H A D | xdp.h | 94 const void *tgt, int err, 98 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index), 117 if (tgt) 144 const void *tgt, int err, 147 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index) 153 const void *tgt, int err, 156 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index) 175 const void *tgt, int err, 178 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index) 184 const void *tgt, int err, [all …]
|