Searched refs:pile (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 199 * @pile: the pile of resource to search 205 static int i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, in i40e_get_lump() argument 211 if (!pile || needed == 0 || id >= I40E_PILE_VALID_BIT) { in i40e_get_lump() 213 "param err: pile=%s needed=%d id=0x%04x\n", in i40e_get_lump() 214 pile ? "<valid>" : "<null>", needed, id); in i40e_get_lump() 218 /* Allocate last queue in the pile for FDIR VSI queue in i40e_get_lump() 221 if (pile == pf->qp_pile && pf->vsi[id]->type == I40E_VSI_FDIR) { in i40e_get_lump() 222 if (pile->list[pile in i40e_get_lump() 269 i40e_put_lump(struct i40e_lump_tracking *pile, u16 index, u16 id) i40e_put_lump() argument [all...] |
H A D | i40e_virtchnl_pf.c | 2655 struct i40e_lump_tracking *pile; in i40e_check_enough_queue() local 2666 pile = pf->qp_pile; in i40e_check_enough_queue() 2674 i < pile->num_entries; i++) { in i40e_check_enough_queue() 2675 if (pile->list[i] & I40E_PILE_VALID_BIT) in i40e_check_enough_queue() 2685 for (i = 0; i < pile->num_entries; i++) { in i40e_check_enough_queue() 2686 if (pile->list[i] & I40E_PILE_VALID_BIT) { in i40e_check_enough_queue()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 202 * @pile: the pile of resource to search 208 static int i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, in i40e_get_lump() argument 214 if (!pile || needed == 0 || id >= I40E_PILE_VALID_BIT) { in i40e_get_lump() 216 "param err: pile=%s needed=%d id=0x%04x\n", in i40e_get_lump() 217 pile ? "<valid>" : "<null>", needed, id); in i40e_get_lump() 221 /* Allocate last queue in the pile for FDIR VSI queue 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 in i40e_get_lump() 272 i40e_put_lump(struct i40e_lump_tracking *pile, u16 index, u16 id) i40e_put_lump() argument [all...] |
H A D | i40e_virtchnl_pf.c | 2715 struct i40e_lump_tracking *pile; in i40e_check_enough_queue() local 2726 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()
|
Completed in 24 milliseconds