Home
last modified time | relevance | path

Searched refs:loc_port (Results 1 – 14 of 14) sorted by relevance

/drivers/net/ethernet/sfc/falcon/
Dfilter.h142 __be16 loc_port; member
190 spec->loc_port = port; in ef4_filter_set_ipv4_local()
215 spec->loc_port = lport; in ef4_filter_set_ipv4_full()
Drx.c869 spec.loc_port = fk.ports.dst; in ef4_filter_rfs()
885 ntohs(spec.loc_port), rxq_index, flow_id, rc); in ef4_filter_rfs()
891 ntohs(spec.loc_port), rxq_index, flow_id, rc); in ef4_filter_rfs()
Dethtool.c831 ip_entry->pdst = spec.loc_port; in ef4_ethtool_get_class_rule()
860 ip6_entry->pdst = spec.loc_port; in ef4_ethtool_get_class_rule()
1081 spec.loc_port = ip_entry->pdst; in ef4_ethtool_set_class_rule()
1116 spec.loc_port = ip6_entry->pdst; in ef4_ethtool_set_class_rule()
Dfarch.c1996 if (gen_spec->loc_port == 0 || in ef4_farch_filter_from_gen_spec()
2022 port1 = gen_spec->loc_port; in ef4_farch_filter_from_gen_spec()
2026 port2 = gen_spec->loc_port; in ef4_farch_filter_from_gen_spec()
2116 gen_spec->loc_port = port1; in ef4_farch_filter_to_gen_spec()
2119 gen_spec->loc_port = port2; in ef4_farch_filter_to_gen_spec()
/drivers/infiniband/hw/i40iw/
Di40iw_cm.c179 laddr->sin_port = htons(cm_node->loc_port); in i40iw_fill_sockaddr4()
200 laddr6->sin6_port = htons(cm_node->loc_port); in i40iw_fill_sockaddr6()
221 cm_info->loc_port = cm_node->loc_port; in i40iw_get_addr_info()
317 event->cm_info.loc_port = cm_node->loc_port; in i40iw_create_event()
488 tcph->source = htons(cm_node->loc_port); in i40iw_form_cm_frame()
1430 u16 loc_port, in i40iw_find_node() argument
1446 (cm_node->loc_port == loc_port) && in i40iw_find_node()
1486 listen_port = listen_node->loc_port; in i40iw_find_listener()
1531 if (cm_node->loc_port == port) in i40iw_find_port()
1557 if (listen_node->loc_port == port) { in i40iw_port_in_use()
[all …]
Di40iw_cm.h292 u16 loc_port; member
317 u16 loc_port, rem_port; member
368 u16 loc_port; member
Di40iw_utils.c1402 u16 loc_port, rem_port; in i40iw_ieq_get_qp() local
1417 loc_port = ntohs(tcph->dest); in i40iw_ieq_get_qp()
1420 cm_node = i40iw_find_node(&iwdev->cm_core, rem_port, rem_addr, loc_port, in i40iw_ieq_get_qp()
Di40iw.h567 u16 loc_port,
Di40iw_hw.c623 info->dest_port = cpu_to_le16(cminfo->loc_port); in i40iw_manage_qhash()
/drivers/net/ethernet/sfc/
Dfilter.h168 __be16 loc_port; member
216 spec->loc_port = port; in efx_filter_set_ipv4_local()
241 spec->loc_port = lport; in efx_filter_set_ipv4_full()
Drx.c874 req->spec.loc_host, ntohs(req->spec.loc_port), in efx_filter_rfs_work()
881 req->spec.loc_host, ntohs(req->spec.loc_port), in efx_filter_rfs_work()
949 req->spec.loc_port = fk.ports.dst; in efx_filter_rfs()
Dethtool.c854 ip_entry->pdst = spec.loc_port; in efx_ethtool_get_class_rule()
883 ip6_entry->pdst = spec.loc_port; in efx_ethtool_get_class_rule()
1146 spec.loc_port = ip_entry->pdst; in efx_ethtool_set_class_rule()
1181 spec.loc_port = ip6_entry->pdst; in efx_ethtool_set_class_rule()
Dfarch.c2055 if (gen_spec->loc_port == 0 || in efx_farch_filter_from_gen_spec()
2081 port1 = gen_spec->loc_port; in efx_farch_filter_from_gen_spec()
2085 port2 = gen_spec->loc_port; in efx_farch_filter_from_gen_spec()
2175 gen_spec->loc_port = port1; in efx_farch_filter_to_gen_spec()
2178 gen_spec->loc_port = port2; in efx_farch_filter_to_gen_spec()
Def10.c4135 COPY_FIELD(LOC_PORT, loc_port, DST_PORT); in efx_ef10_filter_push_prep_set_match_fields()