Lines Matching defs:oal
2305 struct oal *oal;
2341 oal = tx_cb->oal;
2356 map = dma_map_single(&qdev->pdev->dev, oal,
2357 sizeof(struct oal),
2370 oal_entry->len = cpu_to_le32(sizeof(struct oal) |
2374 sizeof(struct oal));
2375 oal_entry = (struct oal_entry *)oal;
2376 oal++;
2403 * We need to traverse through the oal's and associated pages which
2409 oal = tx_cb->oal;
2426 oal++;
2805 kfree(tx_cb->oal);
2806 tx_cb->oal = NULL;
2824 tx_cb->oal = kmalloc(512, GFP_KERNEL);
2825 if (tx_cb->oal == NULL)