Searched refs:chain_indirection_table (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4if.h301 * @param chain_indirection_table - table of TOE RCQ chain values
310 lm_status_t lm_tcp_update_rss(struct _lm_device_t * pdev, u8_t * chain_indirection_table,
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm.h757 * @param chain_indirection_table - array of size @table_size containing chain numbers
771 lm_status_t lm_enable_rss(struct _lm_device_t *pdev, u8_t *chain_indirection_table,
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c2492 * - the indices in the given chain_indirection_table are chain
2497 * @param chain_indirection_table - array of size @table_size containing chain numbers
2511 lm_status_t lm_enable_rss(struct _lm_device_t *pdev, u8_t *chain_indirection_table, argument
2524 if ERR_IF(!(pdev && chain_indirection_table))
2579 value = LM_CHAIN_TO_FW_CLIENT(pdev,chain_indirection_table[i]);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c6256 * @param chain_indirection_table - table of TOE RCQ chain values
6265 lm_status_t lm_tcp_update_rss(struct _lm_device_t * pdev, u8_t * chain_indirection_table, argument
6304 value = LM_TOE_FW_RSS_ID(pdev,chain_indirection_table[i]);

Completed in 87 milliseconds