Searched refs:oal (Results 1 – 5 of 5) sorted by relevance
2303 struct oal *oal; in ql_send_map() local2339 oal = tx_cb->oal; in ql_send_map()2354 map = dma_map_single(&qdev->pdev->dev, oal, in ql_send_map()2355 sizeof(struct oal), in ql_send_map()2368 oal_entry->len = cpu_to_le32(sizeof(struct oal) | in ql_send_map()2372 sizeof(struct oal)); in ql_send_map()2373 oal_entry = (struct oal_entry *)oal; in ql_send_map()2374 oal++; in ql_send_map()2407 oal = tx_cb->oal; in ql_send_map()2424 oal++; in ql_send_map()[all …]
1026 struct oal { struct1039 struct oal *oal; member
344 s8 oal; /* "Overhead Accounting Length" */ member480 fqd->oac_init.oal = val; in qm_fqd_set_oal()
1350 struct tx_buf_desc oal[TX_DESC_PER_OAL]; member1362 struct qlge_oal oal; member
1297 map = dma_map_single(&qdev->pdev->dev, &tx_ring_desc->oal, in qlge_map_send()1321 tbd = (struct tx_buf_desc *)&tx_ring_desc->oal; in qlge_map_send()