Lines Matching refs:oal
2306 struct oal *oal; in ql_send_map() local
2342 oal = tx_cb->oal; in ql_send_map()
2357 map = pci_map_single(qdev->pdev, oal, in ql_send_map()
2358 sizeof(struct oal), in ql_send_map()
2371 oal_entry->len = cpu_to_le32(sizeof(struct oal) | in ql_send_map()
2375 sizeof(struct oal)); in ql_send_map()
2376 oal_entry = (struct oal_entry *)oal; in ql_send_map()
2377 oal++; in ql_send_map()
2410 oal = tx_cb->oal; in ql_send_map()
2427 oal++; in ql_send_map()
2811 kfree(tx_cb->oal); in ql_free_send_free_list()
2812 tx_cb->oal = NULL; in ql_free_send_free_list()
2830 tx_cb->oal = kmalloc(512, GFP_KERNEL); in ql_create_send_free_list()
2831 if (tx_cb->oal == NULL) in ql_create_send_free_list()