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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c563 struct oal_entry *oal_entry; local
594 i, pkt->oal_entry[i].buf_addr_low);
596 i, pkt->oal_entry[i].buf_addr_high);
598 i, pkt->oal_entry[i].buf_len);
600 oal_entry = (struct oal_entry *)oal;
605 i, oal_entry[i].buf_addr_low);
607 i, oal_entry[i].buf_addr_high);
609 i, oal_entry[
[all...]
H A Dqlge.c3403 * 1. oal buffer MAX_SGELEMENTS * sizeof (oal_entry) bytes
3406 length = (sizeof (struct oal_entry) * MAX_SG_ELEMENTS)
3431 + (sizeof (struct oal_entry) * MAX_SG_ELEMENTS));
3434 + (sizeof (struct oal_entry) * MAX_SG_ELEMENTS));
5320 struct oal_entry *oal_entry; local
5325 struct oal_entry *tx_entry = NULL;
5326 struct oal_entry *last_oal_entry;
5437 tx_entry = &mac_iocb_ptr->oal_entry[0];
5438 oal_entry
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h2018 struct oal_entry { struct
2053 struct oal_entry oal_entry[TX_DESC_PER_IOCB]; /* max FFFFF 1M bytes */ member in struct:ob_mac_iocb_req

Completed in 91 milliseconds