Home
last modified time | relevance | path

Searched refs:PR_REG_ISID_ID_LEN (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_pr.c898 char i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_aptpl_reserve()
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()
1025 char i_buf[PR_REG_ISID_ID_LEN]; in __core_scsi3_dump_registration()
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()
1287 char i_buf[PR_REG_ISID_ID_LEN];
1291 memset(i_buf, 0, PR_REG_ISID_ID_LEN);
1292 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN);
1495 char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_decode_spec_i_port()
[all...]
H A Dtarget_core_configfs.c1674 char i_buf[PR_REG_ISID_ID_LEN]; in target_core_dev_pr_show_spc3_res()
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()
1800 char i_buf[PR_REG_ISID_ID_LEN]; in target_pr_res_pr_registered_i_pts_show()
1811 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in target_pr_res_pr_registered_i_pts_show()
1814 PR_REG_ISID_ID_LEN); in target_pr_res_pr_registered_i_pts_show()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_pr.c897 char i_buf[PR_REG_ISID_ID_LEN] = { }; in core_scsi3_aptpl_reserve()
899 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in core_scsi3_aptpl_reserve()
1021 char i_buf[PR_REG_ISID_ID_LEN] = { }; in __core_scsi3_dump_registration()
1023 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in __core_scsi3_dump_registration()
1282 char i_buf[PR_REG_ISID_ID_LEN] = { };
1286 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN);
1481 char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_decode_spec_i_port()
1791 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in core_scsi3_decode_spec_i_port()
1792 core_pr_dump_initiator_port(dest_pr_reg, i_buf, PR_REG_ISID_ID_LEN); in core_scsi3_decode_spec_i_port()
2267 char i_buf[PR_REG_ISID_ID_LEN] in core_scsi3_pro_reserve()
[all...]
H A Dtarget_core_configfs.c1780 char i_buf[PR_REG_ISID_ID_LEN] = { }; in target_core_dev_pr_show_spc3_res()
1787 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_spc3_res()
1904 char i_buf[PR_REG_ISID_ID_LEN]; in target_pr_res_pr_registered_i_pts_show()
1915 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in target_pr_res_pr_registered_i_pts_show()
1918 PR_REG_ISID_ID_LEN); in target_pr_res_pr_registered_i_pts_show()
/kernel/linux/linux-5.10/include/target/
H A Dtarget_core_base.h339 #define PR_REG_ISID_ID_LEN (PR_REG_ISID_LEN + 5) macro
/kernel/linux/linux-6.6/include/target/
H A Dtarget_core_base.h346 #define PR_REG_ISID_ID_LEN (PR_REG_ISID_LEN + 5) macro

Completed in 20 milliseconds