Lines Matching defs:oal_entry
2304 struct oal_entry *oal_entry;
2326 oal_entry = (struct oal_entry *)&mac_iocb_ptr->buf_addr0_low;
2327 oal_entry->dma_lo = cpu_to_le32(LS_64BITS(map));
2328 oal_entry->dma_hi = cpu_to_le32(MS_64BITS(map));
2329 oal_entry->len = cpu_to_le32(len);
2336 oal_entry->len |= cpu_to_le32(OAL_LAST_ENTRY);
2344 oal_entry++;
2366 oal_entry->dma_lo = cpu_to_le32(LS_64BITS(map));
2367 oal_entry->dma_hi = cpu_to_le32(MS_64BITS(map));
2368 oal_entry->len = cpu_to_le32(sizeof(struct oal) |
2373 oal_entry = (struct oal_entry *)oal;
2389 oal_entry->dma_lo = cpu_to_le32(LS_64BITS(map));
2390 oal_entry->dma_hi = cpu_to_le32(MS_64BITS(map));
2391 oal_entry->len = cpu_to_le32(skb_frag_size(frag));
2396 oal_entry->len |= cpu_to_le32(OAL_LAST_ENTRY);
2406 oal_entry = (struct oal_entry *)&mac_iocb_ptr->buf_addr0_low;
2409 oal_entry++;