Home
last modified time | relevance | path

Searched refs:qpl_id_map (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/google/gve/
Dgve.h599 unsigned long *qpl_id_map; /* bitmap of used qpl ids */ member
972 if (test_bit(id, priv->qpl_cfg.qpl_id_map)) in gve_assign_tx_qpl()
975 set_bit(id, priv->qpl_cfg.qpl_id_map); in gve_assign_tx_qpl()
987 if (test_bit(id, priv->qpl_cfg.qpl_id_map)) in gve_assign_rx_qpl()
990 set_bit(id, priv->qpl_cfg.qpl_id_map); in gve_assign_rx_qpl()
998 clear_bit(id, priv->qpl_cfg.qpl_id_map); in gve_unassign_qpl()
Dgve_main.c1123 priv->qpl_cfg.qpl_id_map = kvcalloc(BITS_TO_LONGS(max_queues), in gve_alloc_qpls()
1125 if (!priv->qpl_cfg.qpl_id_map) { in gve_alloc_qpls()
1158 kvfree(priv->qpl_cfg.qpl_id_map); in gve_free_qpls()
1159 priv->qpl_cfg.qpl_id_map = NULL; in gve_free_qpls()