Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c985 u16 t_port = ntohs(ti->port); in qede_udp_tunnel_add() local
999 tunn_params.vxlan_port = t_port; in qede_udp_tunnel_add()
1006 edev->vxlan_dst_port = t_port; in qede_udp_tunnel_add()
1008 t_port); in qede_udp_tunnel_add()
1011 t_port); in qede_udp_tunnel_add()
1023 tunn_params.geneve_port = t_port; in qede_udp_tunnel_add()
1030 edev->geneve_dst_port = t_port; in qede_udp_tunnel_add()
1032 "Added geneve port=%d\n", t_port); in qede_udp_tunnel_add()
1035 t_port); in qede_udp_tunnel_add()
1049 u16 t_port = ntohs(ti->port); in qede_udp_tunnel_del() local
[all …]
/Linux-v5.4/drivers/target/
Dtarget_core_configfs.c1848 unsigned char *t_fabric = NULL, *t_port = NULL; in target_pr_res_aptpl_metadata_store() local
1967 t_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
1968 if (!t_port) { in target_pr_res_aptpl_metadata_store()
1972 if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) { in target_pr_res_aptpl_metadata_store()
2002 if (!i_port || !t_port || !sa_res_key) { in target_pr_res_aptpl_metadata_store()
2016 i_port, isid, mapped_lun, t_port, tpgt, target_lun, in target_pr_res_aptpl_metadata_store()
2023 kfree(t_port); in target_pr_res_aptpl_metadata_store()
Dtarget_core_pr.c828 unsigned char *t_port, in core_scsi3_alloc_aptpl_registration() argument
837 if (!i_port || !t_port || !sa_res_key) { in core_scsi3_alloc_aptpl_registration()
876 snprintf(pr_reg->pr_tport, PR_APTPL_MAX_TPORT_LEN, "%s", t_port); in core_scsi3_alloc_aptpl_registration()
931 unsigned char t_port[PR_APTPL_MAX_TPORT_LEN]; in __core_scsi3_check_aptpl_registration() local
935 memset(t_port, 0, PR_APTPL_MAX_TPORT_LEN); in __core_scsi3_check_aptpl_registration()
940 snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s", in __core_scsi3_check_aptpl_registration()
955 !(strcmp(pr_reg->pr_tport, t_port)) && in __core_scsi3_check_aptpl_registration()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c10237 u16 t_port = ntohs(ti->port); in bnx2x_udp_tunnel_add() local
10241 __bnx2x_add_udp_port(bp, t_port, BNX2X_UDP_PORT_VXLAN); in bnx2x_udp_tunnel_add()
10244 __bnx2x_add_udp_port(bp, t_port, BNX2X_UDP_PORT_GENEVE); in bnx2x_udp_tunnel_add()
10255 u16 t_port = ntohs(ti->port); in bnx2x_udp_tunnel_del() local
10259 __bnx2x_del_udp_port(bp, t_port, BNX2X_UDP_PORT_VXLAN); in bnx2x_udp_tunnel_del()
10262 __bnx2x_del_udp_port(bp, t_port, BNX2X_UDP_PORT_GENEVE); in bnx2x_udp_tunnel_del()