Searched refs:t_port (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/target/
H A Dtarget_core_configfs.c1485 unsigned char *t_fabric = NULL, *t_port = NULL; target_pr_res_aptpl_metadata_store() local
1603 t_port = match_strdup(args); target_pr_res_aptpl_metadata_store()
1604 if (!t_port) { target_pr_res_aptpl_metadata_store()
1608 if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) { target_pr_res_aptpl_metadata_store()
1638 if (!i_port || !t_port || !sa_res_key) { target_pr_res_aptpl_metadata_store()
1652 i_port, isid, mapped_lun, t_port, tpgt, target_lun, target_pr_res_aptpl_metadata_store()
1659 kfree(t_port); target_pr_res_aptpl_metadata_store()
H A Dtarget_core_pr.c831 unsigned char *t_port, core_scsi3_alloc_aptpl_registration()
840 if (!i_port || !t_port || !sa_res_key) { core_scsi3_alloc_aptpl_registration()
876 * Copy the i_port and t_port information from caller. core_scsi3_alloc_aptpl_registration()
879 snprintf(pr_reg->pr_tport, PR_APTPL_MAX_TPORT_LEN, "%s", t_port); core_scsi3_alloc_aptpl_registration()
934 unsigned char t_port[PR_APTPL_MAX_TPORT_LEN]; __core_scsi3_check_aptpl_registration() local
938 memset(t_port, 0, PR_APTPL_MAX_TPORT_LEN); __core_scsi3_check_aptpl_registration()
943 snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s", __core_scsi3_check_aptpl_registration()
958 !(strcmp(pr_reg->pr_tport, t_port)) && __core_scsi3_check_aptpl_registration()
825 core_scsi3_alloc_aptpl_registration( struct t10_reservation *pr_tmpl, u64 sa_res_key, unsigned char *i_port, unsigned char *isid, u64 mapped_lun, unsigned char *t_port, u16 tpgt, u64 target_lun, int res_holder, int all_tg_pt, u8 type) core_scsi3_alloc_aptpl_registration() argument
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c10130 u16 t_port = ntohs(port); bnx2x_add_vxlan_port() local
10132 __bnx2x_add_vxlan_port(bp, t_port); bnx2x_add_vxlan_port()
10158 u16 t_port = ntohs(port); bnx2x_del_vxlan_port() local
10160 __bnx2x_del_vxlan_port(bp, t_port); bnx2x_del_vxlan_port()

Completed in 216 milliseconds