Home
last modified time | relevance | path

Searched refs:flow_res (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c1194 flow_spec = (flow_spec_t *)&flow_res->flow_spec; in nxge_flow_get_hash()
1204 ft.ip4_saddr = flow_res->flow_spec.uh.tcpip4spec.ip4src; in nxge_flow_get_hash()
1206 ft.ip4_daddr = flow_res->flow_spec.uh.tcpip4spec.ip4dst; in nxge_flow_get_hash()
1248 status = nxge_flow_get_hash(nxgep, flow_res, &H1, &H2); in nxge_add_fcram_entry()
1281 flow_spec = (flow_spec_t *)&flow_res->flow_spec; in nxge_add_tcam_entry()
1282 flow_cookie = flow_res->flow_cookie; in nxge_add_tcam_entry()
1283 channel_cookie = flow_res->channel_cookie; in nxge_add_tcam_entry()
1285 (uint16_t)flow_res->location); in nxge_add_tcam_entry()
1625 nxge_add_flow(p_nxge_t nxgep, flow_resource_t *flow_res) in nxge_add_flow() argument
1636 status = nxge_add_fcram_entry(nxgep, flow_res); in nxge_add_flow()
[all …]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c130 hxge_add_tcam_entry(p_hxge_t hxgep, flow_resource_t *flow_res) in hxge_add_tcam_entry() argument