Lines Matching defs:nxgep
88 nxge_tcam_dump_entry(p_nxge_t nxgep, uint32_t location) in nxge_tcam_dump_entry()
121 nxge_get_tcam(p_nxge_t nxgep, p_mblk_t mp) in nxge_get_tcam()
160 nxge_fflp_vlan_tbl_clear_all(p_nxge_t nxgep) in nxge_fflp_vlan_tbl_clear_all()
192 nxge_fflp_tcam_init(p_nxge_t nxgep) in nxge_fflp_tcam_init()
255 nxge_fflp_tcam_invalidate_all(p_nxge_t nxgep) in nxge_fflp_tcam_invalidate_all()
300 nxge_fflp_fcram_invalidate_all(p_nxge_t nxgep) in nxge_fflp_fcram_invalidate_all()
356 nxge_fflp_fcram_init(p_nxge_t nxgep) in nxge_fflp_fcram_init()
415 nxge_logical_mac_assign_rdc_table(p_nxge_t nxgep, uint8_t alt_mac) in nxge_logical_mac_assign_rdc_table()
447 nxge_main_mac_assign_rdc_table(p_nxge_t nxgep) in nxge_main_mac_assign_rdc_table()
497 nxge_alt_mcast_mac_assign_rdc_table(p_nxge_t nxgep) in nxge_alt_mcast_mac_assign_rdc_table()
533 nxge_fflp_init_hostinfo(p_nxge_t nxgep) in nxge_fflp_init_hostinfo()
543 nxge_fflp_hw_reset(p_nxge_t nxgep) in nxge_fflp_hw_reset()
629 nxge_cfg_ip_cls_flow_key(p_nxge_t nxgep, tcam_class_t l3_class, in nxge_cfg_ip_cls_flow_key()
669 nxge_cfg_ip_cls_flow_key_get(p_nxge_t nxgep, tcam_class_t l3_class, in nxge_cfg_ip_cls_flow_key_get()
715 nxge_cfg_tcam_ip_class_get(p_nxge_t nxgep, tcam_class_t class, in nxge_cfg_tcam_ip_class_get()
747 nxge_cfg_tcam_ip_class(p_nxge_t nxgep, tcam_class_t class, in nxge_cfg_tcam_ip_class()
782 nxge_fflp_set_hash1(p_nxge_t nxgep, uint32_t h1) in nxge_fflp_set_hash1()
803 nxge_fflp_set_hash2(p_nxge_t nxgep, uint16_t h2) in nxge_fflp_set_hash2()
825 nxge_classify_init_sw(p_nxge_t nxgep) in nxge_classify_init_sw()
858 nxge_classify_exit_sw(p_nxge_t nxgep) in nxge_classify_exit_sw()
878 nxge_get_rdc_group(p_nxge_t nxgep, uint8_t class, uint64_t cookie) in nxge_get_rdc_group()
899 nxge_get_rdc_offset(p_nxge_t nxgep, uint8_t class, uint64_t cookie) in nxge_get_rdc_offset()
906 nxge_fill_tcam_entry_udp(p_nxge_t nxgep, flow_spec_t *flow_spec, in nxge_fill_tcam_entry_udp()
933 nxge_fill_tcam_entry_udp_ipv6(p_nxge_t nxgep, flow_spec_t *flow_spec, in nxge_fill_tcam_entry_udp_ipv6()
966 nxge_fill_tcam_entry_tcp(p_nxge_t nxgep, flow_spec_t *flow_spec, in nxge_fill_tcam_entry_tcp()
992 nxge_fill_tcam_entry_sctp(p_nxge_t nxgep, flow_spec_t *flow_spec, in nxge_fill_tcam_entry_sctp()
1017 nxge_fill_tcam_entry_tcp_ipv6(p_nxge_t nxgep, flow_spec_t *flow_spec, in nxge_fill_tcam_entry_tcp_ipv6()
1049 nxge_fill_tcam_entry_sctp_ipv6(p_nxge_t nxgep, flow_spec_t *flow_spec, in nxge_fill_tcam_entry_sctp_ipv6()
1083 nxge_fill_tcam_entry_ah_esp(p_nxge_t nxgep, flow_spec_t *flow_spec, in nxge_fill_tcam_entry_ah_esp()
1115 nxge_fill_tcam_entry_ah_esp_ipv6(p_nxge_t nxgep, flow_spec_t *flow_spec, in nxge_fill_tcam_entry_ah_esp_ipv6()
1152 nxge_fill_tcam_entry_ip_usr(p_nxge_t nxgep, flow_spec_t *flow_spec, in nxge_fill_tcam_entry_ip_usr()
1182 nxge_flow_get_hash(p_nxge_t nxgep, flow_resource_t *flow_res, in nxge_flow_get_hash()
1241 nxge_add_fcram_entry(p_nxge_t nxgep, flow_resource_t *flow_res) in nxge_add_fcram_entry()
1264 nxge_add_tcam_entry(p_nxge_t nxgep, flow_resource_t *flow_res) in nxge_add_tcam_entry()
1531 nxge_tcam_handle_ip_fragment(p_nxge_t nxgep) in nxge_tcam_handle_ip_fragment()
1619 nxge_flow_need_hash_lookup(p_nxge_t nxgep, flow_resource_t *flow_res) in nxge_flow_need_hash_lookup()
1625 nxge_add_flow(p_nxge_t nxgep, flow_resource_t *flow_res) in nxge_add_flow()
1644 nxge_put_tcam(p_nxge_t nxgep, p_mblk_t mp) in nxge_put_tcam()
1656 nxge_fflp_config_tcam_enable(p_nxge_t nxgep) in nxge_fflp_config_tcam_enable()
1673 nxge_fflp_config_tcam_disable(p_nxge_t nxgep) in nxge_fflp_config_tcam_disable()
1692 nxge_fflp_config_hash_lookup_enable(p_nxge_t nxgep) in nxge_fflp_config_hash_lookup_enable()
1725 nxge_fflp_config_hash_lookup_disable(p_nxge_t nxgep) in nxge_fflp_config_hash_lookup_disable()
1758 nxge_fflp_config_llc_snap_enable(p_nxge_t nxgep) in nxge_fflp_config_llc_snap_enable()
1777 nxge_fflp_config_llc_snap_disable(p_nxge_t nxgep) in nxge_fflp_config_llc_snap_disable()
1796 nxge_fflp_ip_usr_class_config(p_nxge_t nxgep, tcam_class_t class, in nxge_fflp_ip_usr_class_config()
1840 nxge_fflp_ip_class_config(p_nxge_t nxgep, tcam_class_t class, uint32_t config) in nxge_fflp_ip_class_config()
1877 nxge_fflp_ip_class_config_get(p_nxge_t nxgep, tcam_class_t class, in nxge_fflp_ip_class_config_get()
1914 nxge_fflp_ip_class_config_all(p_nxge_t nxgep) in nxge_fflp_ip_class_config_all()
1944 nxge_fflp_config_vlan_table(p_nxge_t nxgep, uint16_t vlan_id) in nxge_fflp_config_vlan_table()
1993 nxge_fflp_update_hw(p_nxge_t nxgep) in nxge_fflp_update_hw()
2078 nxge_classify_init_hw(p_nxge_t nxgep) in nxge_classify_init_hw()
2129 nxge_fflp_handle_sys_errors(p_nxge_t nxgep) in nxge_fflp_handle_sys_errors()
2256 nxge_get_valid_tcam_cnt(p_nxge_t nxgep) in nxge_get_valid_tcam_cnt()
2264 nxge_rxdma_channel_cnt(p_nxge_t nxgep) in nxge_rxdma_channel_cnt()
2276 nxge_rxclass_ioctl(p_nxge_t nxgep, queue_t *wq, mblk_t *mp) in nxge_rxclass_ioctl()
2314 nxge_rxhash_ioctl(p_nxge_t nxgep, queue_t *wq, mblk_t *mp) in nxge_rxhash_ioctl()
2353 nxge_get_tcam_entry_all(p_nxge_t nxgep, rx_class_cfg_t *cfgp) in nxge_get_tcam_entry_all()
2384 nxge_tcam_get_index(p_nxge_t nxgep, uint16_t index) in nxge_tcam_get_index()
2428 nxge_get_tcam_entry(p_nxge_t nxgep, flow_resource_t *fs) in nxge_get_tcam_entry()
2509 nxge_del_tcam_entry(p_nxge_t nxgep, uint32_t location) in nxge_del_tcam_entry()
2612 nxge_set_iptun_usr_cls_reg(p_nxge_t nxgep, uint64_t class, in nxge_set_iptun_usr_cls_reg()
2642 nxge_add_iptun_class(p_nxge_t nxgep, iptun_cfg_t *iptunp, in nxge_add_iptun_class()
2744 nxge_is_iptun_cls_present(p_nxge_t nxgep, uint8_t cls_id, int *idx) in nxge_is_iptun_cls_present()
2770 nxge_cfg_iptun_hash(p_nxge_t nxgep, iptun_cfg_t *iptunp, uint8_t cls_id) in nxge_cfg_iptun_hash()
2813 nxge_del_iptun_class(p_nxge_t nxgep, uint8_t cls_id) in nxge_del_iptun_class()
2843 nxge_get_iptun_class(p_nxge_t nxgep, iptun_cfg_t *iptunp, uint8_t cls_id) in nxge_get_iptun_class()
2919 nxge_set_ip_cls_sym(p_nxge_t nxgep, uint8_t cls_id, uint8_t sym) in nxge_set_ip_cls_sym()
2933 nxge_get_ip_cls_sym(p_nxge_t nxgep, uint8_t cls_id, uint8_t *sym) in nxge_get_ip_cls_sym()