Searched refs:pile (Results 1 – 10 of 10) sorted by relevance
93 18. There's a pile of sink handling code, both for DP and HDMI where I didn't
96 # .. wait for traces to pile up ..
208 static int i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, in i40e_get_lump() argument214 if (!pile || needed == 0 || id >= I40E_PILE_VALID_BIT) { in i40e_get_lump()217 pile ? "<valid>" : "<null>", needed, id); in i40e_get_lump()224 if (pile == pf->qp_pile && pf->vsi[id]->type == I40E_VSI_FDIR) { in i40e_get_lump()225 if (pile->list[pile->num_entries - 1] & I40E_PILE_VALID_BIT) { in i40e_get_lump()228 pile->num_entries - 1); in i40e_get_lump()231 pile->list[pile->num_entries - 1] = id | I40E_PILE_VALID_BIT; in i40e_get_lump()232 return pile->num_entries - 1; in i40e_get_lump()236 while (i < pile->num_entries) { in i40e_get_lump()238 if (pile->list[i] & I40E_PILE_VALID_BIT) { in i40e_get_lump()[all …]
2715 struct i40e_lump_tracking *pile; in i40e_check_enough_queue() local2726 pile = pf->qp_pile; in i40e_check_enough_queue()2734 i < pile->num_entries; i++) { in i40e_check_enough_queue()2735 if (pile->list[i] & I40E_PILE_VALID_BIT) in i40e_check_enough_queue()2745 for (i = 0; i < pile->num_entries; i++) { in i40e_check_enough_queue()2746 if (pile->list[i] & I40E_PILE_VALID_BIT) { in i40e_check_enough_queue()
109 now, but there's still a pile of existing drivers that easily could be465 In a whole pile of panel drivers, we have code to make the474 check from the individual panels and save a pile of code.
25 * There's a big pile of helpers for handling outputs. First the generic bridge
267 - An atomic update is assembled and validated as an entirely free-standing pile
256 managed to turn a big pile into a group of smaller piles. The work of
273 Each offset runs from 0 to N. It is perfectly fine to pile any number of
101 worse; the pile of changes waiting for the next merge window will grow