Searched refs:tcam_ptr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c907 tcam_entry_t *tcam_ptr)
914 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_key, fspec_key->ip4dst);
915 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_mask, fspec_mask->ip4dst);
916 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_key, fspec_key->ip4src);
917 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_mask, fspec_mask->ip4src);
918 TCAM_IP_PORTS(tcam_ptr->ip4_port_key,
920 TCAM_IP_PORTS(tcam_ptr->ip4_port_mask,
922 TCAM_IP_CLASS(tcam_ptr->ip4_class_key,
923 tcam_ptr->ip4_class_mask,
925 TCAM_IP_PROTO(tcam_ptr
906 nxge_fill_tcam_entry_udp(p_nxge_t nxgep, flow_spec_t *flow_spec, tcam_entry_t *tcam_ptr) argument
933 nxge_fill_tcam_entry_udp_ipv6(p_nxge_t nxgep, flow_spec_t *flow_spec, tcam_entry_t *tcam_ptr) argument
966 nxge_fill_tcam_entry_tcp(p_nxge_t nxgep, flow_spec_t *flow_spec, tcam_entry_t *tcam_ptr) argument
993 nxge_fill_tcam_entry_sctp(p_nxge_t nxgep, flow_spec_t *flow_spec, tcam_entry_t *tcam_ptr) argument
1019 nxge_fill_tcam_entry_tcp_ipv6(p_nxge_t nxgep, flow_spec_t *flow_spec, tcam_entry_t *tcam_ptr) argument
1052 nxge_fill_tcam_entry_sctp_ipv6(p_nxge_t nxgep, flow_spec_t *flow_spec, tcam_entry_t *tcam_ptr) argument
1086 nxge_fill_tcam_entry_ah_esp(p_nxge_t nxgep, flow_spec_t *flow_spec, tcam_entry_t *tcam_ptr) argument
1119 nxge_fill_tcam_entry_ah_esp_ipv6(p_nxge_t nxgep, flow_spec_t *flow_spec, tcam_entry_t *tcam_ptr) argument
1157 nxge_fill_tcam_entry_ip_usr(p_nxge_t nxgep, flow_spec_t *flow_spec, tcam_entry_t *tcam_ptr, tcam_class_t class) argument
1277 tcam_entry_t tcam_ptr; local
1536 tcam_entry_t tcam_ptr; local
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c88 hxge_tcam_entry_t *tcam_ptr)
96 WRITE_TCAM_REG_MASK0(handle, tcam_ptr->mask0);
97 WRITE_TCAM_REG_MASK1(handle, tcam_ptr->mask1);
99 WRITE_TCAM_REG_KEY0(handle, tcam_ptr->key0);
100 WRITE_TCAM_REG_KEY1(handle, tcam_ptr->key1);
591 hxge_tcam_entry_t tcam_ptr; local
593 (void) memset(&tcam_ptr, 0, sizeof (hxge_tcam_entry_t));
594 (void) hpi_pfc_tcam_entry_write(handle, location, &tcam_ptr);
616 hxge_tcam_entry_t *tcam_ptr)
621 WRITE_TCAM_REG_MASK0(handle, tcam_ptr
87 hpi_pfc_tcam_entry_read(hpi_handle_t handle, uint32_t location, hxge_tcam_entry_t *tcam_ptr) argument
615 hpi_pfc_tcam_entry_write(hpi_handle_t handle, uint32_t location, hxge_tcam_entry_t *tcam_ptr) argument
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c335 * tcam_ptr : TCAM entry ptr
344 npi_fflp_tcam_entry_match(npi_handle_t handle, tcam_entry_t *tcam_ptr) argument
350 WRITE_TCAM_REG_MASK0(handle, tcam_ptr->mask0);
351 WRITE_TCAM_REG_MASK1(handle, tcam_ptr->mask1);
352 WRITE_TCAM_REG_MASK2(handle, tcam_ptr->mask2);
353 WRITE_TCAM_REG_MASK3(handle, tcam_ptr->mask3);
355 WRITE_TCAM_REG_KEY0(handle, tcam_ptr->key0);
356 WRITE_TCAM_REG_KEY1(handle, tcam_ptr->key1);
357 WRITE_TCAM_REG_KEY2(handle, tcam_ptr->key2);
358 WRITE_TCAM_REG_KEY3(handle, tcam_ptr
397 npi_fflp_tcam_entry_read(npi_handle_t handle, tcam_location_t location, struct tcam_entry *tcam_ptr) argument
448 npi_fflp_tcam_entry_write(npi_handle_t handle, tcam_location_t location, tcam_entry_t *tcam_ptr) argument
[all...]

Completed in 66 milliseconds