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 ..
202 static int i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, in i40e_get_lump() argument208 if (!pile || needed == 0 || id >= I40E_PILE_VALID_BIT) { in i40e_get_lump()211 pile ? "<valid>" : "<null>", needed, id); in i40e_get_lump()218 if (pile == pf->qp_pile && pf->vsi[id]->type == I40E_VSI_FDIR) { in i40e_get_lump()219 if (pile->list[pile->num_entries - 1] & I40E_PILE_VALID_BIT) { in i40e_get_lump()222 pile->num_entries - 1); in i40e_get_lump()225 pile->list[pile->num_entries - 1] = id | I40E_PILE_VALID_BIT; in i40e_get_lump()226 return pile->num_entries - 1; in i40e_get_lump()230 while (i < pile->num_entries) { in i40e_get_lump()232 if (pile->list[i] & I40E_PILE_VALID_BIT) { in i40e_get_lump()[all …]
2679 struct i40e_lump_tracking *pile; in i40e_check_enough_queue() local2690 pile = pf->qp_pile; in i40e_check_enough_queue()2698 i < pile->num_entries; i++) { in i40e_check_enough_queue()2699 if (pile->list[i] & I40E_PILE_VALID_BIT) in i40e_check_enough_queue()2709 for (i = 0; i < pile->num_entries; i++) { in i40e_check_enough_queue()2710 if (pile->list[i] & I40E_PILE_VALID_BIT) { in i40e_check_enough_queue()
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
105 now, but there's still a pile of existing drivers that easily could be
256 Each offset runs from 0 to N. It is perfectly fine to pile any number of
256 managed to turn a big pile into a group of smaller piles. The work of
101 worse; the pile of changes waiting for the next merge window will grow