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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dqla3xxx.c2316 struct oal_entry *oal_entry; local
2338 oal_entry = (struct oal_entry *)&mac_iocb_ptr->buf_addr0_low;
2339 oal_entry->dma_lo = cpu_to_le32(LS_64BITS(map));
2340 oal_entry->dma_hi = cpu_to_le32(MS_64BITS(map));
2341 oal_entry->len = cpu_to_le32(len);
2348 oal_entry->len |= cpu_to_le32(OAL_LAST_ENTRY);
2356 oal_entry++;
2378 oal_entry
[all...]
H A Dqla3xxx.h1019 struct oal_entry { struct
1028 struct oal_entry oal_entry[5]; member in struct:oal

Completed in 111 milliseconds