Lines Matching refs:oal
2309 struct oal *oal; in ql_send_map() local
2345 oal = tx_cb->oal; in ql_send_map()
2360 map = pci_map_single(qdev->pdev, oal, in ql_send_map()
2361 sizeof(struct oal), in ql_send_map()
2374 oal_entry->len = cpu_to_le32(sizeof(struct oal) | in ql_send_map()
2378 sizeof(struct oal)); in ql_send_map()
2379 oal_entry = (struct oal_entry *)oal; in ql_send_map()
2380 oal++; in ql_send_map()
2413 oal = tx_cb->oal; in ql_send_map()
2430 oal++; in ql_send_map()
2815 kfree(tx_cb->oal); in ql_free_send_free_list()
2816 tx_cb->oal = NULL; in ql_free_send_free_list()
2834 tx_cb->oal = kmalloc(512, GFP_KERNEL); in ql_create_send_free_list()
2835 if (tx_cb->oal == NULL) in ql_create_send_free_list()