Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c563 struct oal_entry *oal_entry; in ql_dump_req_pkt() local
594 i, pkt->oal_entry[i].buf_addr_low); in ql_dump_req_pkt()
596 i, pkt->oal_entry[i].buf_addr_high); in ql_dump_req_pkt()
598 i, pkt->oal_entry[i].buf_len); in ql_dump_req_pkt()
600 oal_entry = (struct oal_entry *)oal; in ql_dump_req_pkt()
605 i, oal_entry[i].buf_addr_low); in ql_dump_req_pkt()
607 i, oal_entry[i].buf_addr_high); in ql_dump_req_pkt()
609 i, oal_entry[i].buf_len); in ql_dump_req_pkt()
614 i, pkt->oal_entry[i].buf_addr_low); in ql_dump_req_pkt()
616 i, pkt->oal_entry[i].buf_addr_high); in ql_dump_req_pkt()
[all …]
H A Dqlge.c3406 length = (sizeof (struct oal_entry) * MAX_SG_ELEMENTS) in ql_alloc_tx_resources()
3431 + (sizeof (struct oal_entry) * MAX_SG_ELEMENTS)); in ql_alloc_tx_resources()
3434 + (sizeof (struct oal_entry) * MAX_SG_ELEMENTS)); in ql_alloc_tx_resources()
5320 struct oal_entry *oal_entry; in ql_send_common() local
5325 struct oal_entry *tx_entry = NULL; in ql_send_common()
5326 struct oal_entry *last_oal_entry; in ql_send_common()
5437 tx_entry = &mac_iocb_ptr->oal_entry[0]; in ql_send_common()
5438 oal_entry = NULL; in ql_send_common()
5490 !oal_entry) { in ql_send_common()
5496 oal_entry = tx_cb->oal; in ql_send_common()
[all …]
/titanic_50/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