Home
last modified time | relevance | path

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

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