Lines Matching refs:chain_index
686 u32 chain_index,
695 rid->chain_index = chain_index;
840 * (the hardware equivalent of chain_index), while LHS rules may go in either
899 if (!fa->chain_index) {
903 rid = efx_tc_get_recirc_id(efx, fa->chain_index,
906 NL_SET_ERR_MSG_MOD(extack, "Failed to allocate a hardware recirculation ID for this chain_index");
1390 if (tc->common.chain_index) {
1393 rid = efx_tc_get_recirc_id(efx, tc->common.chain_index, net_dev);
1396 "Failed to allocate a hardware recirculation ID for chain_index %u",
1397 tc->common.chain_index);
1685 if (tc->common.chain_index) {
1809 /* chain_index 0 is always recirc_id 0 (and does not appear in recirc_ht).
1813 if (tc->common.chain_index) {
1819 * extra recirc_id if both use the same chain_index.
1826 rid = efx_tc_get_recirc_id(efx, tc->common.chain_index,
1830 "Failed to allocate a hardware recirculation ID for chain_index %u",
1831 tc->common.chain_index);