Lines Matching refs:oal
2308 struct oal *oal; in ql_send_map() local
2344 oal = tx_cb->oal; in ql_send_map()
2359 map = pci_map_single(qdev->pdev, oal, in ql_send_map()
2360 sizeof(struct oal), in ql_send_map()
2373 oal_entry->len = cpu_to_le32(sizeof(struct oal) | in ql_send_map()
2377 sizeof(struct oal)); in ql_send_map()
2378 oal_entry = (struct oal_entry *)oal; in ql_send_map()
2379 oal++; in ql_send_map()
2412 oal = tx_cb->oal; in ql_send_map()
2429 oal++; in ql_send_map()
2812 kfree(tx_cb->oal); in ql_free_send_free_list()
2813 tx_cb->oal = NULL; in ql_free_send_free_list()
2831 tx_cb->oal = kmalloc(512, GFP_KERNEL); in ql_create_send_free_list()
2832 if (tx_cb->oal == NULL) in ql_create_send_free_list()