Searched refs:oal_entry (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c2306 struct oal_entry *oal_entry; local
2328 oal_entry = (struct oal_entry *)&mac_iocb_ptr->buf_addr0_low;
2329 oal_entry->dma_lo = cpu_to_le32(LS_64BITS(map));
2330 oal_entry->dma_hi = cpu_to_le32(MS_64BITS(map));
2331 oal_entry->len = cpu_to_le32(len);
2338 oal_entry->len |= cpu_to_le32(OAL_LAST_ENTRY);
2346 oal_entry++;
2368 oal_entry
[all...]
H A Dqla3xxx.h1018 struct oal_entry { struct
1027 struct oal_entry oal_entry[5]; member in struct:oal

Completed in 81 milliseconds