Searched refs:flow_resource_t (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/sys/nxge/ |
H A D | nxge_flow.h | 210 typedef struct flow_resource_s flow_resource_t; typedef 228 flow_resource_t fs;
|
H A D | nxge_impl.h | 852 nxge_status_t nxge_add_flow(p_nxge_t, flow_resource_t *);
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 45 static int nxge_flow_need_hash_lookup(p_nxge_t, flow_resource_t *); 69 nxge_status_t nxge_add_flow(p_nxge_t, flow_resource_t *); 71 nxge_status_t nxge_add_tcam_entry(p_nxge_t, flow_resource_t *); 72 nxge_status_t nxge_add_fcram_entry(p_nxge_t, flow_resource_t *); 73 nxge_status_t nxge_flow_get_hash(p_nxge_t, flow_resource_t *, 77 void nxge_get_tcam_entry(p_nxge_t, flow_resource_t *); 1188 nxge_flow_get_hash(p_nxge_t nxgep, flow_resource_t *flow_res, in nxge_flow_get_hash() 1247 nxge_add_fcram_entry(p_nxge_t nxgep, flow_resource_t *flow_res) in nxge_add_fcram_entry() 1270 nxge_add_tcam_entry(p_nxge_t nxgep, flow_resource_t *flow_res) in nxge_add_tcam_entry() 1622 nxge_flow_need_hash_lookup(p_nxge_t nxgep, flow_resource_t *flow_res) in nxge_flow_need_hash_lookup() [all …]
|
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_flow.h | 176 } flow_resource_t; typedef
|
H A D | hxge_pfc.c | 130 hxge_add_tcam_entry(p_hxge_t hxgep, flow_resource_t *flow_res) in hxge_add_tcam_entry() 138 flow_resource_t *fs; in hxge_put_tcam() 139 fs = (flow_resource_t *)mp->b_rptr; in hxge_put_tcam()
|