Searched refs:new_index (Results 1 – 6 of 6) sorted by relevance
46 static void heap_up(cam_pinfo **queue_array, int new_index);329 heap_up(cam_pinfo **queue_array, int new_index) in heap_up() argument334 child = new_index; in heap_up()
885 u16 new_index; in __ipoib_ib_dev_flush() local909 if (ib_find_pkey(priv->ca, priv->port, priv->pkey, &new_index)) { in __ipoib_ib_dev_flush()919 new_index == priv->pkey_index) { in __ipoib_ib_dev_flush()923 priv->pkey_index = new_index; in __ipoib_ib_dev_flush()
355 u16 new_index, ring_index, stamp_index; in mlx4_en_process_tx_cq() local390 new_index = be16_to_cpu(cqe->wqe_index) & size_mask; in mlx4_en_process_tx_cq()403 } while (ring_index != new_index); in mlx4_en_process_tx_cq()
1009 int new_index = 0; in restrict_to_mask() local1013 if (i != new_index) in restrict_to_mask()1014 hw_threads[new_index] = hw_threads[i]; in restrict_to_mask()1015 new_index++; in restrict_to_mask()1022 KMP_DEBUG_ASSERT(new_index <= num_hw_threads); in restrict_to_mask()1023 affected = (num_hw_threads != new_index); in restrict_to_mask()1024 num_hw_threads = new_index; in restrict_to_mask()
683 u8 new_index; in update_pkey_index() local689 new_index = priv->virt2phys_pkey[slave][port - 1][orig_index]; in update_pkey_index()690 *(u8 *)(inbox->buf + 35) = new_index; in update_pkey_index()
54585 uint32_t new_index; member