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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c11540 struct ecore_rss_config_obj *rss_obj,
11551 params.rss_obj = rss_obj;
11562 if (rss_obj->udp_rss_v4) {
11565 if (rss_obj->udp_rss_v6) {
11572 memcpy(params.ind_table, rss_obj->ind_table, sizeof(params.ind_table));
11539 bxe_config_rss_pf(struct bxe_softc *sc, struct ecore_rss_config_obj *rss_obj, uint8_t config_hash) argument
H A Decore_sp.c4480 struct ecore_rss_config_obj *o = p->rss_obj;
4579 void ecore_get_rss_ind_table(struct ecore_rss_config_obj *rss_obj, argument
4582 ECORE_MEMCPY(ind_table, rss_obj->ind_table, sizeof(rss_obj->ind_table));
4589 struct ecore_rss_config_obj *o = p->rss_obj;
4614 struct ecore_rss_config_obj *rss_obj,
4620 ecore_init_raw_obj(&rss_obj->raw, cl_id, cid, func_id, rdata,
4623 rss_obj->engine_id = engine_id;
4624 rss_obj->config_rss = ecore_setup_rss;
4613 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 Decore_sp.h1188 struct ecore_rss_config_obj *rss_obj; member in struct:ecore_config_rss_params
1972 struct ecore_rss_config_obj *rss_obj,
1993 void ecore_get_rss_ind_table(struct ecore_rss_config_obj *rss_obj,

Completed in 318 milliseconds