Lines Matching refs:oal
2305 struct oal *oal; in ql_send_map() local
2341 oal = tx_cb->oal; in ql_send_map()
2356 map = dma_map_single(&qdev->pdev->dev, oal, in ql_send_map()
2357 sizeof(struct oal), in ql_send_map()
2370 oal_entry->len = cpu_to_le32(sizeof(struct oal) | in ql_send_map()
2374 sizeof(struct oal)); in ql_send_map()
2375 oal_entry = (struct oal_entry *)oal; in ql_send_map()
2376 oal++; in ql_send_map()
2409 oal = tx_cb->oal; in ql_send_map()
2426 oal++; in ql_send_map()
2805 kfree(tx_cb->oal); in ql_free_send_free_list()
2806 tx_cb->oal = NULL; in ql_free_send_free_list()
2824 tx_cb->oal = kmalloc(512, GFP_KERNEL); in ql_create_send_free_list()
2825 if (tx_cb->oal == NULL) in ql_create_send_free_list()