Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/hxge/
H A Dhxge_flow.h127 ip_user_spec_t ip_usr_spec; member
/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h144 ip_user_spec_t ip_usr_spec; member
/titanic_44/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c1163 fspec_key = (ip_user_spec_t *)&flow_spec->uh.ip_usr_spec; in nxge_fill_tcam_entry_ip_usr()
1164 fspec_mask = (ip_user_spec_t *)&flow_spec->um.ip_usr_spec; in nxge_fill_tcam_entry_ip_usr()
1304 ip_user_spec_t *uspec = &flow_spec->uh.ip_usr_spec; in nxge_add_tcam_entry()
1305 ip_user_spec_t *umask = &flow_spec->um.ip_usr_spec; in nxge_add_tcam_entry()
2500 fspec->uh.ip_usr_spec.l4_4_bytes = tp->ip4_port_key; in nxge_get_tcam_entry()
2501 fspec->um.ip_usr_spec.l4_4_bytes = tp->ip4_port_mask; in nxge_get_tcam_entry()
2502 fspec->uh.ip_usr_spec.ip_ver = FSPEC_IP4; in nxge_get_tcam_entry()
2503 fspec->uh.ip_usr_spec.proto = tp->ip4_proto_key; in nxge_get_tcam_entry()
2504 fspec->um.ip_usr_spec.proto = tp->ip4_proto_mask; in nxge_get_tcam_entry()