Symbol: oal_entry
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3410
length = (sizeof (struct oal_entry) * MAX_SG_ELEMENTS)
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3435
+ (sizeof (struct oal_entry) * MAX_SG_ELEMENTS));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3438
+ (sizeof (struct oal_entry) * MAX_SG_ELEMENTS));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5321
struct oal_entry *oal_entry;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5326
struct oal_entry *tx_entry = NULL;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5327
struct oal_entry *last_oal_entry;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5438
tx_entry = &mac_iocb_ptr->oal_entry[0];
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5439
oal_entry = NULL;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5491
!oal_entry) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5497
oal_entry = tx_cb->oal;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5499
&mac_iocb_ptr->oal_entry[
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5501
bcopy(tx_entry, oal_entry,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5502
sizeof (*oal_entry));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5518
tx_entry = &oal_entry[1];
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5543
tx_entry = &mac_iocb_ptr->oal_entry[TX_DESC_PER_IOCB-1];
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5545
(cpu_to_le32((sizeof (struct oal_entry) *
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5592
mac_iocb_ptr->oal_entry[0].buf_len = (uint32_t)
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5594
mac_iocb_ptr->oal_entry[0].buf_addr_low = phy_addr_low;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5595
mac_iocb_ptr->oal_entry[0].buf_addr_high = phy_addr_high;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5619
(sizeof (struct oal_entry) *
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5627
(off_t)(sizeof (oal_entry) * MAX_SG_ELEMENTS),
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
563
struct oal_entry *oal_entry;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
594
i, pkt->oal_entry[i].buf_addr_low);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
596
i, pkt->oal_entry[i].buf_addr_high);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
598
i, pkt->oal_entry[i].buf_len);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
600
oal_entry = (struct oal_entry *)oal;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
605
i, oal_entry[i].buf_addr_low);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
607
i, oal_entry[i].buf_addr_high);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
609
i, oal_entry[i].buf_len);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
614
i, pkt->oal_entry[i].buf_addr_low);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
616
i, pkt->oal_entry[i].buf_addr_high);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
618
i, pkt->oal_entry[i].buf_len);
usr/src/uts/common/sys/fibre-channel/fca/qlge/qlge_hw.h
2053
struct oal_entry oal_entry[TX_DESC_PER_IOCB]; /* max FFFFF 1M bytes */