Searched refs:first_free_entry (Results 1 – 1 of 1) sorted by relevance
210 int i, first_free_entry = BNXT_ULP_TUN_ENTRY_INVALID; in ulp_get_tun_entry() local230 first_free_entry = i; in ulp_get_tun_entry()239 if (first_free_entry == BNXT_ULP_TUN_ENTRY_INVALID) in ulp_get_tun_entry()241 *tun_entry = &tun_tbl[first_free_entry]; in ulp_get_tun_entry()242 *tun_idx = first_free_entry; in ulp_get_tun_entry()