Lines Matching refs:oal
2310 struct oal *oal; in ql_send_map() local
2346 oal = tx_cb->oal; in ql_send_map()
2361 map = pci_map_single(qdev->pdev, oal, in ql_send_map()
2362 sizeof(struct oal), in ql_send_map()
2375 oal_entry->len = cpu_to_le32(sizeof(struct oal) | in ql_send_map()
2379 sizeof(struct oal)); in ql_send_map()
2380 oal_entry = (struct oal_entry *)oal; in ql_send_map()
2381 oal++; in ql_send_map()
2414 oal = tx_cb->oal; in ql_send_map()
2431 oal++; in ql_send_map()
2814 kfree(tx_cb->oal); in ql_free_send_free_list()
2815 tx_cb->oal = NULL; in ql_free_send_free_list()
2833 tx_cb->oal = kmalloc(512, GFP_KERNEL); in ql_create_send_free_list()
2834 if (tx_cb->oal == NULL) in ql_create_send_free_list()