Lines Matching defs:heads
2173 yge_handle_events(yge_dev_t *dev, mblk_t **heads, mblk_t **tails, int *txindex)
2217 if (heads[pnum] == NULL)
2218 heads[pnum] = mp;
2265 mblk_t *heads[2], *tails[2];
2271 heads[0] = heads[1] = NULL;
2323 while (yge_handle_events(dev, heads, tails, txindex))
2344 if (heads[0])
2345 mac_rx(port1->p_mh, NULL, heads[0]);
2347 if (heads[0]) {
2349 while ((mp = heads[0]) != NULL) {
2350 heads[0] = mp->b_next;
2360 if (heads[1])
2361 mac_rx(port2->p_mh, NULL, heads[1]);
2363 if (heads[1]) {
2365 while ((mp = heads[1]) != NULL) {
2366 heads[1] = mp->b_next;