Searched refs:oal (Results 1 – 4 of 4) sorted by relevance
2308 struct oal *oal; in ql_send_map() local2344 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()[all …]
1027 struct oal { struct1040 struct oal *oal; member
1342 struct oal { struct1343 struct tx_buf_desc oal[TX_DESC_PER_OAL]; member1355 struct oal oal; member
1373 map = pci_map_single(qdev->pdev, &tx_ring_desc->oal, in ql_map_send()1374 sizeof(struct oal), in ql_map_send()1396 sizeof(struct oal)); in ql_map_send()1397 tbd = (struct tx_buf_desc *)&tx_ring_desc->oal; in ql_map_send()