Lines Matching defs:oal
2303 struct oal *oal;
2339 oal = tx_cb->oal;
2354 map = dma_map_single(&qdev->pdev->dev, oal,
2355 sizeof(struct oal),
2368 oal_entry->len = cpu_to_le32(sizeof(struct oal) |
2372 sizeof(struct oal));
2373 oal_entry = (struct oal_entry *)oal;
2374 oal++;
2401 * We need to traverse through the oal's and associated pages which
2407 oal = tx_cb->oal;
2424 oal++;
2803 kfree(tx_cb->oal);
2804 tx_cb->oal = NULL;
2822 tx_cb->oal = kmalloc(512, GFP_KERNEL);
2823 if (tx_cb->oal == NULL)