Searched refs:skb_index (Results 1 – 3 of 3) sorted by relevance
374 int skb_index; in consume_vector_skbs() local377 for (skb_index = qi->head; skb_index < qi->head + count; skb_index++) { in consume_vector_skbs()378 skb = *(qi->skbuff_vector + skb_index); in consume_vector_skbs()383 *(qi->skbuff_vector + skb_index) = NULL; in consume_vector_skbs()
567 int skb_index = EHEA_BMASK_GET(EHEA_WR_ID_INDEX, cqe->wr_id); in get_skb_by_index() local572 x = skb_index + 1; in get_skb_by_index()587 skb = skb_array[skb_index]; in get_skb_by_index()588 skb_array[skb_index] = NULL; in get_skb_by_index()
1362 int skb_index; member