Searched refs:i_buf (Results 1 – 5 of 5) sorted by relevance
/drivers/target/ |
D | target_core_pr.c | 898 char i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_aptpl_reserve() local 900 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in core_scsi3_aptpl_reserve() 901 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in core_scsi3_aptpl_reserve() 914 i_buf); in core_scsi3_aptpl_reserve() 1025 char i_buf[PR_REG_ISID_ID_LEN]; in __core_scsi3_dump_registration() local 1027 memset(&i_buf[0], 0, PR_REG_ISID_ID_LEN); in __core_scsi3_dump_registration() 1028 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in __core_scsi3_dump_registration() 1034 i_buf); in __core_scsi3_dump_registration() 1287 char i_buf[PR_REG_ISID_ID_LEN]; in __core_scsi3_free_registration() local 1291 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in __core_scsi3_free_registration() [all …]
|
D | target_core_configfs.c | 1674 char i_buf[PR_REG_ISID_ID_LEN]; in target_core_dev_pr_show_spc3_res() local 1676 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_spc3_res() 1683 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_spc3_res() 1687 se_nacl->initiatorname, i_buf); in target_core_dev_pr_show_spc3_res() 1800 char i_buf[PR_REG_ISID_ID_LEN]; in target_pr_res_pr_registered_i_pts_show() local 1811 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in target_pr_res_pr_registered_i_pts_show() 1813 core_pr_dump_initiator_port(pr_reg, i_buf, in target_pr_res_pr_registered_i_pts_show() 1817 pr_reg->pr_reg_nacl->initiatorname, i_buf, pr_reg->pr_res_key, in target_pr_res_pr_registered_i_pts_show()
|
/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_hwseq.c | 265 unsigned int i, i_buf; in dcn30_mmhubbub_warmup() local 304 for (i_buf = 0; i_buf < MCIF_BUF_COUNT; i_buf++) { in dcn30_mmhubbub_warmup() 305 warmup_params.start_address.quad_part = wb_info[i].mcif_buf_params.luma_address[i_buf]; in dcn30_mmhubbub_warmup()
|
/drivers/target/iscsi/ |
D | iscsi_target_nego.c | 1068 char *i_buf = NULL, *s_buf = NULL, *t_buf = NULL; in iscsi_target_locate_portal() local 1109 i_buf = value; in iscsi_target_locate_portal() 1120 if (!i_buf) { in iscsi_target_locate_portal() 1133 iscsi_initiatorname_tolower(i_buf); in iscsi_target_locate_portal() 1264 &conn->tpg->tpg_se_tpg, i_buf); in iscsi_target_locate_portal() 1268 i_buf, conn->tpg->tpgt); in iscsi_target_locate_portal()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_mcp.c | 657 u32 *o_mcp_param, u32 i_txn_size, u32 *i_buf) in qed_mcp_nvm_wr_cmd() argument 665 mb_params.p_data_src = i_buf; in qed_mcp_nvm_wr_cmd()
|