Lines Matching defs:map
1269 struct bnxt_tpa_idx_map *map = rxr->rx_tpa_idx_map;
1272 if (test_bit(idx, map->agg_idx_bmap))
1273 idx = find_first_zero_bit(map->agg_idx_bmap,
1275 __set_bit(idx, map->agg_idx_bmap);
1276 map->agg_id_tbl[agg_id] = idx;
1282 struct bnxt_tpa_idx_map *map = rxr->rx_tpa_idx_map;
1284 __clear_bit(idx, map->agg_idx_bmap);
1289 struct bnxt_tpa_idx_map *map = rxr->rx_tpa_idx_map;
1291 return map->agg_id_tbl[agg_id];
2925 struct bnxt_tpa_idx_map *map;
2990 map = rxr->rx_tpa_idx_map;
2991 if (map)
2992 memset(map->agg_idx_bmap, 0, sizeof(map->agg_idx_bmap));
5571 /* map ring groups to this vnic */
6431 /* Check if a default RSS map needs to be setup. This function is only
6438 /* The RSS map is valid for RX rings set to resv_rx_rings */
6459 * need to setup a default RSS map when needed. With new firmware
6461 * RSS map for the successfully reserved RX rings when needed.
6544 /* If we cannot reserve all the RX rings, reset the RSS map only
7969 /* Only pre-map the monitoring GRC registers using window 3 */
10430 /* Common routine to pre-map certain register block to different GRC window.
10432 * in PF and 3 windows in VF that can be customized to map in different
10438 /* CAG registers map to GRC window #4 */
12722 dev_err(&pdev->dev, "Cannot map device registers, aborting\n");
12729 dev_err(&pdev->dev, "Cannot map bar4 registers, aborting\n");
13679 dev_err(&pdev->dev, "Cannot map doorbell BAR rc = %d, aborting\n",