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

/freebsd-9.3-release/sys/dev/bxe/
H A Decore_sp.h1150 struct ecore_rss_config_obj *rss_obj; member in struct:ecore_config_rss_params
1832 struct ecore_rss_config_obj *rss_obj,
1853 void ecore_get_rss_ind_table(struct ecore_rss_config_obj *rss_obj,
H A Decore_sp.c4322 struct ecore_rss_config_obj *o = p->rss_obj;
4425 void ecore_get_rss_ind_table(struct ecore_rss_config_obj *rss_obj, argument
4428 ECORE_MEMCPY(ind_table, rss_obj->ind_table, sizeof(rss_obj->ind_table));
4435 struct ecore_rss_config_obj *o = p->rss_obj;
4460 struct ecore_rss_config_obj *rss_obj,
4466 ecore_init_raw_obj(&rss_obj->raw, cl_id, cid, func_id, rdata,
4469 rss_obj->engine_id = engine_id;
4470 rss_obj->config_rss = ecore_setup_rss;
4459 ecore_init_rss_config_obj(struct bxe_softc *sc, struct ecore_rss_config_obj *rss_obj, uint8_t cl_id, uint32_t cid, uint8_t func_id, uint8_t engine_id, void *rdata, ecore_dma_addr_t rdata_mapping, int state, unsigned long *pstate, ecore_obj_type type) argument
H A Dbxe.c11931 struct ecore_rss_config_obj *rss_obj,
11942 params.rss_obj = rss_obj;
11953 if (rss_obj->udp_rss_v4) {
11956 if (rss_obj->udp_rss_v6) {
11963 memcpy(params.ind_table, rss_obj->ind_table, sizeof(params.ind_table));
11930 bxe_config_rss_pf(struct bxe_softc *sc, struct ecore_rss_config_obj *rss_obj, uint8_t config_hash) argument

Completed in 110 milliseconds