Searched defs:ind_table (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c2408 u8 ind_table[T_ETH_INDIRECTION_TABLE_SIZE] = {0}; local
2412 bnx2x_get_rss_ind_table(&bp->rss_conf_obj, ind_table);
2424 indir[i] = ind_table[i] - bp->fp->cl_id;
2433 u8 ind_table[T_ETH_INDIRECTION_TABLE_SIZE] = {0}; local
2445 ind_table[i] = indir[i] + bp->fp->cl_id;
2448 return bnx2x_config_rss_pf(bp, ind_table, false);
H A Dbnx2x_cmn.c1564 u8 ind_table[T_ETH_INDIRECTION_TABLE_SIZE] = {0}; local
1572 for (i = 0; i < sizeof(ind_table); i++)
1573 ind_table[i] =
1586 return bnx2x_config_rss_pf(bp, ind_table,
1590 int bnx2x_config_rss_pf(struct bnx2x *bp, u8 *ind_table, bool config_hash) argument
1639 memcpy(params.ind_table, ind_table, sizeof(params.ind_table));
H A Dbnx2x_sp.c4049 DP_CONT(BNX2X_MSG_SP, "0x%02x ", p->ind_table[i]);
4130 memcpy(data->indirection_table, p->ind_table,
4134 memcpy(o->ind_table, p->ind_table, T_ETH_INDIRECTION_TABLE_SIZE);
4168 u8 *ind_table)
4170 memcpy(ind_table, rss_obj->ind_table, sizeof(rss_obj->ind_table));
4167 bnx2x_get_rss_ind_table(struct bnx2x_rss_config_obj *rss_obj, u8 *ind_table) argument
H A Dbnx2x_sp.h713 u8 ind_table[T_ETH_INDIRECTION_TABLE_SIZE]; member in struct:bnx2x_config_rss_params
729 u8 ind_table[T_ETH_INDIRECTION_TABLE_SIZE]; member in struct:bnx2x_rss_config_obj
1325 * Return the current ind_table configuration.
1328 * @param ind_table buffer to fill with the current indirection
1333 u8 *ind_table);

Completed in 42 milliseconds