Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/qlogic/
Dqla3xxx.c2310 struct oal_entry *oal_entry; in ql_send_map() local
2332 oal_entry = (struct oal_entry *)&mac_iocb_ptr->buf_addr0_low; in ql_send_map()
2333 oal_entry->dma_lo = cpu_to_le32(LS_64BITS(map)); in ql_send_map()
2334 oal_entry->dma_hi = cpu_to_le32(MS_64BITS(map)); in ql_send_map()
2335 oal_entry->len = cpu_to_le32(len); in ql_send_map()
2342 oal_entry->len |= cpu_to_le32(OAL_LAST_ENTRY); in ql_send_map()
2350 oal_entry++; in ql_send_map()
2372 oal_entry->dma_lo = cpu_to_le32(LS_64BITS(map)); in ql_send_map()
2373 oal_entry->dma_hi = cpu_to_le32(MS_64BITS(map)); in ql_send_map()
2374 oal_entry->len = cpu_to_le32(sizeof(struct oal) | in ql_send_map()
[all …]
Dqla3xxx.h1018 struct oal_entry { struct
1027 struct oal_entry oal_entry[5]; argument