Searched refs:num_frags (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_oce.c1645 int i, num_frags = cqe->u0.s.num_fragments; local
1650 * num_frags will be 1 more than actual in case of error
1652 if (num_frags)
1653 num_frags--;
1655 for (i = 0; i < num_frags; i++) {

Completed in 272 milliseconds