Searched refs:rss_id (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_iro.h128 #define YSTORM_TOE_CQ_PROD_OFFSET(rss_id) (IRO[31].base + ((rss_id) * IRO[31].m1))
131 #define USTORM_TOE_CQ_PROD_OFFSET(rss_id) (IRO[32].base + ((rss_id) * IRO[32].m1))
H A Dqlnx_os.c2988 fp->rss_id,
3063 fp->rss_id,
3148 int rss_id = 0, ret = 0; local
3161 rss_id = (mp->m_pkthdr.flowid % ECORE_RSS_IND_TABLE_SIZE) %
3164 fp = &ha->fp_array[rss_id];
3201 int rss_id; local
3210 for (rss_id = 0; rss_id < ha->num_rss; rss_id++) {
3212 fp = &ha->fp_array[rss_id];
6062 int rss_id, txq_array_index, tc; local
6652 int rc = 0, rss_id; local
[all...]
H A Decore_init_fw_funcs.h542 * @param rss_id - RSS engine ID.
548 u8 rss_id,
H A Dqlnx_def.h187 uint8_t rss_id; member in struct:qlnx_fastpath
H A Decore_init_fw_funcs.c1800 u8 rss_id,
1811 RSS_IND_TABLE_VPORT_SIZE * rss_id +
1798 ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn * p_hwfn, struct ecore_ptt *p_ptt, u8 rss_id, u8 ind_table_index, u16 ind_table_value) argument
H A Decore_l2.c516 &p_config->rss_id);
H A Decore_hsi_eth.h1378 u8 rss_id /* The RSS engine ID. Must be allocated to each vport with RSS enabled. Total number of RSS engines is ETH_RSS_ENGINE_NUM_ , according to chip type. */; member in struct:eth_vport_rss_config
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt.h447 uint16_t rss_id; member in struct:bnxt_vnic_info
H A Dbnxt_hwrm.c652 req.rss_rule = htole16(vnic->rss_id);
964 req.rss_ctx_idx = htole16(vnic->rss_id);
H A Dif_bnxt.c1098 rc = bnxt_hwrm_vnic_ctx_alloc(softc, &softc->vnic_info.rss_id);
2280 softc->vnic_info.rss_id = (uint16_t)HWRM_NA_SIGNATURE;
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_os.c1605 int rss_id = 0; local
1615 rss_id = (mp->m_pkthdr.flowid & Q8_RSS_IND_TBL_MAX_IDX) %
1617 fp = &ha->tx_fp[rss_id];

Completed in 147 milliseconds