Searched refs:oal (Results 1 – 5 of 5) sorted by relevance
2310 struct oal *oal; in ql_send_map() local2346 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()[all …]
1027 struct oal { struct1040 struct oal *oal; member
343 s8 oal; /* "Overhead Accounting Length" */ member479 fqd->oac_init.oal = val; in qm_fqd_set_oal()
1342 struct oal { struct1343 struct tx_buf_desc oal[TX_DESC_PER_OAL]; argument1355 struct oal oal; member
1372 map = pci_map_single(qdev->pdev, &tx_ring_desc->oal, in ql_map_send()1373 sizeof(struct oal), in ql_map_send()1395 sizeof(struct oal)); in ql_map_send()1396 tbd = (struct tx_buf_desc *)&tx_ring_desc->oal; in ql_map_send()