Lines Matching refs:fspec
2433 flow_spec_t *fspec; in nxge_get_tcam_entry() local
2434 #define fspec_key (fspec->uh.tcpip4spec) in nxge_get_tcam_entry()
2435 #define fspec_mask (fspec->um.tcpip4spec) in nxge_get_tcam_entry()
2447 fspec = &fs->flow_spec; in nxge_get_tcam_entry()
2448 fspec->flow_type = nxge_tcam_cls_to_flow(tp->ip4_class_key); in nxge_get_tcam_entry()
2451 if (fspec->flow_type == FSPEC_AHIP4) { in nxge_get_tcam_entry()
2453 fspec->flow_type = FSPEC_ESPIP4; in nxge_get_tcam_entry()
2482 fspec->uh.ahip4spec.spi = tp->ip4_port_key; in nxge_get_tcam_entry()
2483 fspec->um.ahip4spec.spi = tp->ip4_port_mask; in nxge_get_tcam_entry()
2489 fspec->uh.ip_usr_spec.l4_4_bytes = tp->ip4_port_key; in nxge_get_tcam_entry()
2490 fspec->um.ip_usr_spec.l4_4_bytes = tp->ip4_port_mask; in nxge_get_tcam_entry()
2491 fspec->uh.ip_usr_spec.ip_ver = FSPEC_IP4; in nxge_get_tcam_entry()
2492 fspec->uh.ip_usr_spec.proto = tp->ip4_proto_key; in nxge_get_tcam_entry()
2493 fspec->um.ip_usr_spec.proto = tp->ip4_proto_mask; in nxge_get_tcam_entry()